Motorola Droid :: Live Streaming TV Apps Out There?
Feb 6, 2010
I 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
Oct 5, 2010
Been 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 Related
Nov 25, 2009
What are some of the apps that you cannot live with out.Trying to maximize what I am doing with my Droid and want to see what others are using frequently and why?Also, if anyone is an app developer, an interface to allow you to transfer tiro recordings onto the droid via wifi would be fine
View 49 Replies
View Related
Mar 17, 2010
So i have bugles beast v8 on my droid and when im running livewallpaper and end tasks it kills my livewallpaper... I know I could just unchecked it everytime but I have a widget for it and that's just a hassle and defeats the purpose...anyone know how to stop this? Also does anyone know where to download that random generated smoke livewallpaper I've seen before? Or is that only for a certain ROM?? What is 'smoked glass'?
View 2 Replies
View Related
Mar 31, 2010
I need more than 3 screens (in fact, I use all 7 with Home++).I don't have 2.1 yet and one of my friends who does says Home++ doesn't support live wallpapers.Is this true?If it is, which home app supports live wallpapers (and isn't ugly)?
View 19 Replies
View Related
Nov 4, 2010
is there an app for streaming live TV on the Epic 4g?
View 1 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 28, 2010
app or anyway I can watch live usa tv for free on my samsung moment?
View 2 Replies
View Related
Oct 10, 2010
How 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 Related
Jul 20, 2010
Through 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 Related
Jan 21, 2010
Our 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 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
Feb 7, 2011
i 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.
View 2 Replies
View Related
Nov 26, 2012
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 Related
Jun 24, 2010
Can 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 Related
Oct 11, 2009
Has 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 Related
Jun 26, 2010
if 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 Related
Nov 8, 2010
In 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 Related
Mar 23, 2010
Where 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 Related
Nov 22, 2010
streaming 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 Related
Jan 26, 2010
I 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 Related
May 25, 2012
I 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.
View 4 Replies
View Related
May 14, 2011
I 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.
View 2 Replies
View Related
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
Jul 27, 2010
My main dev phone is a Nexus 1 running 2.2. I have successfully been streaming live video to this device from a Wowza server for several weeks now. I have now taken my application (without modifications) and put it on a Sony Ericsson Xperia running 1.6. The video will not play. I get the following errors:
MediaPlayer: Couldn't open file on client side, trying server side
... MediaPlayer: info/warning (1/26)
PlayerDriver: Command PLAYER_INIT completed with an error or info PVMFFailure
MediaPlayer: Error: (1,-1)
VideoView: Error: 1,-1
I've been googling around, but just can't seem to get a clear answer. Does anyone know if live streaming just doesn't work on some versions of Android?
View 1 Replies
View Related
Feb 11, 2010
Ide like to stream a particular local radio station and listen to it on my phone, the radio stations streaming music is done via flash player which is obvioulsy not supported on the moto droid yet. My question, is if i had a web host, is there a way to stream that flash player into another maybe mp3 application that I could host on my website and then goto the website on my phone and be able to listen to it? the website is www.hit106.com if anyone wants to give it a looksy..
View 1 Replies
View Related
Dec 18, 2009
Is there any way to play Streaming radio stations other than apps built for specific services (like Pandora/last.fm/slacker/imeem).To clarify, I mean online radio stations, that use .pls files to play streams. Some also have plugin players, but since Flash isn't on the Droid yet I'm not too worried about them. But it seems like it ought to be possible to play streaming .pls files.I tried to download one and it said it couldn't be downloaded because the size could not be determined.
View 1 Replies
View Related
Dec 1, 2009
let me start out by saying that I totally expected this to flop, and not even come close to working.I have a Kenwood DNX6140 installed in my car.So on the way home tonight for some reason I decided to try an experiment.I live in southern california. I ran the A-Online-Radio app, and searched for a radio station I loved in Rochester, NY when I was going to school there. Low and behold, it shows up in the list.So, I turn on the bluetooth on the phone, and connect to the kenwood. I switch the kenwood to the bluetooth input, it says "connected to Droid" (didn't even expect to get this far lol), and hit play on the A-Online-Radio.
And poof, the audio starts playing through the kenwood and out my car speakers.That is so freaking awesome, I still can't believe it.The last time I was able to do this was with my VZ XV6700. I would use internet explorer on the WM device, and connect to the web page, and start the streaming, which would come out of the phones speakers. Then I'd connect an FM transmitter to the phone, so I could hear it on the stereo in the car. That sucked, was a pain in the butt, but it worked.
View 30 Replies
View Related
Jul 26, 2010
I have the car dock and love how the charging cable plugs into the dock so your not always plugging and unplugging it into the phone itself. You can just set it in the dock and go. Now the perfect scenario to me would be to be able to stream Slacker or MOG music from the X to the car stereo using Bluetooth. I currently have factory Bluetooth in the car, but is only for calls. I would like to get a new stereo with Bluetooth that would allow me to stream music to it in addition to using the X for Navigation. What I would like to know is how the sound quality will be? Is there anyone here currently doing this that can comment on the sound quality and let me know what deck you are using? I am REALLY hoping for success here so I can just drop the X into the car dock and go, without messing with any cables and still have very good sound quality.
View 10 Replies
View Related
Nov 8, 2009
I have wanted to be able to stream music via bluetooth from the droid to an audio receiver... can't think of a solution. Right now I use the application streamfurious to stream internet radio from shoutcast.com's website, an excellent source of thousands of radio links, to the droid. Now it would be sweet to be able to relay this again to another audio device. I have an auxiliary 3.5mm jack on my head unit in my car and I was wondering if anyone knew of any other device to convert that so it could stream through bluetooth. Theoretically I could just plug that into the phone but I hate wires. One other question... I know they say the data plan is unlimited but streaming music 24/7 would have a ridiculous amount of data usage. I think the cap is 5gb is this true??
View 3 Replies
View Related