diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-12-31 00:07:40 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-01-08 20:38:18 +0100 |
commit | d0158aa0c5f13ce55f64fa7c3029171d6bfe304f (patch) | |
tree | 5bf2a988dba6e3f87b864d384d9a87213fe23cf1 /README.md | |
parent | 48f917e478ed365e58f6880a90dd00be120fcc83 (diff) | |
download | flask-mediabrowser-d0158aa0c5f13ce55f64fa7c3029171d6bfe304f.tar.gz flask-mediabrowser-d0158aa0c5f13ce55f64fa7c3029171d6bfe304f.zip |
encode only UNTIL the next keyframe not INCLUDING
fix handling of last segment (end of file) in m3u8 playlist
remove assumedly unneeded -async 1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ This webapplication serves the following purpose: The chunking is done using ffmpeg's `-ss` and `-t` option. This doesn't work properly on some video files. -Also with some files we get chrome errors about audio-splicing with can lead to the point where the browser suddenly -stops playback. - # Compatibility The video stream is encoded as h.264 + AAC stream. Tested with |