how to create proper HLS pipeline
Marc
Marc at f1-outsourcing.eu
Mon Sep 20 20:12:32 UTC 2021
>
> gst-launch-1.0 udpsrc port=50000 ! tsdemux ! hlssink playlist-
> root=http://192.168.0.100:8080 location=segment.%03d.ts
>
>
> This actually works and receives the UDP/TS stream and starts to
> generate the segment_000.ts file. But it never creates the playlist
> file and keeps adding to the segment_000.ts file.
>
The playlist file, is a file....
This is my pipe which works fine.
hlssink2 name=hlssink playlist-location='/mnt/rados/playlist.m3u8' location='/mnt/rados/segment\%05d.ts' max-files=4 target-duration=5
More information about the gstreamer-devel
mailing list