Android :: Youtube App Not Working - Cannot Play This Video Now
Jan 17, 2010My YouTube application is not working most of the time it says " Sorry, cannot play this video now".
View 1 RepliesMy YouTube application is not working most of the time it says " Sorry, cannot play this video now".
View 1 Replieshow to make android facebook app play youtube video with youtube app?
When i press the browser he opens a link from m.facebook to m.youtube and i dont want that...it will be better if facebook app let me choose between orig.browser,opera,skyfire and most important for me "youtube" app....
I have try another app named 3d flower facebook (is just like old facebook app but there are so much things missing) that do excactly that....
Galaxy s jw1 semaphon 2.0.5sc
I have installed the new YouTube app. However, I cannot get video to play. Every video I load says ,There was a problem while playing. Doesnt matter if its HQ or not. Im rooted with CM6, but I dont think thats the issue.
View 2 Replies View RelatedIn my android app I have a WebView to display HTML data from our website. Sometimes the page will have youtube embed objects. This doesn't show up properly in the app. Is there any way to show/play youtube videos in WebView ?
View 4 Replies View RelatedI am wondering if anyone know there's any documentation on what intent does the YouTube App takes? I believe YouTube App doesn't support youtube playlist and I am trying to fill that gap by parsing the YouTube playlist feed into individual video IDs and feed them to YouTube App.However, after the clip ends, the activity goes to show related video. Does anyone know if there's any way to tell YouTube App to end immediately after playing the video specified in vnd.youtube:VideoId?
View 2 Replies View Related1. is this possible to play video from YouTube on emulator using YouTube video link (like:http://www.youtube.com/watch?v=T1Wgp3mLa_E) ? If not, then why?
2.If yes then how ?
I tried to play YouTube video using VideoView but got "Command PLAYER_INIT completed with an error or info PVMFErrCorrupt" message through logcat command.
When I try to play a video on the youtube app or the internet it says it can't play the video.
View 4 Replies View RelatedWhenever i go to view a video a mesage comes up saying:
Cannot play Video Sorry this video cannot be played.
I was wondering if anyone else got this and what he solution may be...
can the android 1.8.2 version play youtebe video ? I can't open youtube in China.
View 2 Replies View Relatedso what is the deal with the youtube not being able to play video?
View 4 Replies View RelatedEvery video I try to watch on You Tube comes back as "Can not play this video" I have the icon, why would I need to download any further application to watch you tube?mm
View 11 Replies View RelatedSo I have had my Droid Eris for about a week now. The other day I decided to play around on YouTube to see what it was like. Here is the thing though, I have literally found like 1 video that will play. Most of the time I get "This video can not be played". Anyone know why this is?
View 4 Replies View Related youtube... it worked before, then it just stopped connecting.
There is allways this problem... with youtube.. while having working internet wifi/3G.
It says "no connection"
-sync time
-remove adblock
-permissions... working on.
However, still the same problem.
Isn't there any developer, who know's how to track an apps interconnections with other apps. what the youtube app depends on, to run flawlessly.Also it would be really interesting to know, how to track that? What app needs what to work properly
I thing is, that my time in recovery mode is different... is there a possibillity to change the time in recovery? But is this really important ?It worked before without a specific recovery time.
This is a G1 and I am using a WiFi connection. when I go to Youtube ap and click Menu/my account/my videos , I can see all the videos uploaded via computer, but not the G1 video i waited 10 minutes to upload. they seem to upload into nowhere.
View 1 Replies View RelatedI got a HTC magic a couple of months ago and have had nothing but problems, first i discovered it wouldnt play youtube clips, it just comes up "this video cannot be played" for every clip.
HTC told me to update the ROM but my phone wouldnt detect HTC sync on my laptop (winxp) eventually they told me to force it into boot mode which worked and I've updated the ROM, but it still isnt playing youtube clips and I've trawled every android site I could find for a solution. But I did find alot of other people with android phones and the same problem.
I talked to HTC and they have apprently (after trying to solve this issue for at least a month and a half) reffered it to their head tech office in Thailand (Thailand? *shrug*) and they're working in conjunction with techs here in Australia and USA to figure out what the problem is, they say they will call me when they have a solution, when they do I'll post it here for all the others that have this same problem.
Also, has anyone else had the prob that after the ROM update, app's like 'rings extended' wont work, I've tried several app's like it and none work, just comes up 'rings extended could not be launched'. and in android systems it says there is no defaults set. I'm at a loss.
For some reason Play store and Youtube app cant access the net. Says problems with network, but there are none.I have 2 more android devices and 2 pcs running off the same network and all work just fine.
Also, may be related, browser started dropping error popup saying something about certificates. Can continue but most pages drop this multiple time
My YouTube app isn't working, when I click on the video that I want to watch it gives me an error message stating that the video cannot be played. I've searched on the forum and other models have reported similar problems, but as far as I can see this hasn't been discussed specifically for the tattoo
View 10 Replies View RelatedMost of the time when I am trying to watch a video it comes back with an error message "cannot play this video".
Why is this?
Why isn't youtube working for HTC HERO and how can i fix it :S? Keep saying "cannot play this video" .
View 23 Replies View RelatedIm using Eclipse created new android project.First thing i added to the menifest xml file two lines:
Code:
uses-permissionandroid:name="android.permission.INTERNET"></uses-permission>
<uses-permissionandroid:name="android.permission.STORAGE"></uses-permission>
And this is the complete menifest file code:
Code:
xmlversion="1.0"encoding="utf-8"?>
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="com.AllFormatsVideoPlay"
android:versionCode="1"
android:versionName="1.0">
[code]....
Now i tried to play a video file .3gp from the internet youtube link via my android device ! not emulator. And it worked! But when i tried to play a video file .3gp or .mp4( i converted the mp4 from 3gp ) its not working. Im getting error "Cannot play video Sorry, this video cannot be played"
Tried to play with the link to my device wich is: I:DCIM100MEDIAVIDEO0030.3gp or .mp4 or tried this: I:/DCIM/100MEDIA/VIDEO0030.3gp with "" like: "I:/DCIM/100MEDIA/VIDEO0030.3gp ";
I tried to remove the I: but it didn't change anything.This is the main code im using to play the video files on my device. And there some lines i marked with // wich i used to play from the internet and im not using now.
Code:
com.AllFormatsVideoPlay;
import
android.app.Activity;
import
android.graphics.PixelFormat;
import
[code]....
Is there an app to capture video when watching let's say YouTube or any video? Was looking for something like that so I could capture my baby boys face as he watches videos .
View 2 Replies View RelatedIs possible play video from youtube with url using MediaPlayer.
View 3 Replies View RelatedI know there have been other threads about the Youtube app no longer working (majority of the time), but it looks like it hasn't been commented on in awhile.SO, I really want to get this phone but won't until I know the bug is fixed.Can you Eris users let me know if your Youtube app is working or not working? (basically by not working I mean, almost every video you try to open you get a message saying: "Sorry, this video cannot be played")Also, does anyone have any logical ideas as to why not EVERY Eris user is affected by this bug?
View 22 Replies View RelatedI'm trying use the MediaPlayer and videoView class to play youtube videos but all failed , is that feasible? i have seem some app can do that , I'm just thinking how to implement .
View 1 Replies View RelatedOn Windows Mobile I used Youtube Play to download Videos from Youtube as FLV and then pull out the audio as MP3, is there an Android Program that does this?
View 1 Replies View Relatedwhen accessing a website with embedded YouTube video from within the browser, I can play the video. When accessing it from WebView I haven't been able to do that. Is that not possible or is there anything I do wrong? WebView webView = (WebView) findViewById(R.id.content_web_view);
webView.loadUrl(" http://strobist.blogspot.com/2009/07/creative-light-launches-with-cla... "); // sample url contains videos
How can i search for for a keyword and afterwards play best result in youtube player?
View 1 Replies View RelatedI have written a small example which plays youtube videos. the code is: startActivity(youtubeIntent = new Intent(Intent.ACTION_VIEW,Uri.parse (youtubeUrl))); but I got the alert as "sorry, this video is not available". how to play youtube videos in android device by programming?
View 2 Replies View Relatedhtc desire froyo. When I go to youtube.com from the stock browser I can load the page but when I click to any of videos it looks like it starts to load (loading circle in the middle is rotating) and then I get the message "An error occured, please try again later." at the center of the clip.
I was able to play them but now I can't. Can anyone provide a solution?
And please thank you anyway but do not offer solutions such as: use another browser, go to mobile site, use youtube app (which works by the way).
Main reason for me to switch to android is option to enjoy desktop view of the web on mobile device.
Most youtube are flash am I right? then the codec must be build in somewhere?
View 5 Replies View Related