--- a/sbin/sync/config.py.tmpl Mon May 13 16:07:01 2013 +0200
+++ b/sbin/sync/config.py.tmpl Tue May 14 12:10:41 2013 +0200
@@ -74,6 +74,7 @@
'email_port' : 0,
'forbidden_stream_url' : "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path=",
'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]),
+ 'audio_record_url' : "rtmp://server.url/app_name",
},
}
--- a/src/ldtplatform/__init__.py Mon May 13 16:07:01 2013 +0200
+++ b/src/ldtplatform/__init__.py Tue May 14 12:10:41 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 8, 15, "final", 0)
+VERSION = (2, 9, 0, "final", 0)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/src/ldtplatform/config.py.tmpl Mon May 13 16:07:01 2013 +0200
+++ b/src/ldtplatform/config.py.tmpl Tue May 14 12:10:41 2013 +0200
@@ -160,6 +160,8 @@
FORBIDDEN_STREAM_URL = "%(forbidden_stream_url)s"
+AUDIO_RECORD_URL = "%(audio_record_url)s"
+
FRONT_TAG_LIST = [u"Enmi 2011", u"film", u"conférence"]
HAYSTACK_CONNECTIONS = {
--- a/src/requirement.txt Mon May 13 16:07:01 2013 +0200
+++ b/src/requirement.txt Tue May 14 12:10:41 2013 +0200
@@ -1,2 +1,2 @@
-ldt (==1.46.10)
+ldt (==1.49.1)
hashcut (==0.10)