mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
README: update
Remove old stuff from the README
This commit is contained in:
parent
411371c90f
commit
3bbd5bd964
1 changed files with 3 additions and 17 deletions
20
README
20
README
|
@ -1,18 +1,4 @@
|
||||||
GstRTSP is an RTSP server built on top of GStreamer (http://gstreamer.net).
|
gst-rtsp-server is a library ion top of GStreamer for building an RTSP server
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
There are some examples in the examples/ directory and more comprehensive
|
||||||
|
documentation in docs/README.
|
||||||
|
|
Loading…
Reference in a new issue