How to get RTPSession from rtpbin #275
Replies: 2 comments
-
My purpose is like this, we use rtpbin for audio stream forwarding, we use rtp & rtcp src for data receiving, and then send the decoded data through udp sink, we want to detect whether the received rtp or rtcp is stuck, if stuck we need to timeout, I found that RTPSession in rtpbin has on-receiving-rtcp callback, need to register, so we wrote our own RTPSession directly inherited GstObject, and then get the session from rtpbin , but always get null! |
Beta Was this translation helpful? Give feedback.
-
It would be better if the good plugin could be ported by the java bridge, the library is excellent, and I hope to continue to improve it! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions