1
vote
0answers
10 views

android browser: user clicks “video file” link; results in new “server session”

I've been working with serving up video files to an android browser. I've seen some behavior that I don't understand. If the html has a video url in an anchor tag: <a ...
0
votes
0answers
18 views

Rtmpdump for Android

I have issues with rtmpdump for android, how can I make it work to stream a url?. I have downloaded the rtmpdump for android zip that has rtmpdump, rtmpgw, rtmpsrv and rtmpsuck, but how can this work? ...
1
vote
0answers
15 views

API Demo video stream not working

The Api Demo asks to edit the path to stream video from the net. I edited it as shown below with a path which was suggested on the blog to fix the problem, but it didn't work and came up with error ...
0
votes
1answer
16 views

Is there any way to play youtube video in android videoview except using rstp and youtube android api?

I am currently implementing a youtube video player with videoview in android. Because the app may cause huge volume, so we decide not to use youtube android api, because they have limit. So I chose to ...
0
votes
0answers
11 views

Having trouble embedding video on Android Device

I'm currently having quite a bit of trouble getting my video to play on ANY android devices.. it won't even fall back onto the flash player. I have my code listed below: <div id="center"> ...
0
votes
0answers
13 views

Can't get remote video to play from code but will play from browser

It seems that whenever i try to run the following code all i get is the option to choose what video player i want to use then when i try to stream the video it says cannot play the file. When i ...
-1
votes
0answers
22 views

Streaming MP4 video - Android

Trying to stream a mp4 video file from a remote URL in my app. I'm getting the following error in Logcat: MediaPlayer error(1, -2147483648) MediaPlayer Error(1,-2147483648) My code in ...
0
votes
0answers
30 views

youtubeplayersupportfragment in android video play

I have to develop an one android application. i have to play the video using youtubeplayerfragment. Here the video is playing well on fullscreen mode. The Same video is playing well on normal mode ...
0
votes
1answer
61 views

Ardrone Video Stream decoding in Android

I'm working on an image processing project for the Parrot AR.drone, using opencv4Android, i'm so new to the whole thing! , does anyone have an idea about how to read in video streams from the ARDrone ...
0
votes
0answers
44 views

Best way to stream video files from Server to Android App

I have a few mp4 files on my server. And in my Android App, I want the user to be able to stream those videos. It seems very simple in start. But it became painful when I tested it on different ...
0
votes
0answers
31 views

How to make a video stream from a byte array in Android

I'd like to take a byte array stream (of images) of frames an turn in into a video stream (so in turn I could output it to a file). How could I do that? P.S - the byte array will come from an ...
0
votes
1answer
30 views

Video streaming from android [closed]

How to do video streaming from android camera? Android application will serve the video. The client will be a browser on a desktop computer. Please give me some example or library about this ...
0
votes
0answers
31 views

Blank subscribers view in nexus 7 and Galaxy S3 (Opentok Face 2 Face Live Video chat)

I am testing Opentok HelloWorld application(https://github.com/opentok/Android-Hello-World) for face 2 face live video streaming. I have tested in Nexus 7 and Samsung Galaxy S3. In both devices I am ...
0
votes
1answer
108 views

Live video streaming in Android and iPhone [closed]

What is the best way for live video streaming among iOS and Android devices. I want to capture video through an iPhone camera and want to live stream on other Android and iPhone devices. Do you have ...
0
votes
2answers
87 views

Android Java Video Live Streaming

I'm creating an application that can stream live video from an HTTP url. Is it possible to create a native Android app that can stream live videos directly? Or do I still need a media server to ...
0
votes
1answer
38 views

Android — Cannot get the videos streaming from my server

I am using the following code to stream the videos from my server on android phone: Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse(videoUrl)); // When I hit this URL in web browser on ...
2
votes
0answers
99 views

How to add WebRTC functionality in android app

How can I easily add WebRTC functionality to my android app so that I would be able to play video stream in MediaPlayer? What library (.jar file) do I have to add to referencies? Could you add ...
0
votes
0answers
25 views

