Best way to save streaming video so that I can seek through it locally?

Nuno Mota mundumelga at gmail.com
Fri Nov 14 09:46:48 PST 2014


I'm not sure if this will help but here it goes.

I would suggest a live HLS m3u8 playlist with cache enabled. A medium
playlist span would provide seek capabilties I guess.

HLS chunks are just TS packets dumped into files.

Regards,
Nuno

2014-11-14 17:29 GMT+00:00 Kevin Boos <kevinaboos at gmail.com>:

> Hi Arjen,
>
> Thanks for the advice. I have actually previously looked at RTSP and
> thought it might work, but it is not as flexible as I need. I really need a
> way to cache the incoming video stream on the client so that seek
> operations are purely local, instead of relying on asking the server to
> seek remotely. (due to latency and timing reasons.)
>
> Is there a way to make my current setup better, while still using
> something like tcpserversink and tcpclientsrc?
>
> Thanks again,
> Kevin
>
>
> On Nov 14, 2014, at 2:04 AM, Arjen Veenhuizen <arjen.veenhuizen at tno.nl>
> wrote:
>
> > You could take a look at RTSP:
> > http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol
> > And here: http://cgit.freedesktop.org/gstreamer/gst-rtsp-server
> >
> > Using RTSP, you can seek remotely and you don't have to jump through
> loops
> > to save and play locally.
> >
> >
> >
> > --
> > View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Best-way-to-save-streaming-video-so-that-I-can-seek-through-it-locally-tp4669504p4669505.html
> > Sent from the GStreamer-devel mailing list archive at Nabble.com.
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141114/0b8089fd/attachment.html>


More information about the gstreamer-devel mailing list