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
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!
Kaltura4CE and mobile clients not working unfortunatelly !
It does.
Most likely you need your MimeTypes
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?
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
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 ?
Can you point to a link where it can be seen?
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
look also on this thread: http://www.kaltura.org/operation-could-not-be-completed-iphone
That solved a problem I had
Thank you, but I had done followed your recommended thread. In a single server setup it is working but cdn setup not.
http://html5video.org :)