PyLivestream icon indicating copy to clipboard operation
PyLivestream copied to clipboard

ffmpeg -loglevel error

Open InstantRecruiting opened this issue 3 years ago • 2 comments

ffmpeg -loglevel error -y -re -stream_loop -1 -i video.mp4 -codec:v libx264 -pix_fmt yuv420p -preset veryfast -b:v 13000k -g 59.94005994005994 -codec:a aac -b:a 128k -ar 44100 -maxrate 13000k -bufsize 6500k -strict experimental -f flv Operating system (Windows) I'm getting this error, anyone help me.

InstantRecruiting avatar Jun 16 '21 08:06 InstantRecruiting

I don't see the error message posted here. It seems possible to be an issue with FFmpeg itself--try the command line above without using PyLivestream.

scivision avatar Oct 18 '21 01:10 scivision

ffmpeg -loglevel error -f x11grab -s 1280x720 -i :0.0+50,30 -f pulse -i default -codec:v libx264 -pix_fmt yuv420p -preset veryfast -b:v 2500k -g 120 -codec:a aac -b:a 128k -ar 44100 -maxrate 2500k -bufsize 1250k -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/streamkey

Even im facing the same issue , for webcamstream, screensharelivestream. Along with im facing 'av_interleaved_write_frame(): Broken pipe' error Anyone any solution?

the-iconic-rihan avatar Jul 12 '22 11:07 the-iconic-rihan