Hi, Im using Gstreamner 1.4.5 with pipeline: [rtspsrc]-->[rtph264depay]-->[h264parse]-->[queue]-->[matroskamux]-->[filesink]
which works great. How can I capture or the rtcp send and receiver report. I can access to RtpBin and RtpSession and
GstRTPBuffer. Im verry new to Gstreamer and any help would be welkom. Thanks in advance Met vriendelijke groet, Sincerely, Cordialement, Marc Lievens Research & Development U komt toch ook naar onze Benelux Benzinedag op 5 februari 2015?
Inscrivez-vous
ici!
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
A high logging level may do it, though you would get a lot of log messages. The easiest way might be using wireshark. On Tue, Jan 27, 2015 at 5:00 AM, Marc Lievens <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Marc Lievens
On Di, 2015-01-27 at 10:00 +0000, Marc Lievens wrote:
> Hi, > Im using Gstreamner 1.4.5 with pipeline: [rtspsrc]-->[rtph264depay]-->[h264parse]-->[queue]-->[matroskamux]-->[filesink] which works great. > How can I capture or the rtcp send and receiver report. I can access to RtpBin and RtpSession and GstRTPBuffer. > Im verry new to Gstreamer and any help would be welkom. > Thanks in advance You get the (accumulated) information from the SR and RR in the statistics (stats) from rtpbin, or more specific the rtpsessions and rtpsources inside. I'm going to add a new signal soonish that allows you to also get the raw RTCP packets whenever one is received, if that's closer to what you need. You will have to write some code for handling all this though, gst-launch is not enough :) -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Hi,
Here is my solution to capture each raw SR RTCP packet before the RTCP packet enters Rtpbin at the application layer. This pipeline works for capturing each "RTCP" packets: udpsrc->srtpdec.staticPad("rtcp_sink") srtpdec.staticPad("rtcp_src")->myElement0>Rtpbin Sean |
Free forum by Nabble | Edit this page |