diff options
author | Jan Schmidt <jan@centricular.com> | 2015-11-17 01:12:28 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2016-01-29 01:44:26 +1100 |
commit | f54dd50203b4ff3f9b3e2cc06c4528defa9e2ac8 (patch) | |
tree | 2ab4ecc5bc7743cff7f97f2442d77eb5aa3c2b7d /.gitignore | |
parent | b6ca057c720c2528c9fd557d4b84db83fa0412ee (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ stamp-h.in /tests/check/gst/stream /tests/check/gst/threadpool /tests/check/gst/token +/tests/check/gst/rtspclientsink /tests/check/test-registry.reg /tests/test-reuse |