I have tested my web app on s40 device asha 309
my rtsp streams of Format:Video/H264, Resolution 320*240 and Bit rate 150 kbits/s are not playing in web app based Live TV .
Error : File cannot be played . Select a file of lower quality..
Please give me a proper solution. Iam caling the video with
str += "<a href=\"" + channel['link'] + "\">" +
and
"<a href=\"" + channel['link'] + "\">" + channel['name'] + "</a>" + "</div>";
str += "<div class='ui-list-item'>"+ "link: " + "<a href=\""+ channel['link']+"\">Start video</a> </div>";
Please give ur valuable coment or suggestion on this.

Reply With Quote

