How to get RTPSession from rtpbin #275
Unanswered
kingle-zhuang asked this question in Q&A
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.
0 replies
-
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.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions