gstreamer/.gitignore
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

70 lines
999 B
Plaintext

*.[oa]
*.pyc
*.gcda
*.gcno
*.la
*.lo
*.loT
*.sw[po]
*.tar.*
*~
*.gc??
.deps
.libs
ABOUT-NLS
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache
autoregen.sh
compile
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
tags
gst-rtsp.spec
stamp-h.in
.dirstamp
/m4/*m4
/gst/rtsp-server/GstRtspServer-1.0.gir
/gst/rtsp-server/GstRtspServer-1.0.typelib
/examples/test-multicast
/examples/test-multicast2
/test-driver
/tests/check/gst/*.log
/tests/check/gst/*.trs
/tests/check/test-suite.log
/tests/check/gst/addresspool
/tests/check/gst/client
/tests/check/gst/media
/tests/check/gst/mediafactory
/tests/check/gst/mountpoints
/tests/check/gst/permissions
/tests/check/gst/rtspserver
/tests/check/gst/sessionmedia
/tests/check/gst/sessionpool
/tests/check/gst/stream
/tests/check/gst/threadpool
/tests/check/gst/token
/tests/check/gst/rtspclientsink
/tests/check/test-registry.reg
/tests/test-reuse
/po