Skip to main content

All Questions

Tagged with
0 votes
0 answers
857 views

A proper way to convert rtsp to rtmp with ffmpeg

I have a code that streams NVR camera to youtube. This code is done not by me and I don't completely understand what each option does ffmpeg -rtsp_transport tcp -i "rtsp://stream:Stream123@192....
viter.alex's user avatar
1 vote
0 answers
232 views

Building server that spawns ffmpeg instances to stream mp4 files to RTMP

We are building a server that streams a mp4 file to any RTMP server (Facebook, Twitch) and we might have several streams running at the same time. We plan to have up to 1080p 30fps videos ~ 5000 ...
Maurício Giordano's user avatar
1 vote
1 answer
17k views

Convert RTMP stream to RTSP and HTTP with FFMPEG

I installed red5 server on ubuntu 12.04 LTS for live and vod video streaming. I just want to convert my RTMP protocol stream to a RTSP and HTTP protocol stream. I studied and searched about FFMPEG, ...
Moovendra Dhinesh babu's user avatar