Answered by:
Error loading player, no Playable source found wp8

Question
-
hi I have a url http://54.179.170.143/multitvfinal/index.php/details?id=37&type=live&device=ios
when I Navigate this url in to my Wp8 webBrowser then it is giving me error
ths error is
Error loading Player no Playable source found.
my code is wb.Navigate(new uri("http://54.179.170.143/multitvfinal/index.php/details?id=37&type=live&device=ios",UriKind.Absolute);
Tuesday, February 17, 2015 5:19 AM
Answers
-
It appears the video is hosted as a m3u8 playlist and served as a flash (.swf) format using the JWPlayer. Unfortunately this isn't supported on the Windows Phone.
Abdulwahab Suleiman
- Proposed as answer by Herro wongMicrosoft contingent staff, Moderator Wednesday, February 25, 2015 6:54 AM
- Marked as answer by Herro wongMicrosoft contingent staff, Moderator Monday, March 2, 2015 1:37 AM
Tuesday, February 17, 2015 10:01 PMModerator
All replies
-
hi I have a url which is playing in desktop IE Web Browser but not playing in wp8 web browser
here is my url
http://54.179.170.143/multitvfinal/index.php/details?id=37&type=live&device=ios
- Merged by Herro wongMicrosoft contingent staff, Moderator Monday, March 2, 2015 1:40 AM duplicate
Monday, February 16, 2015 10:35 AM -
I notice that site use JW player to play video, that player cannot work in windows phone web browser control.
- Proposed as answer by Herro wongMicrosoft contingent staff, Moderator Sunday, March 1, 2015 7:28 AM
Tuesday, February 17, 2015 5:15 AM -
It appears the video is hosted as a m3u8 playlist and served as a flash (.swf) format using the JWPlayer. Unfortunately this isn't supported on the Windows Phone.
Abdulwahab Suleiman
- Proposed as answer by Herro wongMicrosoft contingent staff, Moderator Wednesday, February 25, 2015 6:54 AM
- Marked as answer by Herro wongMicrosoft contingent staff, Moderator Monday, March 2, 2015 1:37 AM
Tuesday, February 17, 2015 10:01 PMModerator -
then which video format is supperted in windows phone web browser control??Wednesday, March 11, 2015 9:24 AM