summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: make test-launch pipeline shared by default as wellTim-Philipp Müller2017-03-271-0/+1
* examples/test-record: Add extra line to initial printoutJan Schmidt2017-02-071-0/+3
* rtsp-auth: Add support for Digest authenticationSebastian Dröge2016-11-192-1/+185
* Add support for Meson as alternative/parallel build systemTim-Philipp Müller2016-08-311-0/+35
* examples: Clean up CFLAGS/LDADD even moreSebastian Dröge2016-04-041-13/+9
* examples: Clean up CFLAGS/LDADD to link with the correct versions of all libr...Sebastian Dröge2016-04-041-5/+15
* test-netclock: Use the new API to configure a clock directlySebastian Dröge2015-12-301-60/+4
* examples: Actually use the provided port in the record examplesJan Schmidt2015-11-172-0/+3
* test-record-auth: Add the option to build in TLS supportJan Schmidt2015-11-171-0/+48
* test-auth: Use an 'anonymous' user for unauthenticated defaultJan Schmidt2015-11-171-2/+6
* Add test-record-auth exampleJan Schmidt2015-11-173-1/+132
* stream: listen to sender ssrc signalsHyunjun Ko2015-10-021-0/+22
* rtsp-server: Fix memory leaks when context parse failsVineeth TM2015-09-265-0/+10
* test-mp4: Support filenames with spaces in them. Error out on too few argumentsJan Schmidt2015-09-031-1/+6
* test-record: Check parameter count and print out helpJan Schmidt2015-09-031-0/+5
* test-netclock: Use gst_pipeline_set_latency() to set a high-enough, equal lat...Sebastian Dröge2015-06-131-0/+4
* test-netclock: Use new ntp-time-source property on rtpbinSebastian Dröge2015-06-122-2/+2
* test-netclock: Setting the same base time on sender and receiver is not neces...Sebastian Dröge2015-06-112-4/+0
* test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synch...Sebastian Dröge2015-06-101-1/+1
* test-netclock-client: Use new GstClock API to wait for clock synchronizationSebastian Dröge2015-06-091-2/+2
* test-netclock-client: Use a GMainLoop and playbin's source-setup signalSebastian Dröge2015-06-091-20/+60
* examples: Use AVPF profile for the RTX exampleSebastian Dröge2015-05-041-0/+2
* Fix timeout function signatures across tests and examplesAlistair Buxton2015-04-235-5/+5
* test-video-rtx: set exact payload type to PCMA payloaderHyunjun Ko2015-04-151-1/+1
* examples: test-uri: fix tainted variableLuis de Bethencourt2015-03-031-1/+1
* examples: Add a simple example of network synch for live streams.Jan Schmidt2015-03-034-1/+298
* examples: test-uri: improve uri argument handling and accept file namesTim-Philipp Müller2015-02-061-1/+22
* examples: test-uri: don't remove mount point after 10 secondsTim-Philipp Müller2015-02-061-2/+7
* examples: add new test-record to .gitignoreTim-Philipp Müller2015-02-061-0/+1
* rtsp-media: Use flags to distinguish between PLAY and RECORD mediaSebastian Dröge2015-02-061-1/+2
* test-record: Set latency for playback-style example to 2s instead of 200msSebastian Dröge2015-02-061-0/+1
* test-record: Use GOptionContext to parse the server port and take the pipelin...Sebastian Dröge2015-02-061-4/+23
* Add initial support for RECORDSebastian Dröge2015-02-062-1/+69
* examples: Don't call gst_init() and gst_get_option_group()Sebastian Dröge2015-01-174-8/+0
* examples: Add command-line parsing and take a 'port' argumentNirbheek Chauhan2014-12-304-14/+81
* examples: add a retransmisison example implementing RFC4588Matthew Waters2014-12-163-1/+101
* test: add example of dumping RTCP reportsWim Taymans2014-09-151-0/+57
* examples: fix another reference leakTim-Philipp Müller2014-08-091-0/+1
* examples: unref element after usageSebastian Rasmussen2014-08-091-0/+1
* examples: print 'stream ready at url' for mp4 and ogg exampleTim-Philipp Müller2014-07-032-0/+2
* test: enable SRTP only on RTSPSWim Taymans2014-03-251-1/+3
* test: print an error on failureWim Taymans2014-03-251-1/+6
* stream: add SRTP supportWim Taymans2014-03-251-0/+1
* sdp: pass multicast connection for multicast-only streamWim Taymans2014-03-031-1/+4
* examples: use LDADD for libs instead of LDFLAGSTim-Philipp Müller2014-02-251-2/+2
* examples: test-cgroups: don't put code with side effects into g_assert()Tim-Philipp Müller2014-02-251-2/+4
* examples: add cgroup test binary to .gitignoreTim-Philipp Müller2014-02-251-0/+1
* examples: fix cgroup test buildTim-Philipp Müller2014-02-251-0/+2
* examples: fix compilation when WITH_AUTH is definedAleix Conchillo Flaque2013-10-302-9/+9
* Makefile: add rule for appsrc exampleWim Taymans2013-08-231-1/+1