changed the way media handling works a little. now much less prone to ClassCastExcept...
[mir.git] / source / config.properties-dist
index 29ec12c..589b287 100755 (executable)
@@ -91,14 +91,23 @@ 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
+Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images/
 
 # media specific storage directories
 # 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
 
@@ -137,6 +146,7 @@ Database.Limit=20
 Database.Username=postgres
 Database.Password=
 Database.Host=localhost
+Database.Name=Mir
 
 #
 # this sets the adaptor to be used
@@ -178,6 +188,7 @@ Entity.Logfile=log/dbentity.log
 
 Mir.Logfile=log/mir.log
 Mir.ErrorTemplate=fehler.template
+Mir.UserErrorTemplate=usererror.template
 
 ServletModule.Schwerpunkt.ConfirmTemplate=confirm.template
 ServletModule.Schwerpunkt.ObjektTemplate=schwerpunkt.template