GStreamer SDP information being lost
Ben Fleming
bfleming at drumgrange.com
Tue Jan 31 14:24:03 UTC 2023
Hello.
I am having trouble with my GStreamer pipeline (I believe) stripping SDP information from my stream. I am using an RTSP camera source to stream video through a SoM to be displayed by VLC on a separate computer. When playing the camera source directly on the display PC I can simply enter the IP address of the camera into VLC and the stream will play. However when streaming through the SoM I require an SDP file to play the stream. I am not sure what is happening, whether data is being lost in the pipeline or something else is happening. I have analysed the packets leaving the camera source and the packets coming into the display computer from the SoM, and they appear identical to me. Do you have any advice to help fix this issue?
Following is the pipeline I am using:
gst-launch-1.0 rtspsrc latency=2 location=<address> ! rtph264depay ! h264parse config-interval=-1 ! video/x-h264 ! rtph264pay pt=96 name="pay0" ! udpsink host=<address> port=<port>
And following are the warnings I get from GST_DEBUG:
0:00:00.362928125 1328 0xffff78031c00 FIXME default gstutils.c:3980:gst_pad_create_stream_id_internal:<fakesrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:00.363231375 1328 0xffff78031c50 FIXME default gstutils.c:3980:gst_pad_create_stream_id_internal:<fakesrc1:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
0:00:00.377383250 1328 0xffff78031680 WARN basesrc gstbasesrc.c:3072:gst_base_src_loop:<udpsrc4> error: Internal data stream error.
0:00:00.377437750 1328 0xffff78031680 WARN basesrc gstbasesrc.c:3072:gst_base_src_loop:<udpsrc4> error: streaming stopped, reason not-linked (-1)
0:00:00.378969875 1328 0xffff6c003c00 FIXME basesink gstbasesink.c:3246:gst_base_sink_default_event:<udpsink0> stream-start event without group-id. Consider implementing group-id handling in the upstream elements
Yours sincerely,
[cid:image001.png at 01D9357E.C08874E0]<http://www.drumgrange.com>
Ben Fleming
Graduate Engineer (Software)
📧 bfleming at drumgrange.com
[cid:image002.png at 01D9357E.C08874E0]<https://linkedin.com/company/drumgrange-ltd>[cid:image003.png at 01D9357E.C08874E0]<https://www.adsgroup.org.uk/about/>. [cid:image004.png at 01D9357E.C08874E0] <https://hellios.com/joscar/> . [cid:image005.png at 01D9357E.C08874E0] <https://www.cyberaware.gov.uk/cyberessentials/> .. [cid:image006.jpg at 01D9357E.C08874E0] <https://www.drumgrange.com/about-us/armed-forces-corporate-covenant/>
.
Drumgrange is recruiting! For more information, click here.<https://www.drumgrange.com/careers/>
.
🌲 Please consider the environment before printing this e-mail
This communication may contain information which is subject to UK Export Control Law, commercial-in-confidence and/or legally privileged and is intended only for the addressee named above. If you are not the named addressee, the communication has been sent to you in error. Any copying, distribution or other use of the information is strictly prohibited. Please note we do not accept liability for any viruses which may be transmitted in or with this message.
Drumgrange Ltd. is a company registered in England and Wales with company registration number 1460044 Registered office address. Drumgrange Ltd. Unit A, The Forum, Hanworth Lane, Chertsey, Surrey, KT16 9JX.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 3414 bytes
Desc: image001.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 1913 bytes
Desc: image002.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 4461 bytes
Desc: image003.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.png
Type: image/png
Size: 8078 bytes
Desc: image004.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 7783 bytes
Desc: image005.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0009.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image006.jpg
Type: image/jpeg
Size: 19071 bytes
Desc: image006.jpg
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230131/984c06fc/attachment-0001.jpg>
More information about the gstreamer-devel
mailing list