@@ -34,10 +34,29 @@ class AnnotatableFields(object):
...
@@ -34,10 +34,29 @@ class AnnotatableFields(object):
scope=Scope.settings,
scope=Scope.settings,
default=_('Video Annotation'),
default=_('Video Annotation'),
)
)
sourceurl=String(help=_("The external source URL for the video."),display_name=_("Source URL"),scope=Scope.settings,default="http://video-js.zencoder.com/oceans-clip.mp4")
annotation_storage_url=String(help=_("Location of Annotation backend"),scope=Scope.settings,default="http://your_annotation_storage.com",display_name=_("Url for Annotation Storage"))
display_name=_("Source URL"),
annotation_token_secret=String(help=_("Secret string for annotation storage"),scope=Scope.settings,default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",display_name=_("Secret Token String for Annotation"))