HTTP Live Streaming And Flash On Android?

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.

HTTP live streaming and flash on android?


General :: Player HLS (HTTP Live Streaming) Code Modification

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

Live Video Streaming From Webcam To Android Using Flash Media Server 3.5

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

Samsung Galaxy S :: Flash Player For Live Streaming

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

Motorola Droid X :: Streaming Live Flash Video?

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

Android :: OpenCore / Streaming MP3 Over HTTP?

May 12, 2010

Im experiencing an intermittent and very frustrating issue with MediaPlayer on Android when streaming MP3 over HTTP. Ive done as much research and debugging as I possibly can to try and find a solution, but am coming up short. I cant find reference to this issue anywhere, including b.android.com. Essentially, whats happening is MediaPlayer will not come out of the preparing state. The device is receiving audio data during this time, as indicated by network sniffs and the MediaPlayer buffering callback being invoked repeatedly with increasing percentage values, but eventually the buffer appears to become full and stops receiving. Because prepare() never returns, or more accurately when prepareAsync() is used and the onPrepared callback is never invoked, and neither the onError() nor onInfo() callbacks are invoked, the application can neither call MediaPlayer.start() nor make any sort of recovery. Other notable observations: The problem is intermittent, meaning that subsequent attempts to play the exact same MP3 stream from the exact same server may exhibit this behavior or not - The problem seems to be exasperated when the device is connected via 3G versus wifi - The problem occurs on different MP3s encoded by different software - The problem occurs when streaming from different HTTP servers - The problem cannot be reproduced on any of the Android SDK emulators - The problem can be reproduced on the HTC Incredible, Verizon Motorola DROID, and HTC Touch - When MediaPlayer successfully returns from the preparing state, there is an info message (what=1, extra=44) received. This info message is not received during the problematic case. Anyone ever experienced this, or even find a solution?

View 10 Replies View Related

Android :: 2.1 Supports Http Streaming For Mp3?

Sep 1, 2010

Does Andriod2.1 supports http streaming for mp3?

View 2 Replies View Related

Android :: Need HTTP - RTSP Video Streaming

Jul 26, 2010

I need HTTP/RTSP Video Streaming with Android. Any Ideas ?
Is that possible to go with JMF with Android ? Any Working examples ?

Already tried with
http://davanum.wordpress.com/2007/12/29/android-videomusic-player-sample-from-local-disk-as-well-as-remote-urls/

Its not working with my case. Are there any specific types of videos that Android can stream?

View 1 Replies View Related

Android :: Recording Amr Audio And Streaming To HTTP Server In Realtime

Jul 6, 2009

AudioRecord 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 Related

Android :: Windows Media Services Streaming - Using RSTP Or HTTP

Oct 31, 2010

Is it possible to stream video to an Android device by using Windows Media Services? Which protocol should I use between RTSP and HTTP? Actually, I have a video file (MP4 format) at a server and I want to stream video files to an Andriod device.

View 1 Replies View Related

Android :: App For Streaming Live TV On Epic 4g?

Nov 4, 2010

is there an app for streaming live TV on the Epic 4g?

View 1 Replies View Related

Android :: Live Video Streaming

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

Android : How To Get BBC Radio 1 Streaming Live?

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

Android :: RTSP Live Streaming With Low Delay

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

Android :: Live Video Streaming To Server?

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

General :: App For Streaming Android Screen Live To TV?

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

Android :: Mediaplayer To Play Live Streaming Audio

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

Android :: Streaming (live) Video And Audio From Camera Example App?

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

Android :: Streaming Live Video Camera To Server

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

Samsung Moment :: App For Live Tv Streaming

May 28, 2010

app or anyway I can watch live usa tv for free on my samsung moment?

View 2 Replies View Related

Android :: RTSP And HTTP Streaming In Android

Apr 29, 2009

I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which I thought of clarifying from you. Please help me with the following aspects:

(i) Does android supports RTSP and HTTP streaming?
(ii) One discussion read -> "Streaming does not work in the emulator environment due to some firewall issues in the emulator network layer". Is this issue not resolved till now?
(iii) I used the api demo code available
@ ApiDemossrccomexample androidapismediaMediaPlayerDemo_Video.java

Here I set the path as->
path = "Rtsp://10.2.5.220/sample_50kbit. 3gp"; OR as ->
"path = "rtsp://10.2.5.220/sample_100kbit.mp4"
This is crashing @ mMediaPlayer.prepare();
(I am using darwin streaming server)

This is playing fine in local playback. But, I am not able to understand why it is crashing here.
(iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and H263. Am I correct? I await your response. Kindly assist.

View 5 Replies View Related

Samsung Galaxy S :: Watch Live Streaming

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

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 View Related

Sprint HTC Hero :: Streaming Live Video To Ustream.tv?

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

Sony Ericsson Xperia X10 :: Live Tv Streaming Works?

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

Media :: Internet Radio - No Live Streaming From Website

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

Android :: RTSP Live Streaming Not Work On Android 1.5 / 1.6?

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

HTC Incredible :: Froyo Streaming Radio Flash

Sep 1, 2010

just got froyo and i am trying to stream some radio stations that use flash but it takes so long to load up its bothersome and the player that loads is so small you cant even see the controls. whats the best way to use adobe flash to stream radio.

View 8 Replies View Related

Android :: Live Video Streaming - How Will I Be Able To Send This Video To Computer?

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

Motorola Droid : Slow Down With Flash Audio Streaming

Aug 23, 2010

This is the oddest problem I've ran across since I started playing with rooting and ROMs. After a few days of installing a new ROM and/or kernel(happens across Bugles Beast, Liquid Frozen Yogurt, Simply Stunning, and Sapphire, etc) any stream that incorporates flash and has streaming audio, the audio stream plays in slow motion. Oddly enough, the video is fine, but the audio is awfully. It doesn't happen on day 1 on the ROMs, its ALWAYS a few days after I install and happens on any site I try. I've tried Unistalling the Flash player and tried several different builds of the leaked Flash player and it never fails.

I know its a long shot, but does anybody have ANY idea what might be causing the audio to freak out after a few days? I can't deduce if its a combination of apps that I'm installing or some kind of incompatibility between ROM and kernel choice I make...but its uber frustrating and I'm having to shy away from some of the nicer ROMs because I need my audio fix for the day.

Just tried in the new RC3 of Cyanogen and it does the same exact thing..I'm really at a loss, I have NO Idea how to tell whats causing this problem.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved