[android-developers] Http live streaming compatibility in froyo 2.2 version.Plays in emulator but not in all 2.2 devices

2011-12-15 Thread Jahn EstaCado
I have created a web radio app for android using mediaplayer class I aset internet permission=true in the manifest file.The target/min sdk is 8 cause 2.2 is supposed to be the first version of android that supports http live streaming.. Well in the emulator the players runs perfect.In some 2.2

Re: [android-developers] Http Live Streaming

2011-11-25 Thread Mukesh Srivastav
Check this out. They have the Streaming Server and also Android Version of the client. http://blog.justin.tv/justintv-android/ Regards, Mukesh Kumar, Android Consultant/Freelancer, India,Hyderabad. On Fri, Nov 25, 2011 at 4:23 PM, bhaskar bommala wrote: > Hi , > > Can anyone help me on http st

Re: [android-developers] Http Live Streaming

2011-11-25 Thread bhaskar bommala
Hi , Can anyone help me on http streaming video. i have used videoview or mediaplayer but in these 2 cases only the video playing once the video is fully completed the buffering ,but i want to play video while buffering... Thanks in Advance.. On Wed, Oct 12, 2011 at 5:29 PM, bhargavi wrote:

Re: [android-developers] HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 7:39 AM, Shajahan wrote: > Everywhere in the blog/group I read about the hinting the MP4 file with > MP4Box. But I dint get it about how to go for it. (People who have worked > with hinting please post the code) There is no code. You download MP4Box. You run it at the comm

[android-developers] HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-18 Thread Shajahan
My line of codes for creating and playing video file from HTTP live Streaming // start of code here String path1 = http://cdn.c.ooyala.com/V4bmJ3MjpltRgNNJaYpy3ooqMUK9_HjM/DOcJ-FxaFrRg4gtGEwOmw3OjBrO2hSke String path2 = " http://rescueddoggies.com/videos/MP4/Alegria+Moreno-20100302-1_x264.mp4";;

Re: [android-developers] Http Live Streaming

2011-10-12 Thread Sumedh Jiwane
Simple way to test HLS is to type the HLS link on web-browser and check whether it plays. Normally HLS link ends with .m3u8 extension. Also you can check whether link is up or not by running it on VLC or Quicktime player. Regards, Sumedh On Wed, Oct 12, 2011 at 5:29 PM, bhargavi wrote: > HI, i

[android-developers] Http Live Streaming

2011-10-12 Thread bhargavi
HI, i have found in net that Honey comb supports Http Live Streaming.Has any one tried on this, how to test the HLS on Honey Comb,Please Help me out how to test the HLS, Thanks in Advance, Bhargavi. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Http Live Streaming

2011-10-12 Thread kiranmai
Hi , Can you please help me on how to test HLS on android as HLS supports for Android 3.0. Please reply me ASAP. Thank you, kiranmai. P -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] HTTP Live Streaming (HLS)

2011-07-05 Thread Ajay
Hi, Does anyone know if HLS is supported on Android Phones (SDK version < 3.0). I think it is not supported and is there a clue about adding this support? Thank you, AJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] HTTP Live Streaming Support

2011-05-23 Thread jckdnk111
I want to get HTTP Live Streaming (HLS) working in an HTML5 webapp and / or a native application. I've got it working nicely on iOS but no matter what I try I can't get anything to play on my Glaxy Tab 10.1 (schwag from Google I/O 2011) or any of the emulators. I'm just trying to playback a simple

[android-developers] HTTP Live Streaming, audio but no video

2011-04-29 Thread mattcoz
We're launching a new video streaming service and trying to get Android support in place. We've got our videos set up for HTTP Live Streaming, H.264 Baseline, AAC-LC. This works great on iOS, but on Android we're having mixed results. On my HTC Hero w/ Gingerbread I can play the video with audio

[android-developers] HTTP Live Streaming Library for pre 3.0

2011-03-14 Thread Tony Farag
All, I'm looking for a library or 3rd party SDK that will allow me to support HTTP live streaming on a mobile phone. Unfortunately, Honeycombs implementation is only for the tablets right now. Does anybody know of any libraries/sdk's that support this to stream a m3u8 file. Any help would be g

[android-developers] HTTP Live Streaming with Encryption on Android 2.x

2011-03-02 Thread Tony Farag
I'm trying to implement HTTP Live Streaming in my first Android app. On top of that, I need to support encryption as well. I see that some of this functionality (not sure about the encryption) is supported in Honeycomb. Does anybody know if there are open source (or paid) libraries/frameworks ava

Re: [android-developers] HTTP Live Streaming

2010-12-30 Thread Kostya Vasilyev
30.12.2010 11:12, Samuh пишет: 2. If we choose the second approach, what sort of security can be provided apart from standard authentication on the Web Server? RTSP "the protocol" has authorization features, closely resembling those of HTTP. Darwin Streaming Server (and the commercial versio

[android-developers] HTTP Live Streaming

2010-12-30 Thread Samuh
We have a back end infrastructure set up to enable us do streaming over HTTP of live video content on iPhone and iPad(the Apple HTTP Live Streaming Standard). The stream audio is encoded using AAC format and video in H.264 bundled together in an MPEG 2 stream which is cut into segments (.ts) files

[android-developers] Http live streaming (Smooth Streaming)

2010-09-05 Thread oguz gurler
Hi, Is it possible with Android media player component watching live streaming (Live Tv) which serves from iis smooth streaming server? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] HTTP Live Streaming / playing .M3U8 or .TS files on Android

2010-07-23 Thread Marc Reichelt
Hi! Does anybody know if and how it is possible to play .M3U8 video content on Android devices? According to the documentation at http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/HTTPStreamingArchitecture/HTTPStreamingArchitecture.html#//app