From dc2d54c2bb72b61fc72eea9b35714107614becee Mon Sep 17 00:00:00 2001 From: john Date: Wed, 17 Oct 2001 19:00:28 +0000 Subject: [PATCH] added options for RealMedia host and storage directory --- source/config.properties-dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/config.properties-dist b/source/config.properties-dist index 29ec12c7..3abbe2a5 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -91,6 +91,10 @@ Producer.Image.Host=http://indy.code-fu.de/images # the url of the media-server Producer.Media.Host=http://indy.code-fu.de/media +# the url of the real-media-server +Producer.RealMedia.Host=rtsp://some.media.server/somedir/ + + # image specific storage directories # absolute directory, where the images are saved Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images @@ -99,6 +103,11 @@ Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images # absolute directory, where the media files are saved Producer.Media.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/media +# absolute directory, where the realmedia data files(ra and rm) are saved +# the ram files which point to the RealMedia.Host get saved in the regular Media dir +# this should make rsyncing to a separate streaming server much easier +Producer.RealMedia.Path=/pub/Dokumente/rtsp + # relativ directory, where the thumbnails will be saved Producer.Image.IconPath=/icon -- 2.11.0