RTP to HLS through evostream
Hello.
I am trying to use evostream for posibillity to receipt RTP live stream to convert it to have HLS stream as a result. At now I using the trial version and want to test this functionality for posibillity to use it in the my business processes, but have a some troubles with configuration.
I have installed evostream with WEB UI on Windows machine.
When I trying to choose "Add inbound stream" and typing URI "rtp://192.168.0.100:4000 isAudio=0" with name "test2" – then have a message:
Failed adding stream: "test2"! Invalid URI: rtp://192.168.0.100:4000isAudio=0
My source stream genereting by next LINUX command and I can see this traffic over the network:
gst-launch-0.10 v4l2src device=/dev/video0 ! ‘video/x-raw-yuv, width=640, height=480, framerate=30/1’ ! ffmpegcolorspace ! rtpvrawpay ! udpsink host=192.168.0.100 port=4000 sync=false
Please help me to understand my problem.
Many thanks in advance.