GNOME Bugzilla – Bug 767852
hlssink: first item in the playlist.m3u8 is always a deleted file
Last modified: 2016-06-20 07:51:11 UTC
Hi, I'm streaming from my Raspberry camera using: raspivid -n -vf -fl -t 0 -w 640 -h 480 -b 1200000 -fps 20 -pf baseline -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay pt=96 config-interval=10 ! multiudpsink clients=192.168.2.3:5000,192.168.2.3:5001 client side (windows PC): gst-launch-1.0 -e udpsrc port=5000 ! application/x-rtp,payload=96 ! rtph264depay ! h264parse ! mux. audiotestsrc wave=silence ! voaacenc ! aacparse ! mux. mpegtsmux name=mux ! hlssink max-files=5 target-duration=8 location=C:/xampp/htdocs/live/segment%%05d.ts playlist-location=C:/xampp/htdocs/live/playlist.m3u8 the problem is with the playlist.m3u8 having always the first item to be the last deleted file. some players fails to play this stream. it is only working if the player starts at the beginning of creating playlist.m3u8 i.e. the segments didn't reach max-files; it is working simply because the first file is still not deleted.
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 752863 ***