Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Kaltura IOS play fine under 10 seg

$
0
0

Hello,

Looking at the playManifest URL generated for this entry, even when viewing it from a laptop, I see the requested format is applehttp:
http://ns350585.ip-94-23-9.eu/p/100/sp/10000/playManifest/entryId/0_3u7s5wgd/flavorIds/0_6upgu1qk,0_pbrqig78,0_mc2t1eng,0_ky1avzub/format/applehttp/protocol/http/a.m3u8?referrer=aHR0cDovL25zMzUwNTg1LmlwLTk0LTIzLTkuZXU=&playSessionId=f50216b7-ceea-63c2-f5b4-155f48c29f79&clientTag=html5:v2.48.1&uiConfId=23448236&responseFormat=jsonp&callback=jQuery1111020413532270044177_1475062414599&_=1475062414600

This shouldn't be the format when playing from my device so something is off:)

Can you look at /opt/kaltura/app/configurations/base.ini and find the values for the below directives? the values I'm attaching are the default ones

; max duration in seconds
short_entries_max_duration = 300
short_entries_default_delivery_type = http
secured_default_delivery_type = http
default_delivery_type = http

So, you can see there are four related directives:
short_entries_max_duration defines the max video length that should be played with the format set for short_entries_default_delivery_type, other entries will either play using secured_default_delivery_type or default_delivery_type.

By default, for CE, since it is not mandatory to have a CDN that's capable of playing with adaptive protocols, all values are set to 'http', i.e progressive download of the video.

CE also includes the kaltura-nginx package which is Nginx compiled with the Kaltura Nginx VOD module [https://github.com/kaltura/nginx-vod-module]. This enables you to serve the videos in DASH, HDS and HLS formats, without having to use an external CDN service that supports that.

This is documented here:

If you have kaltura-nginx correctly installed and set up, this should work well.

Please also run this query:
mysql> select * from kaltura.delivery_profile\G

Mask all sensitive info from the output and paste it here.

After getting this info, I'll be able to further help you.


Viewing all articles
Browse latest Browse all 7410

Trending Articles