summaryrefslogtreecommitdiff
path: root/tests/examples/rtp/client-H264-PCMA.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11examples: update some element names for 1.0 in RTP examplesTim-Philipp Müller1-2/+2
gstrtpbin -> rtpbin ffdec_* -> avdec_* ffenc_* -> avenc_*
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2011-02-22rtp-examples: fix ascii-artStefan Kost1-10/+10
Some boxes where misaligned due to long "audiotetssrc" name. Trim trailing whitespace.
2011-01-24examples: autoaudisink -> autoaudiosink in RTP examplesTim-Philipp Müller1-1/+1
2010-12-02examples: improve RTP examplesWim Taymans1-2/+8
Make the examples use autovideosink and ffmpegcolorspace for better compàtibility. Make some more variables for the sink and the decoders. Set zerolatency tuning on x264enc for better realtime results.
2010-09-30examples: fix typo in port of rtp examplesThijs Vermeir1-1/+1
2009-09-30rtp: Use autoaudio{sink,src} instead of alsa in the examplesSebastian Dröge1-2/+2
2008-04-25gst/avi/gstavidemux.c: Fix typo in comments.Wim Taymans1-9/+50
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows): Fix typo in comments. * tests/examples/rtp/client-H263p-PCMA.sdp: * tests/examples/rtp/client-H263p-PCMA.sh: * tests/examples/rtp/client-H264-PCMA.sdp: * tests/examples/rtp/client-H264-PCMA.sh: * tests/examples/rtp/client-H264.sdp: * tests/examples/rtp/client-H264.sh: * tests/examples/rtp/client-PCMA.sdp: * tests/examples/rtp/client-PCMA.sh: * tests/examples/rtp/server-alsasrc-PCMA.sh: * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Add some more docs and fix examples.
2007-09-04tests/examples/: Added some RTP example scripts for sending and receiving ↵Wim Taymans1-0/+17
RTP streams. Original commit message from CVS: * tests/examples/Makefile.am: * tests/examples/rtp/Makefile.am: * tests/examples/rtp/client-H263p-AMR.sh: * tests/examples/rtp/client-H263p-PCMA.sdp: * tests/examples/rtp/client-H263p-PCMA.sh: * tests/examples/rtp/client-H264-PCMA.sdp: * tests/examples/rtp/client-H264-PCMA.sh: * tests/examples/rtp/client-PCMA.sh: * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh: * tests/examples/rtp/server-alsasrc-PCMA.sh: * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Added some RTP example scripts for sending and receiving RTP streams.