Android :: Live Video Streaming To Server?
Nov 25, 2009Is 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 RepliesIs 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 Repliesstreaming live video from android camera to server. What is the best approach in acheiving this ? Is it possible to use MediaRecorder for streaming video over internet?
View 1 Replies View RelatedI have installed Flash Media Server 3.5 and Flash Media Live Encoder 3.1 on my PC. I want to stream live video from my PC to my Android device (android 2.3.4)
right now I can stream live video from my pc to another pc. for that I used flash player to run the live video streaming.
how to use these tools to stream live video from my pc to Android device. for example what is the encoding technique, what is the frame rate and so on.
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 RelatedI 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.
I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some advice on how to approach this?
View 3 Replies View RelatedWhere to get streaming (live) video and audio from camera example for Android? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app grabing audio and video streams from Phone, Synchronizing them, encoding somehow, and sending LIVE stream to server. I need any Open-Source sample that will do this or something like this. Where can I get such one?
View 1 Replies View RelatedHas anyone tried streaming live video from there Hero to ustream.tv? Android supports it now, so it should be able to be done. I used to be a lifecaster but since I had no way of streaming video on the go, this would be a dream come true if I could do so on the Hero since it has Android.
View 7 Replies View RelatedBeen pretty hit or miss for me, but Im trying to watch a stream of NFL network on atdhe.net, and it crashes the browser every time. Anyone else have any luck streaming live stuff?
View 6 Replies View Relatedis there an app for streaming live TV on the Epic 4g?
View 1 Replies View RelatedHow do I get BBC Radio 1 streaming live? I know that you can listen on TuneIn but there is a delay. While I can live with it, it would be great if I could listen live without the delay.
View 2 Replies View RelatedOur team has been working on a live video application for Android and we'd like to get to a very low end-to-end delay. We use H.264 coded video, RTP packetization, and RTSP to reach the player. We have been experimenting with CIF resolution on Android 2.0. We have been experiencing about 3 seconds of delay on the player side. Any tips on how we could reduce it?
View 2 Replies View Relatedi have read many posts related to http streaming but i haven't found any solution yet. My objective is to stream a video using http protocol.
i also want to know about streaming flash video too.
I found Pixel Media Server for streaming media files through DLNA to Internet-enabled TVs, but what I'm looking for is an app that can stream my live Android screen to my TV. Is this possible with DLNA or some other network technology?
View 6 Replies View RelatedIn my music app, i would like to play live streaming like radio broadcasting with mediaplayer as Mediaplayer mp = new Mediaplayer(); mp.setDataSource(LiveStreamingURL); mp.prepare(); mp.start(); but after playing for few seconds it is stopped. I dont know how to overcome it. Give me your suggestions for this.
View 3 Replies View RelatedI would like to continuously send/stream sensor data (GPS, acceleration, etc.) from a device to a server. What would be the best technology to do this? Is it possible to use RTSP? What else would you recommend me to use?
View 3 Replies View RelatedAudioRecord can record audio data in pcm format in realtime, but there is no audio-encoder who can encode pcm data to amr format. may be third-party java code can do this, but the performance may be very low.MediaRecorder just record audio data to disk. not realtime.It seems that this is a real miss-impossible?
View 2 Replies View Relatedapp or anyway I can watch live usa tv for free on my samsung moment?
View 2 Replies View RelatedThrough my satellite reciver i can stream live on internet as http:// as well as mms://. i can watch these live streams on other pc through wmp or any other player , but when i try it on SGS with different media player options, it doesn't show anything,,, do i need to install some kind of app or a special media player for live streaming.
View 2 Replies View RelatedI think once Flash is available for Android phones...this will be a moot point, but.. Are there any sites out there that you may know of that streams live TV (news etc) without needing Flash? I've come across quite a few apps in the Marketplace that streams "pre-recorded" shows, and some are ok, but I'm looking for something that you can actually watch that isn't 2-3 days old. I know Orb allows you to stream live TV, but that requires you to setup a "server" with a TV Tuner card in your PC..provided that you have a spare.
View 13 Replies View RelatedKindly 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 RelatedI am checking this out on behalf of a friend. He has a Samsung Galaxy Tab 2 tablet. He also has a Linux based server at home which he has his photos and films stored on. Is there a way for him to access these files from his tablet. Can he stream the films from the server to the tablet? Does he need to download an app for this?
View 1 Replies View RelatedCan i download something like flash or an app that will let me watch the live feed and streaming on the bbc website on my galaxy s?
View 1 Replies View Relatedif anyone wants to watch live tv streaming either through wi-fi or 3g then check out this web site,i have just done it and it works on both wi-fi and 3g,even thought the 3g signal is **** where i live. I am on o2 and i was always told they didnt support a live stream but it does work. Check it out and let me know.
View 2 Replies View RelatedI want to be able to listen to Talksport on my hero in the UK, but it won't stream live from their internet page (does on my pc). Any app that will allow me to do this on my phone?
View 5 Replies View RelatedI have source code from an appli running on android 3.2 with a WAMP Server and WowZa Server on my desktop. I have to make it accept the HLS (Http Live Streaming). I saw on the web that the Vitamio Library can do that so i used it. I know that natively, android 3.0+ do it well but i do not succeeded make it work successfully.
The player is successfully displayed but no video starts..After a reboot of my router (because my server didn't answer), the player crash each time.
Somestimes yes, sometimes no, i have some logs, they are as attachment.I think a buffer problem...
I think I have to implement this method (at the end of my code) but i know what type in it.public void onBufferingUpdate(MediaPlayer mPlayer, int percent)
IT WORKS VERY WELL WITH .MP4
Here's my code from the Player Activity :
Code:
package fr.niji.broadpeak.activity;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
/*import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnBufferingUpdateListener;
[code]....
Commented lines are the lines when i had still not used Vitamio.
i have a dlna iomega network server is there a apps that can stream movies and music onto my android phone?
View 3 Replies View RelatedCan anyone tell me how video streaming can done.
View 2 Replies View RelatedThe 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 RelatedFor 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)