Grishberg / android-youtube-player

Automatically exported from code.google.com/p/android-youtube-player
0 stars 0 forks source link

Can't play this vide #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when I click on play button it start loading video then it show dialog 
"Can't play this video"
Intent lVideoIntent = new Intent(null, Uri
                        .parse("ytv://"+"j0wYyf3UMSQ"),
                        MainActivity.this,
                        OpenYouTubePlayerActivity.class);
                startActivity(lVideoIntent);

I tried many videos and same problem ??

I noticed that there is v 1.2 ?? but I can't find it on Downloads page ???

Original issue reported on code.google.com by hamoosh....@gmail.com on 29 Apr 2013 at 8:15