Android :: YouTube App - Cannot Get Video To Play
Oct 21, 2010
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
Mar 3, 2012
how 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
View 1 Replies
View Related
Jan 17, 2010
My YouTube application is not working most of the time it says " Sorry, cannot play this video now".
View 1 Replies
View Related
Feb 18, 2010
In 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 Related
May 22, 2010
I 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 Related
Mar 30, 2010
1. 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.
View 2 Replies
View Related
Sep 23, 2010
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 Related
Jun 11, 2010
Whenever 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...
View 2 Replies
View Related
Aug 19, 2010
can the android 1.8.2 version play youtebe video ? I can't open youtube in China.
View 2 Replies
View Related
Apr 26, 2010
so what is the deal with the youtube not being able to play video?
View 4 Replies
View Related
Feb 24, 2010
Every 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 Related
Mar 1, 2010
So 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
Nov 1, 2013
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.
View 5 Replies
View Related
Mar 24, 2010
Most 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?
View 5 Replies
View Related
Jan 14, 2010
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 Related
Aug 7, 2011
Im 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]....
View 7 Replies
View Related
Sep 19, 2012
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 Related
Feb 11, 2010
Is possible play video from youtube with url using MediaPlayer.
View 3 Replies
View Related
Oct 6, 2010
I'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 Related
Jun 22, 2010
On 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 Related
Jul 9, 2009
when 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
View 2 Replies
View Related
Oct 15, 2010
How can i search for for a keyword and afterwards play best result in youtube player?
View 1 Replies
View Related
Jun 9, 2009
I 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 Related
Aug 8, 2010
htc 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.
View 1 Replies
View Related
Sep 8, 2010
Most youtube are flash am I right? then the codec must be build in somewhere?
View 5 Replies
View Related
Dec 10, 2009
If this is a repeat of another thread then i apologize .i need a video player that will play mp4 video in full resolution for the droid.m coming from bb.can you help me with this.i don't care if it is free or not.
View 8 Replies
View Related
Feb 26, 2010
I'm writing an Android app where users can upload video to Youtube. I'd like the Youtube tag field to be pre-filled with a tag that I set. I'd also like the UI to work like this: user clicks on an Upload button, user goes straight to Youtube upload intent (rather than picking from a Chooser), tag field is pre-filled for them.
Is this possible using ACTION_SENDTO?
Currently I have this code, which just launches a Chooser, which really isn't what I want:
btnUpload.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
//uploadToYouTube();
//videoUpload();
Intent intent = new Intent();
intent.setAction(Intent.ACTION_SEND);
intent.setType("video/3gpp");
intent.putExtra(Intent.EXTRA_STREAM, videoURI);
try {
startActivity(Intent.createChooser(intent,
"Upload video via:"));
} catch (android.content.ActivityNotFoundException ex) {
Toast.makeText(Recorder.this, "No way to share!",
Toast.LENGTH_SHORT).show();
}
}
});
View 4 Replies
View Related
Mar 1, 2013
i have the golf channel app installed, on telus network. I cant get the videos to play, keep getting message "cant play video at this time:
View 4 Replies
View Related
Dec 24, 2012
is there android browser that can play youtube in background even when its minimized?
View 8 Replies
View Related
Sep 10, 2010
while I am playing the video from browser (youtube.com), I am getting the PVMFInfoUnderflow event. Could some one explain why I am getting? in which scenarios we get this error. and if possible try to provide the solution also.
View 2 Replies
View Related