Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing one windows phone 8 app. In my app i want to play youtube live channel. After searching a lot I got this

add web browser control

and then

XML
youtube.NavigateToString("<!doctype html>" +
       "<html><head><title></title></head><body>" +
       "<iframe height=\"383\" src=\"https://www.youtube.com/embed/O_Kh5JXtCGA?feature=player_detailpage\" width=\"680\"></iframe>" +
       "</body></html>");


after executing it in emulator i am able to see the channel but after clicking on play i am getting error like
your browser does not currently recognize any of the video formats available

i dont know what it means
any help,
thanks.
Posted
Updated 2-Nov-14 20:46pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900