This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-12 12:21:30 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
6ec3cc70b2
gstreamer
/
tests
/
examples
/
rtp
/
.gitignore
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
tests/examples/rtp/: Add two C examples of using gstrtpbin as a sender and a receiver. Original commit message from CVS: * tests/examples/rtp/.cvsignore: * tests/examples/rtp/Makefile.am: * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main): * tests/examples/rtp/server-alsasrc-PCMA.c: (main): Add two C examples of using gstrtpbin as a sender and a receiver.
2009-01-02 15:20:48 +00:00
client-PCMA
server-alsasrc-PCMA
examples: rtp: Add end-to-end rtpbin example with RTX elements This example demonstrates how to use rtpbin with retransmission (rtx) elements set in the place of rtpbin's "aux" elements in order to enable RTP retransmission according to the rules of RFC4588.
2013-11-13 20:11:35 +00:00
client-rtpaux
server-rtpaux
rtpbin: receive bundle support A new signal named on-bundled-ssrc is provided and can be used by the application to redirect a stream to a different GstRtpSession or to keep the RTX stream grouped within the GstRtpSession of the same media type. https://bugzilla.gnome.org/show_bug.cgi?id=772740
2016-11-16 07:56:34 +00:00
client-rtpbundle
server-rtpbundle
Reference in a new issue
Copy permalink