hlssink with live camera

Jerry Geis jerry.geis at gmail.com
Wed Jun 7 16:30:01 UTC 2017


I have hlssink working with a file using:

gst-launch-1.0 -v -e mpegtsmux name=m  \
! queue \
        ! hlssink playlist-root=http://192/168.1.8/hlssink \
          location=hlssink.%05d.ts \
          playlist-location=hlssink/playlist.m3u8 \
filesrc location=movie.mov \
        ! qtdemux name=d \
        ! h264parse  \
! queue \
! m. d. \
! aacparse \
! queue \
! m.

I would like to also have it work with a camera.

I thought I would be able to change the line that has filesrc
localtion=movie.mov to
rtspsrc location="rtsp://IP/channel2" which is the H264 encoded stream.

This does not seem to work. I dont see any files in the hlssink directory
and no errors are printed.

Am I missing a piece ?
Thanks,

Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170607/75710a02/attachment-0001.html>


More information about the gstreamer-devel mailing list