I need to create a web page, that shows video on iphone, ipad, blackberry & desktop browsers.
On desktop browsers and ios it works fine. But i have a issue with blackberry.
<object data="path_to_3gp_video" type="video/3gpp" title="Some title" width="400"
height="300">
After some googling i figured out that this code works fine on blackberry:
<a href="rtsp://v3.cache5.c.youtube.com/0/video.3gp"><img
src="media/prs_poster_ns.jpg"></a>
But I need play it on my server, which doesn’t supports rtsp protocol.
Are there any alternative solutions?
Few pointers:
v4.6.0or above, verify it from this linkHTTP Progressive Downloadas you saidRTSPis not supported by serverRTSP / HTTP / HTTP-Progressiveplayback, using this link