We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the software have support for streaming a m3u8 stream to Youtube? e.g.
ffmpeg -re -reconnect 1 -reconnect_streamed 1 -i "https://s103.ipcamlive.com/streams/67hwgc4zuven56bzl/stream.m3u8" -f lavfi -i "anullsrc=channel_layout=stereo:sample_rate=44100" -c:v libx264 -preset veryfast -maxrate 3000k -bufsize 6000k -pix_fmt yuv420p -vf "scale=1280:720" -g:v 60 -c:a aac -b:a 128k -ar 44100 -f flv "rtmp://a.rtmp.youtube.com/live2/STREAM_KEY"
The text was updated successfully, but these errors were encountered:
Reference https://support.google.com/youtube/answer/10349430?sjid=14442773961177191547-NA
Sorry, something went wrong.
No branches or pull requests
Does the software have support for streaming a m3u8 stream to Youtube? e.g.
The text was updated successfully, but these errors were encountered: