Are there any working mobile demo's available?

10 replies [Last post]
Joined: 01/06/2012
Points: 6

I've looked through the forum for the last hour or so and can't seem to find any examples of Kaltura that actually streams video on tablet and smartphone.

can anyone share a link of a working demo? I think it's silly that you can't find one on the site, and the example on htmlvideo.org does not work either.

thanks!

Joined: 01/05/2009
Points: 1697
Joined: 01/20/2012
Points: 76

Kaltura4CE and mobile clients not working unfortunatelly !

Joined: 07/19/2009
Points: 178

It does.
Most likely you need your MimeTypes

Joined: 01/20/2012
Points: 76

Mine servers Mime types already configured as kaltura offer, but it doesn't work.

I have added below mime types to apache.conf.
AddType video/ogg .ogm
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
AddType video/mp4 .mp4v .mpg4 .m4v

What would be the reason for mobile android 2.x clients not to work other than mime types?

Joined: 07/19/2009
Points: 178

Does it work on PC?
you can run the url in Chrome with a GET parameter named forceMobileHTML5 (?forceMobileHTML5=1)
and see how it behaves on PC

Joined: 01/20/2012
Points: 76

yes, It works normal when I add ?forceMobileHTML5=1 parameter (mobile player comes and video plays on desktop but not on android 2.x)

did you see your videos works on android 2.x ? have you checked it ?

Joined: 07/19/2009
Points: 178

Can you point to a link where it can be seen?

Joined: 01/20/2012
Points: 76

Unfortunately, my kaltura4ce is in local area and cannot be accessible from public. Please let me know, what and how do you understand the problem by checking the link? Maybe I can forward the result to you. thanks

Joined: 07/19/2009
Points: 178

look also on this thread: http://www.kaltura.org/operation-could-not-be-completed-iphone
That solved a problem I had

Joined: 01/20/2012
Points: 76

Thank you, but I had done followed your recommended thread. In a single server setup it is working but cdn setup not.