mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
GStreamer multimedia framework
e789a8fdf3
Fix the refcounting of media and sessions in the client. Properly clean up the session data when the client performs a teardown. Add Server header to responses. Allow for multiple uri setups in one session. Add Range header to the PLAY response and add the range attribute to the SDP message. Fix the session pool remove method, it used the wrong key in the hashtable. Also give the ownership of the sessionid to the session object. |
||
---|---|---|
bindings | ||
common | ||
docs | ||
examples | ||
gst | ||
m4 | ||
pkgconfig | ||
.gitignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
gst-rtsp.spec.in | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE | ||
REQUIREMENTS | ||
TODO |
GstRTSP is an RTSP server built on top of GStreamer (http://gstreamer.net). Currently there is no configuration tools for this server so any streamed files need to be hardcoded into the file: src/rtsp-media.c Edit in your sources after the examples found under the section headlines by * STREAMING CONFIGURATION Once the server is started you should be able to view the streams at: rtsp://localhost:1554/@name_of_stream@ The replacement for @name_of_stream@ is from the rtsp-media.c editing you did above. You should be able to get the http proxy link working without any editing of the rtsp-media.c file as it points to an online http file: rtsp://localhost:1554/rtphttpproxy