Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
| Project: | HTML5 Video & Media JavaScript Library |
| Version: | -1.1.x |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Total votes: | 0 |
neither of that mobile flavors at kaltura.com are including the applembr tag that your html5 player needs to do apple http streaming.
see this line at v1.3a/modules/KalturaSupport/kalturaIframe.php:
// If we have apple http steaming then use it for ipad & iphone instead of regular flavors
if( strpos( $KalturaFlavorAsset->tags, 'applembr' ) !== false ) {
$assetUrl .= '/format/applehttp/protocol/http';
To test:
-Open a session test me console with proper permissions.
-Select service flavorParams and action list.
-Inspect mobile flavor set (ids 3019xx) to find applembr tag.
Comments
#1
The default flavors should be updated in the Eagle Release and include support for apple Adaptive.
#2
Eagle is released, i've tested against kaltura with test me console and none of mobile flavors has applembr tag....thx