gstreamer/tests/check/gst
Jan Schmidt f54dd50203 rtspsink: Add rtspclientsink element
Add an rtspclientsink element that accepts streams for which
there is a registered payloader and sends them to
an RTSP server using RECORD.

Sending is synchronised to the pipeline clock. Payload-types
are automatically selected. The 'new-payloader' signal is fired
for custom configuration of payloaders when they are created.

Can now stream a movie like this:

receiver:
  ./test-record "( decodebin name=depay0 ! videoconvert ! autovideosink \
       decodebin name=depay1 ! audioconvert ! autoaudiosink )"
sender:
  gst-launch-1.0 filesrc location=file-with-aac-and-h264.mp4 ! qtdemux name=d ! \
       queue ! aacparse ! rtspclientsink location=rtsp://127.0.0.1:8554/test name=s \

https://bugzilla.gnome.org/show_bug.cgi?id=758180
2016-01-29 01:44:26 +11:00
..
addresspool.c address-pool: fix address increment 2013-11-12 16:54:59 +01:00
client.c rtsp-client: Report RECORD and ANNOUNCE as supported in the OPTIONS 2015-11-17 01:12:28 +11:00
media.c media-test: Removing unnecessary assertion 2015-08-13 18:48:51 -04:00
mediafactory.c media: add suspend modes 2013-11-28 16:18:39 +01:00
mountpoints.c mountpoints tests: unref matched factories 2013-09-06 19:03:22 +01:00
permissions.c tests: Add unit tests for permissions 2013-11-12 09:54:46 +01:00
rtspclientsink.c rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00
rtspserver.c rtspserver: Add udp-mcast transport SETUP test 2015-10-22 19:31:59 +03:00
sessionmedia.c tests: fix memory leak in sessionmedia unit test 2014-05-02 19:58:40 +01:00
sessionpool.c rtsp-session-pool: Fixes annotation 2014-04-12 06:15:03 +02:00
stream.c stream tests: Make sure we get right multicast address from stream 2014-06-18 15:26:27 +02:00
threadpool.c tests: Improve code coverage of rtsp-threadpool tests 2014-03-24 00:44:55 +00:00
token.c tests: Add unit tests for token 2013-11-12 10:44:43 +01:00