[android-developers] how to play video stream from websocket url on exoplayer?

2017-08-23 Thread מוטי עמר
am trying to stream a video from websocket url in android. The url looks something like this *ws://abc.com:80/api/streaming/download/mp4/* . I am not really sure how to proceed because this thing is new for me. I tried searching on the internet and i found only one solution

[android-developers] How to play video from byte?

2016-03-01 Thread Raldes Krisnu Pratama
hello there.. how i play video from byte? is it possible? this my code byte[] mybyte = new byte(somefile.length); playvideo(mybyte); private void playvideo(byte[] myvideo) { try { // create temp file that will hold byte array File tempmp4 = File.createTempFil

[android-developers] how to play video file from internal storage in android?

2013-04-02 Thread Anusha Gogineni
-- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, vi

[android-developers] How to play VIDEO in html file

2013-01-07 Thread arjunender pabba
Hi, How to play video file(wmv,wma) in html file and how can i access the player from javascript -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fr

[android-developers] How to play video on surface view?

2012-01-23 Thread Rajesh Patil
Hi, i want to play video on surface view.. i m using surface view for dwawing bitmpa in that i use the video view bt it cant show video bt hear sound how it solve -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] how to play video file using ffmpeg library android

2011-09-16 Thread NAVI NEW
how to play video file using ffmpeg library android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+u

[android-developers] How to play video on vm

2011-06-21 Thread 郭维江
i push the file mj.mp4 onto the vm device through eclipse and can browse the it in File Explore at /mnt/sdcard/mj.mp4 my java code like: public class MyActivity extends Activity { private VideoViewmVideo; private MediaController mMediaController; private String mUri = "";

Re: [android-developers] how to play video on Android?

2011-01-18 Thread Mark Murphy
path will not work because Android is not Windows and does not have a C: drive. path2 may not work -- I am under the impression that playing back video from a resource is problematic. Here is a project that will play back a test.mp4 video located in the root of external storage -- you can put a f

[android-developers] how to play video on Android?

2011-01-18 Thread bob
Can someone help me figure out how to play video on Android? I can't figure out how to refer to the 3gp resource that I added to the project. Here's what I've been trying: /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"

Re: [android-developers] How to Play Video...?

2010-12-21 Thread Abhilash baddam
Thanks Robin Talwar..I didn't get that ideaIt's working...thanks a lot. On Tue, Dec 21, 2010 at 5:05 PM, Robin Talwar wrote: > Simple way is to make another activity and then put all the MediaPlayer > code in that activity > Call the above made activity through intent on onlistitemclick event

Re: [android-developers] How to Play Video...?

2010-12-21 Thread Robin Talwar
Simple way is to make another activity and then put all the MediaPlayer code in that activity Call the above made activity through intent on onlistitemclick event. On Tue, Dec 21, 2010 at 4:59 PM, Abhilash baddam < abhilash.androiddevelo...@gmail.com> wrote: > Hi, > > I can be able to displ

[android-developers] How to Play Video...?

2010-12-21 Thread Abhilash baddam
Hi, I can be able to display all video files names which are in a sdcard in a listview, now how can i play a video whenever i clicked on a particular video which in a list. Any help please.. Regards, Abhilash -- You received this message because you are subscribed to the Goog

[android-developers] how to play video from resource folder

2010-02-02 Thread Lonewolfaka9
i've tried many codes but no luck is their probably any way ..to watch video on emulator which are placed either in assets or raw folder of app :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] how to play video from raw folder?

2009-08-13 Thread zeeshan
Hi Dear, i am trying to play a video in my activity before i load my main page of my application. i have created another activity PlayIntro as follows private void playVideo() { try { /* * TODO: Set the path variable to a local media file pa

[android-developers] How to play video file in android.

2009-05-21 Thread Jason Proctor
>I'm working on video player too...My issue is I can't read a video >from assets folder...Did you try this? this might be because the file:///android_asset/assetname URL format only works in the webview, an issue i reported the other day. you can open the asset with the AssetManager API, cache

[android-developers] How to play video file in android.

2009-05-21 Thread Priya
Hi, I am new to Android. I have depeloped a video player app. through Sd card. Now i want to play video direct from URL. Can anybody provide me sample code for the same. Thanks in advance... Thanks Priya --~--~-~--~~~---~--~~ You received this message because

[android-developers] How to play Video files from MediaStore

2009-03-23 Thread Ramesh
Hi everybody.. Can anyone help me in this? I would like to list the video files available in the provider and playing according to user selection. Thanks, Ramesh. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] How to play Video/Audio Streaming Binary files on H.264 ?

2008-08-19 Thread Phelps
I am use AndRoid only two weeks,now have a job need try at AndRoid play H264 Audio/Video Streaming File,This files don't in SDCard,but realtime create.I know in Android Media APIs have three methods,1. Playing a Raw Resource 2.Playing a File,3 Playing Media via URL,but these method play exi