Proper way to separate rtsp payloads from rtsp-server

이병헌 byunghun.lee at fainders.ai
Tue Oct 5 09:51:25 UTC 2021


Hi dev

I have a one question.

Now my rtsp-server launch line is “( videotestsrc ! tee name=t ! queue ! x264enc tune=zerolatency ! rtph264pay name=pay0 pt=96 t. ! queue ! x264enc tune=zerolatency ! rtph264pay name=pay1 pt=97 )”

And my client launch line is "rtspsrc location=rtsp://127.0.0.1:8554/test <rtsp://127.0.0.1:8554/test> ! rtpptdemux name=demuxer demuxer. ! queue ! rtph264depay ! h264parse ! mp4mux ! flesink location=./ss.mp4 demuxer. ! queue ! rtph264depay ! h264parse ! mp4mux ! filesink location=./ss2.mp4”

But after connect client to the server, I got error.

So my question :
How to separate rtsp payload that consist of multiple branch of pipelines in client side?

Thanks for reading
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20211005/f10f83db/attachment.htm>


More information about the gstreamer-devel mailing list