-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
295 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,149 +1,156 @@ | ||
{ | ||
"player":{ | ||
"accessControlClass":"paella.AccessControl", | ||
"player":{ | ||
"accessControlClass":"paella.AccessControl", | ||
"profileFrameStrategy": "paella.ProfileFrameStrategy", | ||
"videoQualityStrategy": "paella.LimitedBestFitVideoQualityStrategy", | ||
"videoQualityStrategyParams":{ "maxAutoQualityRes":720 }, | ||
"reloadOnFullscreen": true, | ||
"videoZoom": { | ||
"enabled":true, | ||
"max":800, | ||
"minWindowSize":500 | ||
}, | ||
"videoQualityStrategy": "paella.LimitedBestFitVideoQualityStrategy", | ||
"videoQualityStrategyParams":{ "maxAutoQualityRes":720 }, | ||
"reloadOnFullscreen": true, | ||
"videoZoom": { | ||
"enabled":true, | ||
"max":800, | ||
"minWindowSize":500 | ||
}, | ||
|
||
"deprecated-methods":[{"name":"streaming","enabled":true}, | ||
{"name":"html","enabled":true}, | ||
{"name":"flash","enabled":true}, | ||
"deprecated-methods":[{"name":"streaming","enabled":true}, | ||
{"name":"html","enabled":true}, | ||
{"name":"flash","enabled":true}, | ||
{"name":"image","enabled":true}], | ||
|
||
"methods":[ | ||
{ "factory":"ChromaVideoFactory", "enabled":true }, | ||
{ "factory":"WebmVideoFactory", "enabled":true }, | ||
{ "factory":"Html5VideoFactory", "enabled":true }, | ||
{ "factory":"MpegDashVideoFactory", "enabled":true }, | ||
{ "factory":"HLSVideoFactory", "enabled":true }, | ||
{ "factory":"RTMPVideoFactory", "enabled":true }, | ||
{ "factory":"ImageVideoFactory", "enabled":true }, | ||
{ "factory":"YoutubeVideoFactory", "enabled":true }, | ||
{ "factory":"Video360ThetaFactory", "enabled":true }, | ||
{ "factory":"Video360Factory", "enabled":true } | ||
], | ||
"audioMethods":[ | ||
{ "factory":"MultiformatAudioFactory", "enabled":true } | ||
], | ||
"methods":[ | ||
{ "factory":"ChromaVideoFactory", "enabled":true }, | ||
{ "factory":"WebmVideoFactory", "enabled":true }, | ||
{ "factory":"Html5VideoFactory", "enabled":true }, | ||
{ "factory":"MpegDashVideoFactory", "enabled":true }, | ||
{ "factory":"HLSVideoFactory", "enabled":true }, | ||
{ "factory":"RTMPVideoFactory", "enabled":true }, | ||
{ "factory":"ImageVideoFactory", "enabled":true }, | ||
{ "factory":"YoutubeVideoFactory", "enabled":true }, | ||
{ "factory":"Video360ThetaFactory", "enabled":true }, | ||
{ "factory":"Video360Factory", "enabled":true } | ||
], | ||
"audioMethods":[ | ||
{ "factory":"MultiformatAudioFactory", "enabled":true } | ||
], | ||
"rtmpSettings":{ | ||
"bufferTime":5, | ||
"requiresSubscription": false | ||
"requiresSubscription": false | ||
}, | ||
"slidesMarks":{ | ||
"enabled":true, | ||
"color":"gray" | ||
} | ||
}, | ||
"defaultProfile":"slide_professor", | ||
"data":{ | ||
"enabled":true, | ||
"dataDelegates":{ | ||
"trimming":"CookieDataDelegate", | ||
"visualAnnotations": "VisualAnnotationsDataDelegate", | ||
"metadata":"VideoManifestMetadataDataDelegate", | ||
"cameraTrack":"TrackCameraDataDelegate" | ||
} | ||
}, | ||
"folders": { | ||
"profiles": "config/profiles", | ||
"resources": "resources", | ||
"skins": "resources/style" | ||
}, | ||
"experimental":{ | ||
"autoplay":true | ||
}, | ||
"plugins":{ | ||
"enablePluginsByDefault": false, | ||
"slidesMarks":{ | ||
"enabled":true, | ||
"color":"gray" | ||
} | ||
}, | ||
"defaultProfile":"slide_professor", | ||
"data":{ | ||
"enabled":true, | ||
"dataDelegates":{ | ||
"trimming":"CookieDataDelegate", | ||
"visualAnnotations": "VisualAnnotationsDataDelegate", | ||
"metadata":"VideoManifestMetadataDataDelegate", | ||
"cameraTrack":"TrackCameraDataDelegate" | ||
} | ||
}, | ||
"folders": { | ||
"profiles": "config/profiles", | ||
"resources": "resources", | ||
"skins": "resources/style" | ||
}, | ||
"experimental":{ | ||
"autoplay":true | ||
}, | ||
"plugins":{ | ||
"enablePluginsByDefault": false, | ||
|
||
"//**** Instructions: Disable any individual plugin by setting its enable property to false": {"enabled": false}, | ||
"//**** For a list of available plugins and configuration, go to": "https://github.com/polimediaupv/paella/blob/master/doc/plugins.md", | ||
"list":{ | ||
"//****": "Button Plugins", | ||
"edu.harvard.dce.paella.flexSkipPlugin": {"enabled":true, "direction": "Rewind", "seconds": 10}, | ||
"edu.harvard.dce.paella.flexSkipForwardPlugin": {"enabled":true, "direction": "Forward", "seconds": 30}, | ||
"es.upv.paella.captionsPlugin": {"enabled":true, "searchOnCaptions":true}, | ||
"es.upv.paella.extendedTabAdapterPlugin": {"enabled":true}, | ||
"es.upv.paella.footprintsPlugin": {"enabled":false}, | ||
"es.upv.paella.frameControlPlugin": {"enabled": true, "showFullPreview": "auto"}, | ||
"es.upv.paella.fullScreenButtonPlugin": {"enabled":true, "reloadOnFullscreen":{ "enabled":true, "keepUserSelection":true }}, | ||
"es.upv.paella.helpPlugin": {"enabled":true, "langs":["en","es"]}, | ||
"es.upv.paella.multipleQualitiesPlugin": {"enabled":true, "showWidthRes":true}, | ||
"es.upv.paella.playbackRatePlugin": {"enabled":true, "availableRates": [0.75, 1, 1.25, 1.5]}, | ||
"es.upv.paella.playPauseButtonPlugin": {"enabled":true}, | ||
"es.upv.paella.searchPlugin": {"enabled":true, "sortType":"time", "colorSearch":false}, | ||
"es.upv.paella.socialPlugin": {"enabled":true}, | ||
"es.upv.paella.themeChooserPlugin": {"enabled":true}, | ||
"es.upv.paella.viewModePlugin": { "enabled": true }, | ||
"es.upv.paella.volumeRangePlugin":{"enabled":true, "showMasterVolume": true, "showSlaveVolume": false }, | ||
"es.upv.paella.pipModePlugin": { "enabled":true }, | ||
"es.upv.paella.ratePlugin": { "enabled":true }, | ||
"es.upv.paella.videoZoomPlugin": { "enabled":true }, | ||
"es.upv.paella.audioLanguage": { "enabled":true }, | ||
"es.upv.paella.videoZoomToolbarPlugin": { "enabled":false, "targetStreamIndex":0 }, | ||
"es.upv.paella.videoZoomTrack4kPlugin": { "enabled":true, "targetStreamIndex":0, "autoModeByDefault":false }, | ||
"es.upv.paella.airPlayPlugin": { "enabled":true }, | ||
"//**** Instructions: Disable any individual plugin by setting its enable property to false": {"enabled": false}, | ||
"//**** For a list of available plugins and configuration, go to": "https://github.com/polimediaupv/paella/blob/master/doc/plugins.md", | ||
"list":{ | ||
"//****": "Button Plugins", | ||
"edu.harvard.dce.paella.flexSkipPlugin": {"enabled":true, "direction": "Rewind", "seconds": 10}, | ||
"edu.harvard.dce.paella.flexSkipForwardPlugin": {"enabled":true, "direction": "Forward", "seconds": 30}, | ||
"es.upv.paella.captionsPlugin": {"enabled":true, "searchOnCaptions":true}, | ||
"es.upv.paella.extendedTabAdapterPlugin": {"enabled":true}, | ||
"es.upv.paella.footprintsPlugin": {"enabled":false}, | ||
"es.upv.paella.frameControlPlugin": {"enabled": true, "showFullPreview": "auto"}, | ||
"es.upv.paella.fullScreenButtonPlugin": {"enabled":true, "reloadOnFullscreen":{ "enabled":true, "keepUserSelection":true }}, | ||
"es.upv.paella.helpPlugin": {"enabled":true, "langs":["en","es"]}, | ||
"es.upv.paella.multipleQualitiesPlugin": {"enabled":true, "showWidthRes":true}, | ||
"es.upv.paella.playbackRatePlugin": {"enabled":true, "availableRates": [0.75, 1, 1.25, 1.5]}, | ||
"es.upv.paella.playPauseButtonPlugin": {"enabled":true}, | ||
"es.upv.paella.searchPlugin": {"enabled":true, "sortType":"time", "colorSearch":false}, | ||
"es.upv.paella.socialPlugin": {"enabled":true}, | ||
"es.upv.paella.themeChooserPlugin": {"enabled":true}, | ||
"es.upv.paella.viewModePlugin": { "enabled": true }, | ||
"es.upv.paella.volumeRangePlugin":{"enabled":true, "showMasterVolume": true, "showSlaveVolume": false }, | ||
"es.upv.paella.pipModePlugin": { "enabled":true }, | ||
"es.upv.paella.ratePlugin": { "enabled":true }, | ||
"es.upv.paella.videoZoomPlugin": { "enabled":true }, | ||
"es.upv.paella.audioLanguage": { "enabled":true }, | ||
"es.upv.paella.videoZoomToolbarPlugin": { "enabled":false, "targetStreamIndex":0 }, | ||
"es.upv.paella.videoZoomTrack4kPlugin": { "enabled":true, "targetStreamIndex":0, "autoModeByDefault":false }, | ||
"es.upv.paella.airPlayPlugin": { "enabled":true }, | ||
|
||
"//****": "Video Overlay Button Plugins", | ||
"es.upv.paella.liveStreamingIndicatorPlugin": { "enabled": true }, | ||
"es.upv.paella.showEditorPlugin":{"enabled":true,"alwaysVisible":true}, | ||
"es.upv.paella.arrowSlidesNavigatorPlugin": {"enabled": true, "showArrowsIn": "slave"}, | ||
"es.upv.paella.videoDataPlugin": { | ||
"enabled": true, | ||
"excludeLocations":[ | ||
"paellaplayer.upv.es" | ||
], | ||
"excludeParentLocations":[ | ||
"localhost:8000" | ||
] | ||
}, | ||
"//****": "Video Overlay Button Plugins", | ||
"es.upv.paella.liveStreamingIndicatorPlugin": { "enabled": true }, | ||
"es.upv.paella.showEditorPlugin":{"enabled":true,"alwaysVisible":true}, | ||
"es.upv.paella.arrowSlidesNavigatorPlugin": {"enabled": true, "showArrowsIn": "slave"}, | ||
"es.upv.paella.videoDataPlugin": { | ||
"enabled": true, | ||
"excludeLocations":[ | ||
"paellaplayer.upv.es" | ||
], | ||
"excludeParentLocations":[ | ||
"localhost:8000" | ||
] | ||
}, | ||
|
||
"//****": "TabBar Plugins", | ||
"es.upv.paella.commentsPlugin": {"enabled": false}, | ||
"es.upv.paella.test.tabBarExamplePlugin": {"enabled": false}, | ||
"//****": "TabBar Plugins", | ||
"es.upv.paella.commentsPlugin": {"enabled": false}, | ||
"es.upv.paella.test.tabBarExamplePlugin": {"enabled": false}, | ||
|
||
"//****": "Event Driven Plugins", | ||
"es.upv.paella.blackBoardPlugin": {"enabled": true}, | ||
"es.upv.paella.breaksPlayerPlugin": {"enabled": true}, | ||
"es.upv.paella.overlayCaptionsPlugin": {"enabled": true}, | ||
"es.upv.paella.playButtonOnScreenPlugin": {"enabled":true}, | ||
"es.upv.paella.test.videoLoadPlugin": {"enabled":false}, | ||
"es.upv.paella.translecture.captionsPlugin": {"enabled":true}, | ||
"es.upv.paella.trimmingPlayerPlugin": {"enabled":true}, | ||
"es.upv.paella.zoomPlugin": {"enabled": false}, | ||
"es.upv.paella.windowTitlePlugin": {"enabled": true}, | ||
"es.upv.paella.track4kPlugin": { "enabled":true }, | ||
|
||
"//****": "Captions Parser Plugins", | ||
"es.upv.paella.captions.DFXPParserPlugin": {"enabled":true}, | ||
"es.teltek.paella.captions.WebVTTParserPlugin": {"enabled":true}, | ||
"//****": "Event Driven Plugins", | ||
"es.upv.paella.blackBoardPlugin": {"enabled": true}, | ||
"es.upv.paella.breaksPlayerPlugin": {"enabled": true}, | ||
"es.upv.paella.overlayCaptionsPlugin": {"enabled": true}, | ||
"es.upv.paella.playButtonOnScreenPlugin": {"enabled":true}, | ||
"es.upv.paella.test.videoLoadPlugin": {"enabled":false}, | ||
"es.upv.paella.translecture.captionsPlugin": {"enabled":true}, | ||
"es.upv.paella.trimmingPlayerPlugin": {"enabled":true}, | ||
"es.upv.paella.zoomPlugin": {"enabled": false}, | ||
"es.upv.paella.windowTitlePlugin": {"enabled": true}, | ||
"es.upv.paella.track4kPlugin": { "enabled":true }, | ||
|
||
"//****": "Search Service Plugins", | ||
"es.upv.paella.search.captionsSearchPlugin": {"enabled":true}, | ||
"es.upv.paella.frameCaptionsSearchPlugin": {"enabled":true}, | ||
"//****": "Captions Parser Plugins", | ||
"es.upv.paella.captions.DFXPParserPlugin": {"enabled":true}, | ||
"es.teltek.paella.captions.WebVTTParserPlugin": {"enabled":true}, | ||
|
||
"//****": "User Tracking Saver Plugins", | ||
"es.upv.paella.usertracking.elasticsearchSaverPlugin": { "enabled": false, "url": "http://my.elastic.server"}, | ||
"es.upv.paella.usertracking.GoogleAnalyticsSaverPlugIn": { "enabled": false, "trackingID": "UA-XXXXXXXX-Y" }, | ||
"es.upv.paella.usertracking.piwikSaverPlugIn": { "enabled": false, "tracker":"//tracker.server.com", "siteId": "1" }, | ||
"es.teltek.paella.usertracking.xAPISaverPlugin": {"enabled": false, "endpoint":"http://localhost:8081/data/xAPI/", "auth":"auth_key"} | ||
|
||
} | ||
}, | ||
"//****": "Search Service Plugins", | ||
"es.upv.paella.search.captionsSearchPlugin": {"enabled":true}, | ||
"es.upv.paella.frameCaptionsSearchPlugin": {"enabled":true}, | ||
|
||
"//****": "User Tracking Saver Plugins", | ||
"es.upv.paella.usertracking.elasticsearchSaverPlugin": { "enabled": false, "url": "http://my.elastic.server"}, | ||
"es.upv.paella.usertracking.GoogleAnalyticsSaverPlugIn": { "enabled": false, "trackingID": "UA-XXXXXXXX-Y" }, | ||
"es.upv.paella.usertracking.piwikSaverPlugIn": { "enabled": false, "tracker":"http://localhost/piwik/", "siteId": "1" }, | ||
"org.opencast.usertracking.MatomoSaverPlugIn": { | ||
"enabled": false, | ||
"server": "http://localhost/piwik/", | ||
"site_id": 1, | ||
"heartbeat": 30, | ||
"client_id": "Paella Player" | ||
}, | ||
"es.teltek.paella.usertracking.xAPISaverPlugin": {"enabled": false, "endpoint":"http://localhost:8081/data/xAPI/", "auth":"auth_key"} | ||
|
||
} | ||
}, | ||
"standalone" : { | ||
"repository": "../repository/" | ||
}, | ||
"skin": { | ||
"available": [ | ||
"dark", | ||
"dark_small", | ||
"light", | ||
"light_small" | ||
] | ||
} | ||
}, | ||
"skin": { | ||
"available": [ | ||
"dark", | ||
"dark_small", | ||
"light", | ||
"light_small" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.