Skip to content

Instantly share code, notes, and snippets.

@cleverfox
Created March 6, 2021 16:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverfox/6be29c8921bb430ad3e0317537221624 to your computer and use it in GitHub Desktop.
Save cleverfox/6be29c8921bb430ad3e0317537221624 to your computer and use it in GitHub Desktop.
FFMPEG h.265 hls to youtube
ffmpeg -i http://192.168.2.11:80/sdi_ext -c:v copy -f hls -method PUT -hls_time 1 -hls_playlist_type event -http_persistent 1 'https://a.upload.youtube.com/http_upload_hls?cid=KEY&copy=0&file=stream.m3u8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment