Setting up a transcode session
Hi, newbie here so I appreciate the help in advance.
I’m testing EvoStream against a d-link IP camera that only supports an mjpeg stream. Evostream is running on a brand new Ubuntu VM in our hosted cloud.
I have set up a transcode session like this:
transcode source=http://urlofcamera.com/mjpeg.cgi groupName=testGroup videoBitrates=2800k destinations=stream1
Then I try using VLC on my desktop to connect as:
rtsp://ipofserver:5544/stream1
It fails with "live555 debug: connection error -36"
I have verified connectivity to the machine (http works for default web page), I have also check stream with "listConfig" and the transcode sessions shows status "Streaming".
Do I need to set up a separate pullStream to host an EMS stream?