Skip to content

Instantly share code, notes, and snippets.

@emcodem
Created September 4, 2021 07:33
Show Gist options
  • Save emcodem/d355cb847a3a740926066d59269cd6de to your computer and use it in GitHub Desktop.
Save emcodem/d355cb847a3a740926066d59269cd6de to your computer and use it in GitHub Desktop.
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/>
@emcodem
Copy link
Author

emcodem commented Jun 24, 2022

movflags hls funktioniert nicht ?!
ffmpeg -re -i file.ext -f ismv -c:v libx264 -listen 1 -seekable 0 -g 1 http://localhost:1935/live

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment