[Bug 743175] Add support for RECORD

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 27 02:49:03 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743175
  GStreamer | gst-rtsp-server | unspecified

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2015-01-27 10:48:58 UTC ---
Works very nicely for me:

./test-record "( decodebin name=depay0 ! autovideosink decodebin name=depay1 !
autoaudiosink )"

Then with ffmpeg:

ffmpeg -re -i /home/wim/data/serenity_1080p.mov -strict -2 -f rtsp -muxdelay
0.1 rtsp://127.0.0.1:8554/test

I think a flag property would be ok to say that play/record is allowed. If you
use the launch syntax you can set the flags based on the pay/depay element
names you can find. Otherwise the app has to set the flags to let the server
block announce/play requests for you.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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