![]() |
![]() |
![]() |
![]() |
A simple RTP session manager used internally by rtspsrc.
Last reviewed on 2006-06-20 (0.10.4)
“latency”
property“latency” guint
Amount of ms to buffer.
Flags: Read / Write
Default value: 200
“clear-pt-map”
signalvoid user_function (GstRDTManager *rtpbin, gpointer user_data)
Clear all previously cached pt-mapping obtained with GstRDTManager::request-pt-map.
rtpbin |
the object which received the signal |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“on-bye-ssrc”
signalvoid user_function (GstRDTManager *rtpbin, guint session, guint ssrc, gpointer user_data)
Notify of an SSRC that became inactive because of a BYE packet.
rtpbin |
the object which received the signal |
|
session |
the session |
|
ssrc |
the SSRC |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“on-bye-timeout”
signalvoid user_function (GstRDTManager *rtpbin, guint session, guint ssrc, gpointer user_data)
Notify of an SSRC that has timed out because of BYE
rtpbin |
the object which received the signal |
|
session |
the session |
|
ssrc |
the SSRC |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“on-timeout”
signalvoid user_function (GstRDTManager *rtpbin, guint session, guint ssrc, gpointer user_data)
Notify of an SSRC that has timed out
rtpbin |
the object which received the signal |
|
session |
the session |
|
ssrc |
the SSRC |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“request-pt-map”
signalGstCaps* user_function (GstRDTManager *rdtmanager, guint session, guint pt, gpointer user_data)
Request the payload type as GstCaps for pt
in session
.
rdtmanager |
the object which received the signal |
|
session |
the session |
|
pt |
the pt |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last