Add a README and more example code
[platform/upstream/gstreamer.git] / README
1 GstRTSP is an RTSP server built on top of GStreamer (http://gstreamer.net).
2
3 Currently there is no configuration tools for this server so any streamed 
4 files need to be hardcoded into the file:
5 src/rtsp-media.c
6
7 Edit in your sources after the examples found under the section headlines by
8 * STREAMING CONFIGURATION
9
10 Once the server is started you should be able to view the streams at:
11 rtsp://localhost:1554/@name_of_stream@
12
13 The replacement for @name_of_stream@ is from the rtsp-media.c editing you did above.
14
15 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:
16
17 rtsp://localhost:1554/rtphttpproxy
18