Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not a pro in FFMPEG but since working on it on non-frequent bases I tried to search for the solution but didn't get one

However, I get one for RTSP

FFMPEG -rtsp_transport tcp -i "rtsp://<url>:<port>/<blah>/<stream>" -f mpegts -codec:v mpeg1video -b:v 800k -r 30 -


But my streaming is not RTSP. It's RTMP

Someone know how what filters and parameters I need to change in above command in order to get TS streaming?

I required TS in order to avoid Flash Player on the webpage by painting video frame blobs on canvas.

I know FFMPEG can do this but how I Don't know.

Your help will be appreciated.

What I have tried:

I tried a lot of things like generating RTSP streaming but fails to do that. Tried WebRTC and It was working great first. Since people join the network It causes a lot of troubles lick flickering, stopping, blackout video streams whenever someone left the stream and join again.

Tried FFSERVER but that also didn't work out for kind of solution I require.

Front end was an issue at first as I was trying my hands on open rtsp streaming URL of popular Big Buck Bunny by Wowza and successfully painted blobs on canvas using above command. The only issue left now is with RTMP streaming type to TS conversion.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900