GNOME Bugzilla – Bug 752926
flvmux: produced files does not play nicely in common flash player if there is gap or low framerate
Last modified: 2018-11-03 15:02:38 UTC
Please try this pipeline: gst-launch-1.0 -v videotestsrc num-buffers=30 ! video/x-raw,framerate=1/1 ! openh264enc ! h264parse ! flvmux ! filesink location=/tmp/test.flv and now try to play the generated flv with flowplayer, here you can find a sample flowplayer test page: https://bug751298.bugzilla-attachments.gnome.org/attachment.cgi?id=305787 the file will show a 28 seconds duration and pratically start to play at second 25. I see the same with real files if they have gap or low framerate
Do you have file with gap or low framerate the do works correctly ?
I tryed to use ffmpeg instead of gstreamer with my input file but the results are very close to gstreamer. To get good results I have to reencode my original files with a fixed fps, 5 fps or more give good results
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/207.