Default mobile flavor set does not include tag needed for Apple http streaming

My issue votes
0
votes
0/20 total votes used
Project:HTML5 Video & Media JavaScript Library
Version:-1.1.x
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Total votes:0
Description

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