[Bug 758180] Add rtspclientsink plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 27 10:01:26 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=758180
Jan Schmidt <thaytan at noraisin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #315678|0 |1
is obsolete| |
--- Comment #8 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 319867
--> https://bugzilla.gnome.org/attachment.cgi?id=319867&action=edit
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 \
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list