Trigger Remote Control API through HTTP (and Stream Deck) - Unreal Engine 5 Tutorial

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • A short tutorial on how to trigger the Remote Control API through HTTP and also how to use that with a Stream Deck.
    Every week on Tuesday a new tutorial of something that I use when producing (esports) broadcasts.
    Instagram: / sumatras_st. .
    Twitter: / gjverhoeff
    Discord Server: / discord
    #streamdeck #production #broadcast #unrealengine5 #ue5

КОМЕНТАРІ • 14

  • @XiangGao-w9l
    @XiangGao-w9l Місяць тому

    Hello Do you know how to activate the remote control in Ndisplay setup? It works fine in editor but no respond at in Ndisplay. Thank you !

  • @leonv983
    @leonv983 2 місяці тому

    Hey, thanks for the tut, but it seems to me that your tut is outdated and not working anymore in postman, bc you need to remote object call now and a bit different body. UE5.3

  • @gouravkd8545
    @gouravkd8545 6 місяців тому

    Please create a video for websockets too

  • @crossmr
    @crossmr Рік тому

    Made an actor, added a function, dropped it in the scene, every time I try to add the function it crashes.

  • @AbdulRaheem-gn6or
    @AbdulRaheem-gn6or 8 місяців тому

    How to chng image api remote control??

    • @gjverhoeff_tutorials
      @gjverhoeff_tutorials  8 місяців тому

      Make a data table and use the data table for refferences to textures to apply on dynamic materials in your project. Then you can send commands to you logic for changing images.
      At least that is one way of doing it. There are multiple options and really depends on how your have set up your own project.

  • @NiklasAuBln
    @NiklasAuBln Рік тому

    Depending on your usecase another good Software to integrate a stream deck is "chataigne". There you can use a lot of devices/protocols to trigger actions on other protocols (like keyboard, gamepads, streamdeck, audio interfaces, OSC, mqtt, http, websockets, dmx, midi, ...). Due to the state options and the ability to easily add faders (midi, OSC, ...) I find it sometimes more useful than companion but this depends on the usecase.

    • @gjverhoeff_tutorials
      @gjverhoeff_tutorials  Рік тому

      Ah thanks for the tip! Never heard of it. Will look at it to see if it has all the modules I would use.

    • @NiklasAuBln
      @NiklasAuBln Рік тому

      @@gjverhoeff_tutorials biggest downside is in my opinion the steep learning curve but once you understand the basic structure you can do almost everything with it. Second biggest downside compared to companion is that companion has way more modules for stuff in the event space so it can be harder to integrate chataigne into your project. But depending on the usecase chataigne offers so much more flexibility, for example getting dmx from a lighting desk and map that to OSC to control a software that has only OSC and not dmx support is a matter of less than a minute. Or you can send a midi note when a specific device is no longer responding to ping messages in the network. So many usecases.

    • @NiklasAuBln
      @NiklasAuBln Рік тому +1

      And you can still use companion and either trigger buttons in companion from chataigne via http or OSC to control AV equipment via companion or you can send data from companion to chataigne to trigger actions there -> depends on your setup and what you need

  • @shehabismail693
    @shehabismail693 10 місяців тому

    Can you get this to work in Play mode?

    • @gjverhoeff_tutorials
      @gjverhoeff_tutorials  10 місяців тому

      Do you mean like this? ua-cam.com/video/jlT-pSWcEr0/v-deo.html