[Bug 767852] New: hlssink: first item in the playlist.m3u8 is always a deleted file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 20 03:12:49 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767852

            Bug ID: 767852
           Summary: hlssink: first item in the playlist.m3u8 is always a
                    deleted file
    Classification: Platform
           Product: GStreamer
           Version: 1.8.2
                OS: Windows
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: falcon.sheep at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list