Android : Video Streaming From Phone To Remote Computer
Sep 27, 2010
The problem I have is in the implementation of a video streaming application. What I need to do is to stream live what I record with the androids' camera, to a remote computer. I managed to establish a connection between the mobile phone and the computer, but I do not know how to send the video.I searched through forums, and I found out that in order to send a streaming video you have you use the ParcelFileDescriptor. So I created an instance of MediaRecorder with encoding H263 and .mp4 file format, I created a Socket and then I created a new ParcelFileDescriptor connecting it with the socket. If that is correct then the android application that I created is functional.What I don't know now is what to do at the side of the computer in order to receive and view the streaming video. I tried using JMF, but it doesn't support .mp4 video files. What do you suggest me to do? Or where to look in order to find a solution?
View 2 Replies
Sep 21, 2010
I am trying to develop an android application which will be able to record a video and send it in real time to a remote computer. The computer then will play it live. I have managed to establish a connection between the android and the computer, and to record a video on the android phone. My problem is, how will I be able to send this video to the computer? Does anyone have an idea?
View 5 Replies
View Related
Jan 28, 2014
Is there anyway I can stream camera video from android online outside of wifi routher so I can see video from remote computer?There are copule of solutions but those app only stream video from android to pc over the same wifi routher. Good program for that is Ip webcam.
And you can also send that video to another android device with tinyCam Monitor.But I want to stream it online so it could be accesed by remote computer! One solution is with IP Camera Adapter so you could use video from android as your webcam in skype.
But this is too complicated because you must have your computer turned on, and skype opened. Some other solutions have same problem because you must have your computer on.
I found one really difficult solution with port forwarding and you have to open host on .no-ip.biz...So, can it be done only from android phone with one or two programs.
View 3 Replies
View Related
Jul 29, 2010
Video/Music streaming from computer. Is there an app?
View 1 Replies
View Related
Mar 16, 2010
I want to transfer my instant video streaming from my android phone to my computer using java. I have to watch it on my computer as instantly.
View 1 Replies
View Related
Aug 21, 2013
I've read a good amount on how to stream content from your computer to an Android tablet or phone, but is there a way to go in opposite direction? I'd like to wirelessly play the podcasts on my phone to speakers in my Thunderbolt monitor.
View 3 Replies
View Related
Jul 26, 2010
added a quick demo video of our upcoming Android Infrared (IR) Remote.Initially it will support a full IR dbase of 300,000+ IR codes, IR learner for any code not in the dbase, Pre-Built GUI so it is simple to setup. Will add rs232, relays, and other tcp options also after initial release.
View 5 Replies
View Related
Jun 21, 2010
I want to live stream video from android device. I found out that ff server (ffmpeg) can be compiled and run on android. Now i need to get video from camera in android device and get it to the fserver in real-time.
Any ideas?
View 1 Replies
View Related
Apr 28, 2012
Is it possible to stream the video from an Android phones camera to a pc via usb or wifi in effect to give you a zoomable HD web cam? Of course to capture that video feed.
View 3 Replies
View Related
Jan 19, 2010
i want to be able to stream my video files to my phone. is there a free option for this that works well when im on the go. androrb is ok but sometimes the quality degrades as i watch a file or it streams slow
View 12 Replies
View Related
Jul 2, 2010
are there any apps that allow music streaming from a computer to an android device via 3g network? i tried gmote 2.0, which seemed like a great app, although streaming music to the phone never worked, got an error message everytime and that was over wifi. anything that will stream music over 3g?
View 2 Replies
View Related
Dec 24, 2009
I recently purchased a Motorola Droid and I have to say that, while I am not easily impressed by anything, I am quite impressed with it. It is my first Android-based phone, so I am still learning the ropes. My question is this: When I take a video with my Droid, how do I transfer it to my computer? I tried emailing the video, but no attachments went thru. Is there a way to export it via USB, etc.? I know they can be sent straight to youtube if there is wifi available, but I want to send it to the computer for viewing, forwarding, burning to dvd, etc. Any advice anyone has would be greatly appreciated.
View 3 Replies
View Related
Sep 12, 2010
I'm not entirely sure this is even possible, but I am attempting to figure out if it is possible to watch live feeds from the droid to a computer. I ask because I im a dallas cowboys fan that lives in New York so most games aren't broadcast. The nfl mobile app lets me watch live feeds and games, but as you can imagine the screen is only so big. I'd like to watch the video on my computer screen. Is this possible or should I just look for some website that would ultimately do the same thing?
View 2 Replies
View Related
Sep 22, 2010
I was wondering if there was a way to use my video chatting capabilities by calling someone who is using their computer. (for example, skype).
View 11 Replies
View Related
Sep 3, 2010
The audio/video works perfectly if I watch the recording on my phone, but when I email the video to my gmail account and save it to my computer, it opens in Media Player and there's no sound. Does anyone know how to fix this? I have a Samsung Moment.
View 3 Replies
View Related
May 21, 2010
I want to stream audio directly from my mac via bluetooth to my nexus one. This might sound crazy, but I actually want to be able to control the audio from my mac. I just want to be able to connect an audio jack to my nexus one and let it stream the audio via bluetooth. Is there an app for that?
View 4 Replies
View Related
Mar 17, 2014
I have observed that the Smartphones (particularly Android) do not perform as well as the computers when performance is compared on GPRS / EDGE.
I have tested streaming videos on while on GPRS / EDGE (not 3G or 4G) and observed that the smartphone gives up saying connection problem. When I stream the same videos with the same GPRS / EDGE connection through a USB Dongle on a computer(with same SIM Card inserted which was used for testing on Smartphone), the Computer performs better and is able to stream the Videos.
I request the experts to explain why this happens. The SIM and its location are the same and the speed received from it is also the same. Then why does the computer able to play it while the smartphone gives up saying connection problem.
I would like to clarify here that the GPRS / EDGE works alright on surfing websites etc. while the problem is only in streaming. I have tested this on various phones of Samsung / HTC / Motorola so the question of a particular phone having some problem does not arise.
View 5 Replies
View Related
Aug 15, 2010
Kindly provide me the code/steps for Android application which will provide the Video Streaming & Video playing functionalities by accesssing the Videos from various video websites available on Internet.
View 1 Replies
View Related
Apr 6, 2009
Can anyone tell me how video streaming can done.
View 2 Replies
View Related
Aug 17, 2010
The default player gets out of sync with the audio/video. Is there a replacement for the stock player for streaming video? Im on the htc inc.
View 1 Replies
View Related
Sep 15, 2009
I am using the following code to display a video file in the android emulator,it works fine when the video file is stored in a SDcard.But when i give any URL of a video the code not working.
import android.app.Activity;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.SurfaceHolder;
import android.view.View;
import android.widget.*;
public class playerActivity extends Activity
In the above code if change the path variable the Emulator screen is black with single button.May be i have to do some more things to display the video from the Remote URL,i dont know what to do.Any one having any idea about this please help Me.
View 3 Replies
View Related
Jul 31, 2009
For a research project we need to capture video on the HTC magic and transmit this video over a network to other devices, both HTC magic's and desktop pc's (which have their own implementations of the codecs).For the transmission over the network we are using some of our own native libraries, which have all compiled fine and work. These libraries work via the RTP (Real time transfer) protocol. This poses a significant problem because RTP expects detailed information about the contents of each packet (exact timestamp, sampling rate, which part of which frame is in each packet etc.) So we tried the method described at http://www.mattakis.com /blog/kisg/20090708/broadcasting-video-with-an This appears the only way to get the MediaRecorder to send it's data to our native application. So we run a server-socket on the native side, send MediaRecorder output to a FileDescriptor of a javasocket. The native side does receive data. 2 problems however :
1. Like said in the blogpost : header information etc. is not filled in, so if we write the data to file from the native-side, it's not playable.
2. The socket we write to is TCP, so a stream implementation. So there is no clear way to know where each frame begins and ends (because the data comes in continuously). And that's the main problem : we can't package the data in good RTP packets for transmission! Nor can we get good information about the timing etc. So we looked into OpenCore a little bit, hoping to be able to do it through JNI-interfaces ourselves (or maybe even directly with the native implementations from our native code). This has proven a daunting task, because so little documentation can be found on these things. So the question is : Is it possible to get the encoded video (and audio) data with clear frame-separation and good timing-information for RTP transmission? (It is not an option to use anything but RTP, as the research is partly about RTP possibilities)
View 7 Replies
View Related
Nov 14, 2009
I need help on live video streaming. I want to do the following things in live video streaming.
1. I want to broadcast the live video which is recording by camera from one android mobile directly to a particular ip address.
2. now i want to play that video to another android mobile from that ip address without storing that video.
View 4 Replies
View Related
May 7, 2009
I tried for video streaming in sdk 1.5. The video format .mp4.But it gives error like "This video is not valid for streaming to this video". But in http://developer.android.com/sdk/android-1.5-highlights.html .mp4 is supported for streaming.
View 7 Replies
View Related
Nov 29, 2009
Is their either a trick or an application that would let a video that is being streamed to loads in the background and allow you to move to another application or back to the browser while the video loads? As soon as I get off screen from the video player, all is lost.
View 1 Replies
View Related
Sep 21, 2010
I have a simple question "*Is Video Streaming possible in Android Emulator*",I am using the example in Android SDK but it give me message "*Sorry Can't play this Video*".I am using Youtube Video to stream in android Emulator.
View 5 Replies
View Related
May 18, 2010
I 'm developing a video streaming android application on HTC Tattoo. I 've Lighttpd server at my server side which i use to stream videos to a web site. On Android , Do I need to enable any module in Lighttpd server?
View 2 Replies
View Related
Jan 16, 2012
How to get videos from android to the wii (hacked of course). I have tried to just plug in a usb cord in the back like I do for my psp but every time I go into an app for watching movies it wont show my phone. I know I can just take the sd card out but its a real pain to take the back off my phone and the case I have on it too.
View 3 Replies
View Related
Nov 25, 2009
Is it possible to stream live video from android to a server? If yes, can somebody give me some hints in how to do it?
View 3 Replies
View Related
Nov 8, 2010
I've just recently released a first Beta version of AndroidVideo.mobi app, wich allows you to play tv shows and episodes on your phone. I'd be glad if anyone had time to test it and let me know of any quirks and bugs in it.
View 6 Replies
View Related