From: john Date: Wed, 17 Oct 2001 19:00:28 +0000 (+0000) Subject: added options for RealMedia host and storage directory X-Git-Tag: prexmlproducerconfig~336 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=dc2d54c2bb72b61fc72eea9b35714107614becee;p=mir.git added options for RealMedia host and storage directory --- 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