Answer for Transcoding rtsp streamed mp4 to h.264 (rtsp
Hi, Can you try the following command on the console?/bin/evo-avconv -i rtsp://127.0.0.1:8554/stream_raw -c:v libx264 -c:a libfaac -b:v 1000k -metadata streamName=stream_h264 -f flv tcp://localhost:6666
You will then see a stream named "stream_h264" at the EMS. To play the EMS stream, you can try the following command:
vlc rtsp://localhost:5544/stream_h264
Cheers,
Don