Save raw rtsp packets to file

Chuck Crisler ccrislerathome at gmail.com
Tue Aug 30 17:23:22 UTC 2016


Generally RTSP transmits RTP, which can't easily be saved. You need some
kind of container for it. Try de-payloading the RTP and then put the bare
H26x into some container, such as MP2T.

On Aug 30, 2016 8:57 AM, "borisRobson" <brandon.robsonclarke at paxton.co.uk>
wrote:

> Hi
>
> I have a project which will be running gstreamer on an embedded device and
> will be required to handle different input types through rtspsrc (mostly
> h264 and h265). I expect that multiple h265 streams being decoded
> simultaneously would be far too cpu intensive, so I would like to save the
> raw application/x-rtp data to a file, which will be sent to a pc for
> decoding.
>
> Could anyone give me some pointers in this, I've had a few simple attempts
> of trying to write rtspsrc directly to filesink but then I'm unable to play
> them.
>
> Thanks
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.
> n4.nabble.com/Save-raw-rtsp-packets-to-file-tp4679290.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160830/55ca71be/attachment.html>


More information about the gstreamer-devel mailing list