summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-10-30 13:26:12 +0200
committerWim Taymans <wim.taymans@gmail.com>2010-10-30 13:27:09 +0200
commit3bbd5bd96469cdb0d0ea132ef3960400d0e8f37b (patch)
tree3b1138fa572e1c3024aea8703b1c81b17513e714 /README
parent411371c90fb0c912c8e6d5d13cdfe331834c70e9 (diff)
README: update
Remove old stuff from the README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 3 insertions, 17 deletions
diff --git a/README b/README
index a785c59..2373730 100644
--- a/README
+++ b/README
@@ -1,18 +1,4 @@
-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
+gst-rtsp-server is a library ion top of GStreamer for building an RTSP server
+There are some examples in the examples/ directory and more comprehensive
+documentation in docs/README.