Android :: Better (Video Buffer) YouTube Application?
Oct 19, 2010
I've pretty much fed up with the stock Youtube app on my Moto Droid, and was wondering if there are any alternate apps or fixes out there. Between it flipping a nut if I try to seek further into the video and the fact that it won't allow me to buffer the video at all is what tweaks me the most. Whats the point of trying to watch anything over 3G if I'm only gunna get 3 seconds of video followed by 3 seconds of buffering through the whole thing?
View 1 Replies
May 12, 2010
When I view videos it takes a very long time to buffer and when it does it gets about 5 seconds worth then has to buffer more. Is there away for it to download it better instead of stopping every few seconds to buffer more. This way it can be smoother. There has to be some way to do it my storm that didnt have no where near as much memory played them better.
View 8 Replies
View Related
May 21, 2012
When I want to watch the video from youtube facebook application redirects me to a web browser, and asked whether I would prefer that the application wants to watch youtube or on your browser. What should I do?
View 1 Replies
View Related
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
Oct 20, 2010
I have a weak signal at work and often like to watch Vcast (Bones, Vampire Diaries, Family Guy and some others) but due to the limited reception I often get choppy video/audio. There is no link in the menu button to adjust the total seconds of buffering. Is there a back door way to increase the buffer amount to help get better playback of Vcast?
View 1 Replies
View Related
Dec 26, 2012
The closest I know of are mxplayer and vplayer. Any xda alternatives people know of?
View 2 Replies
View Related
Apr 7, 2009
I am developing an image applications.
One activity decoding image file (jpg, bmp, and so on) to byte buffer RGB 565 or 888 type.
Then want to pass image buffer to another activity for change image data.
I have 3 activity the main decoding activity[A] and selecting effect activity[B] and apply effect activity[C] for change image data.
If i use intent then activity[A] should make intent[1] and putExtra to that intent. and then [B] call getIntent and getByteArrayExtra for get byte buffer.
If user select effect then [B] make new intent[2] and putExtra to intent[2]. and startActivityForResult with intent[2] and activity[C].
Then activity[C] call getIntent to get intent[2] and getByteArrayExtra for get byte buffer again.
There takes much times to make new byte buffer and copy from parent's activity's byte buffer 2 times. [A]->[B] and [B]->[C]
That process drops application performance.
Questions
1. Can i pass intent[1] to activity[C] without make new intent[2] and putExtra byte buffer? by modify intent[1]. (if it works just 1 buffer copy will perform)
2. Can i use application global memory for share byte buffer? if i use hash map how can each activity access same hash map? (if it works don't need to copy buffer)
View 2 Replies
View Related
Nov 21, 2009
I have some questions regarding the code below for camera preview application.
1. How does surfaceCreated() and CreateSurface() relate? Is this surface created via createSurface() from SurfaceFlinger client to SurfaceFlinger server? If so, there must be 2 buffers (frame buffers from display driver if there is how acceleration or if it is the emulator, it will be from ashmem) associated with this surface: surface BB (for composition) and surface FB (for display).
2. How does the rendering buffer (frame buffer BB and frame buffer FB) get allocated in the camera preview application? Are they allocated by the application?
3. How does this surface relate to the preview buffers? Are the preview buffers allocated by the Camera Service during startPreview?
private class CameraSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
private SurfaceHolder mHolder; private Camera camera = null;
public CameraSurfaceView(Context context) { super(context);
mHolder = getHolder(); mHolder.addCallback(this);
mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
} public void surfaceCreated(SurfaceHolder holder) {
camera = Camera.open(); try {
camera.setPreviewDisplay(mHolder);
} catch (Exception e) { Log.e("Camera", "Failed to set camera preview display", e);
} } }
View 2 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 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
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
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
Jun 29, 2010
playing youtube videos in android. I have tried the RTSP but it fails to stream the video.
View 2 Replies
View Related
Nov 6, 2008
Here is a cool trick to save videos to your G1.If you use firefox web browser you will need to download a plugin called download helper.Now you go to youtube and find a video you like.then wait for it to load.then when you select download helper in the top right corner you select from dropdown menu the file name of video followed by .flv.when you download the .flv file then i use xvidforpsp and convert the .flv to mp4 ot h.264 and then copy it to the G1 memory card and tada you just saved the youtube video for playback to your G1 to play at anytime and save without having to find it again.
View 32 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
Dec 30, 2013
i recently got my first device using android 4.2.2 and i see that the only video resolution for youtube that i can select is HQ but i cant select for example 720p or 1080p. Does 4.2.2 is missing this youtube feature? I know that older ios version you couldnt select it but with ios 7 is available.
View 2 Replies
View Related
Oct 6, 2010
I have code that will bring up a Youtube video on their webpage and the user has to then tap the play option to play it:
CODE:..............
This works fine but what I would really like is to have the video come up in the player on the phone immediately without the user ending up on the webpage and having to tap the play option.
View 2 Replies
View Related
Mar 8, 2010
From our android app I launch Youtube app with the proper video id. This works well across all devices. On Nexus One the youtube app defaults to using low quality video. I have added &fmt=18 in the url (for eg: http://www.youtube.com/watch?v=NsjadfLYnD4&feature=youtube_gdata&fmt=18 , see this blog for details http://blog.jimmyr.com/High_Quality_on_Youtube_11_2008.php) which should have forced a high quality video but doesn't.Anyone know a work around for this ? The screen resolution on nexus is really beautiful it saddens me that I can't make use of this to play hq videos.
View 1 Replies
View Related
Oct 7, 2009
I am testing my wifi application with android and I need to test a lot of traffic over a long period of time. I need at least 24-48 hours for a stress test. I am wondering if anyone knows if I can get a youtube video to loop and replay.
View 1 Replies
View Related
Jun 11, 2010
I have an audio file in .3gp format on my Android device which I wish to upload to YouTube. I know that YouTube is a video upload site and that I need to convert this sound file to video. I just want an image to display all the time the audio is playing. Google tells me there are number of tools that can help me. But I want to do this via java code from my Android device.
View 7 Replies
View Related
Jan 28, 2010
Every time that I try to upload a video it gets to 100 percent and then says failed authentication... What am I doing wrong? I made sure that I was logged in and it doesn't work.
View 1 Replies
View Related
Sep 27, 2010
I have about 3 videos that i cannot install with my app on DROID due to their huge size. Now we have decided to host them on a private server or YouTube. How can i run these videos in Android?
View 3 Replies
View Related
May 18, 2010
Youtube video, it is a really crappy video! What I like about it is it really shows the shear size of the phone, it's a beast!
http://www.youtube.com/watch?v=nGiRZcj9Poo
View 13 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
Jul 7, 2010
I could have missed this one being posted, and if it is posted ill lock down this thread. I have only seen you guys post the cartoon evo video. this guys is just great.
BE WARNED: he cusses a lot so if that offends you please dont listen. if your in your cubicle, put on headphones.. but then your co workers will wonder why your laffing so hard...
YouTube - FLASHLESS IPHONE 4G FAILS AS EVO KILLER
View 9 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
Aug 4, 2010
1.When I try to upload a video from my phone to Youtube it says that I can't upload files bigger than 1gig. The file I am trying to upload is only 124 mb. So what is the problem? (it was recorded in 720) I had to download some crappy 3pg to avi converter so that I could upload it.
2. My second question, is why is it so choppy? Here is video of my 14 month old son eating a lime for the first time. Sadly, the video cuts in and out. Played like this right after the recording on the phone.
View 4 Replies
View Related