summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2017-03-27examples: make test-launch pipeline shared by default as wellTim-Philipp Müller1-0/+1
2017-02-07examples/test-record: Add extra line to initial printoutJan Schmidt1-0/+3
2016-11-19rtsp-auth: Add support for Digest authenticationSebastian Dröge2-1/+185
2016-08-31Add support for Meson as alternative/parallel build systemTim-Philipp Müller1-0/+35
2016-04-04examples: Clean up CFLAGS/LDADD even moreSebastian Dröge1-13/+9
2016-04-04examples: Clean up CFLAGS/LDADD to link with the correct versions of all libr...Sebastian Dröge1-5/+15
2015-12-30test-netclock: Use the new API to configure a clock directlySebastian Dröge1-60/+4
2015-11-17examples: Actually use the provided port in the record examplesJan Schmidt2-0/+3
2015-11-17test-record-auth: Add the option to build in TLS supportJan Schmidt1-0/+48
2015-11-17test-auth: Use an 'anonymous' user for unauthenticated defaultJan Schmidt1-2/+6
2015-11-17Add test-record-auth exampleJan Schmidt3-1/+132
2015-10-02stream: listen to sender ssrc signalsHyunjun Ko1-0/+22
2015-09-26rtsp-server: Fix memory leaks when context parse failsVineeth TM5-0/+10
2015-09-03test-mp4: Support filenames with spaces in them. Error out on too few argumentsJan Schmidt1-1/+6
2015-09-03test-record: Check parameter count and print out helpJan Schmidt1-0/+5
2015-06-13test-netclock: Use gst_pipeline_set_latency() to set a high-enough, equal lat...Sebastian Dröge1-0/+4
2015-06-12test-netclock: Use new ntp-time-source property on rtpbinSebastian Dröge2-2/+2
2015-06-11test-netclock: Setting the same base time on sender and receiver is not neces...Sebastian Dröge2-4/+0
2015-06-10test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synch...Sebastian Dröge1-1/+1
2015-06-09test-netclock-client: Use new GstClock API to wait for clock synchronizationSebastian Dröge1-2/+2
2015-06-09test-netclock-client: Use a GMainLoop and playbin's source-setup signalSebastian Dröge1-20/+60
2015-05-04examples: Use AVPF profile for the RTX exampleSebastian Dröge1-0/+2
2015-04-23Fix timeout function signatures across tests and examplesAlistair Buxton5-5/+5
2015-04-15test-video-rtx: set exact payload type to PCMA payloaderHyunjun Ko1-1/+1
2015-03-03examples: test-uri: fix tainted variableLuis de Bethencourt1-1/+1
2015-03-03examples: Add a simple example of network synch for live streams.Jan Schmidt4-1/+298
2015-02-06examples: test-uri: improve uri argument handling and accept file namesTim-Philipp Müller1-1/+22
2015-02-06examples: test-uri: don't remove mount point after 10 secondsTim-Philipp Müller1-2/+7
2015-02-06examples: add new test-record to .gitignoreTim-Philipp Müller1-0/+1
2015-02-06rtsp-media: Use flags to distinguish between PLAY and RECORD mediaSebastian Dröge1-1/+2
2015-02-06test-record: Set latency for playback-style example to 2s instead of 200msSebastian Dröge1-0/+1
2015-02-06test-record: Use GOptionContext to parse the server port and take the pipelin...Sebastian Dröge1-4/+23
2015-02-06Add initial support for RECORDSebastian Dröge2-1/+69
2015-01-17examples: Don't call gst_init() and gst_get_option_group()Sebastian Dröge4-8/+0
2014-12-30examples: Add command-line parsing and take a 'port' argumentNirbheek Chauhan4-14/+81
2014-12-16examples: add a retransmisison example implementing RFC4588Matthew Waters3-1/+101
2014-09-15test: add example of dumping RTCP reportsWim Taymans1-0/+57
2014-08-09examples: fix another reference leakTim-Philipp Müller1-0/+1
2014-08-09examples: unref element after usageSebastian Rasmussen1-0/+1
2014-07-03examples: print 'stream ready at url' for mp4 and ogg exampleTim-Philipp Müller2-0/+2
2014-03-25test: enable SRTP only on RTSPSWim Taymans1-1/+3
2014-03-25test: print an error on failureWim Taymans1-1/+6
2014-03-25stream: add SRTP supportWim Taymans1-0/+1
2014-03-03sdp: pass multicast connection for multicast-only streamWim Taymans1-1/+4
2014-02-25examples: use LDADD for libs instead of LDFLAGSTim-Philipp Müller1-2/+2
2014-02-25examples: test-cgroups: don't put code with side effects into g_assert()Tim-Philipp Müller1-2/+4
2014-02-25examples: add cgroup test binary to .gitignoreTim-Philipp Müller1-0/+1
2014-02-25examples: fix cgroup test buildTim-Philipp Müller1-0/+2
2013-10-30examples: fix compilation when WITH_AUTH is definedAleix Conchillo Flaque2-9/+9
2013-08-23Makefile: add rule for appsrc exampleWim Taymans1-1/+1