Created
September 4, 2021 07:33
-
-
Save emcodem/d355cb847a3a740926066d59269cd6de to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -re -i file.ext -f mp4 -movflags hls -c:v libx264 -listen 1 -seekable 0 -g 1 http://localhost:1935/live | |
<video src="http://localhost:1935/live" controls/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
movflags hls funktioniert nicht ?!
ffmpeg -re -i file.ext -f ismv -c:v libx264 -listen 1 -seekable 0 -g 1 http://localhost:1935/live