how to let my android device act like a web server

i want to stream my videos stored on my android device on the pc (vlc ...) So i need to create an app that allow me to use my android as a web server so that i can send http requests from the pc to ...
0
votes
0answers
28 views

Android - encode video/position/orientation in a single stream

I am able to capture video, GPS position data, and orientation data from my android phone. I want to stream them to a web service in (near) real time. The sample times of the GPS position and ...
0
votes
0answers
31 views

how to transmit video Via JMF to Android phone

I want to see my webcam preview in my android app. I'm using JMF which is detecting my webcam and also I'm transmitting the video but how to receive at android phone. At server side i"m transmitting ...
0
votes
1answer
23 views

how to replace asset folder by server url for video play

I can paly video from asset folder but i want to play it from server now. How can i change in my app? source code is class DownloadTask extends AsyncTask<String, Void, Object> { ...
0
votes
1answer
35 views

video playing from asset folder but not playing from server in android

I am trying to play video in my app. It is playing video when file is stored in asset folder but not playing video when file is on server. I want to play video from server My source code is class ...
0
votes
0answers
88 views

Playing RTSP with phone gap

Is there any way to play rtsp through phone gap ? I have a page that redirects to rtsp url: window.location.href='rtsp://MyRtspURL'; It works well if i type the Url of the page that contains the ...
-2
votes
0answers
68 views

Android video streaming client solutions [closed]

This is a bit of a newbie question and I'm looking for either actual answers or general directions in which to research in search of answers. Background: I'd like to develop a streaming client that ...
0
votes
0answers
172 views

RTSP gstreamer pipepline to Android VideoView

I'm trying to construct a gstreamer pipeline on a Panda to RTSP video+audio to Android 4.1.2 app. The Android app uses: videoView.setVideoURL(Uri.parse(":rtsp://...")) to view the video. On the ...
-1
votes
1answer
98 views

how to stream videos from android device to PC

Plz can someone tell me how to stream videos from android device to PC ? I was thinking about using the ftp protocol to share media stored on the phone but I don't know if that's easy to do ?
0
votes
2answers
57 views

How to properly handle android:configChanges=“orientation|screenSize”

In my app I have to provide the ability to add, move, resize and remove some views, like a launcher does. It worked fine until now, but now I want some of these views to display a video, streamed in ...
0
votes
0answers
99 views

VLC webcam stream to android lag

I'm trying to stream my webcam live to an android VideoView over my local network. The video shows up but after a huge 15-20 seconds lag. VLC streaming settings: usgin HTTP Enacpsulation: MPEG-TS ...
0
votes
1answer
163 views

Streaming Youtube video in android VideoView

I am working on an app which stream youtube videos. Here is my code snippet : MediaController mediaController = new MediaController(PlayVideo.this); mediaController.setAnchorView(videoView_Video); ...
0
votes
0answers
127 views

Upload live video from Android device camera to server (Red5, Wowza)

How to upload live video from Android device camera to server (Red5, Wowza)? Simultaneously others users can watch this video in device using RTSP Url. By googling I got some open source projects ...
1
vote
0answers
50 views

how to use sdl gui (SDL_SetVideoMode,…) in android?

I am planning to use the SDL library in order to render some video streaming in the android screen . For that i started by cross compiling the sdl library for the android ICS version. Then i created ...
1
vote
1answer
59 views

Getting an error while playing a video using VideoView in android

In my application I want to show a video by online streaming but video does not start and I am getting an error "Sorry this video can not be played" and logcat error is couldn't open file on client ...
0
votes
0answers
85 views

Playing video from custom live stream (Android)

My android app needs to play a live video from a remote RTMP server (Adobe Flash Media Server). As android's android.media.MediaPlayer doesn't support rtmp protocol, I found a library which provides ...
0
votes
0answers
43 views

SDL_SetVideoMode fails under Android?

I am trying to buid a Video Player for android using libsdl for rendering and libav for decoding. First, i cross-compiled the sdl library for Android platform. Then i ceated the jni layer for my sdl ...
0
votes
0answers
50 views

SDL rendering for Android

I've a c++ player that works fine in ubuntu that i've successfully cross-compiled to the platform My problem is when trying to render it i didn't know how to render the output of libav decoding ...
0
votes
0answers
58 views

MP4 file playing only Audio in Android 2.3

I have implemented an app that plays mp4 videos from a URL. I tested it with below two URL's. http://173.193.24.66/~kanz/video/mp4/9.mp4 and ...
3
votes
1answer
108 views

How to show progress bar until video play in live stream Android?

i am working on an application where i need to play video from a remote server as live stream. which is done by me successfully. i managed every thing in my app. but when video is loading i need to ...
0
votes
1answer
244 views

MP4 Video not playing on Android 2.3

I have a videoView in which I want to display an MP4 video from a URL. I tried it on Andoird 4.0.2 emulator and it worked fine. However, on trying it on A GingerBread hardware, it crashed. I also ...
0
votes
0answers
84 views

Videoview : play mp3/video from local server within Android

I was struggling all day long to read an Audio file (mp3) through a local server, using DatagramSocket & DatagramPacket. Here's the code & the error log : Client Side OutputStream out = ...
0
votes
0answers
89 views

Android 4.1.x streaming rtsp

I have a ip camera that with rtsp link, i went to play this stream an android devices locally and remotely. With android 4.0.x (galaxy tab 10) it works fine but with android 4.1.x (galaxy note II) it ...
0
votes
0answers
127 views

Android mp4 videos doesn't play in Emulator as well as device

I want to stream mp4 videos from my Android phone in my Android app. The videos are stored in a server. All I have is their URL's. I tried the code below, but it didn't play my videos (it worked fine ...
0
votes
0answers
216 views

Live streaming in video view inside a view pager results in blank screen

I have set of mp4 videos which are streamed into a VideoView. A view pager is used to swipe between the videos. Problem : When swiping the view pager, it shows the first and second page videos ...
0
votes
1answer
219 views

How to play Vimeo Video in Android VideoView?

i want to play vimeo video in androids VideoView not in webView. how could i do this. i am able to play vimeo video in webView. here is my code. ...
1
vote
0answers
48 views

Take input stream while recording

Is it possible to take the input stream (that creates the ouput video file) from the media Recorder in any way? I have a method that takes 2 parameters (both input streams for video files). I want to ...
0
votes
1answer
87 views

Adaptive streaming - smoothstreaming doesn't works

From documentation: "Adaptive Streaming - Automatically adapts to either congestion or bandwidth availability". But this works only when player starts (I use VideoView). If the intrenet speed falls ...
0
votes
0answers
22 views

Android: Create a videostream from screen datas

I'm tring to create a videostream (RTSP) using what the data displayed. I try to explane better i want to display datas on mobiles screen and also streem this as a video on internet. Can someone give ...
0
votes
0answers
140 views

Getting YouTube Video ID including parameters

In my Android application, I have an embedded YouTube video. Im getting the Youtube video ID from the original url as follows: private String extractYoutubeId(String url) { String video_id ...
0
votes
0answers
84 views

VideoView as an Item in list view creates an artifact in upper and lower in the list view. How to solve that?

Hello i am developing the list view which is having the custom layout with the imageview, AudioPlayeer and Video view. I am Displaying and Hiding the two of the above view at a once in the item. ...
1
vote
2answers
930 views

Wowza and Android streaming

I am trying to stream video from Wowza to Android. I tried setting a MediaPlayer() and path "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov", but with no success. I get this: ARTSPConnection: ...
5
votes
1answer
3k views

Android video calls using android's sip

I want to develop a program for a video calls in android. I thought of using the built in sip that introduced in android 2.3.3. But how can I initiate the video calls? I see that it is not supported.

1 2 3 4 5 9