Answer for Setting up a transcode session

Hi joshjack, The transcode api currently only support RTSP streams, RTMP streams, and existing EMS streams. In your case you are using a different kind of stream. However, you can try using the launchProcess API. https://evostream.com/support/documentation/api-definition-guide/evostream-media-server-api/#launchProcess Below is just one example of how it is used, but you should take a look at the link above to get familiarized with the parameters to the API you can use in your case.
launchProcess keepAlive=1 fulLBinaryPath=./avconv arguments=-re -i rtsp://camara16.dyndns.org:554/v2 -acodec aac -vcodec copy -f flv -metadata streamName=test1 tcp://127.0.0.1:6666
The ” are used to escape spaces. In the code above, the stream generated is test1. Xai

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.