Answer the question
In order to leave comments, you need to log in
How to stream with ffmpeg?
I stream like this:
ffmpeg -re -i video.mp4 -c:v libx264 -b:v 5M -pix_fmt yuv420p -c:a:0 libfdk_aac -b:a:0 480k -f flv rtmp://SITE.COM
In the console writes that everything is going well there fps shows what second it is now, but the broadcast does not start
Answer the question
In order to leave comments, you need to log in
Why did you decide that the broadcast does not start?
What rtmpdump shows -v -r rtmp://SITE.COM
Run
Open url address on the same machine or from a machine on the same network in vlc - udp://@239.220.220.220:1234
If it works, the problem is here - rtmp://SITE.COM
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question