Created
March 6, 2021 16:20
-
-
Save cleverfox/6be29c8921bb430ad3e0317537221624 to your computer and use it in GitHub Desktop.
FFMPEG h.265 hls to youtube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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©=0&file=stream.m3u8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment