...
- LP Should migrate all older MP4 mimeType Contents previewURL to empty.
- Sunbird mobile should show the "Preview" button only if previewURL is present.
- Sunbird mobile app will send following in content metadata to content playerFor streaming contentspreviewUrl(if available) = <s3 url>For locally downloaded contentspreviewUrl=<local basepath>
- Sunbird mobile app will send following in cData
Code Block language actionscript3 title cdata { “id”: “<launch type>”, // offline/streaming “type”: “PlayerLaunch" }
- Content player will stream the mp4 content based on the config which is passed.
- Need design from LP, What other video streaming metadata information is storing (Example: streamingType:"XXXX").
- Sunbird mobile app
...