Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
2k views

Play m3u8 video in android

I want to live streaming the video and it is in m3u8 format. So i tried the below code public class StreamingPlayer extends Activity implements OnBufferingUpdateListener, OnCompletionListener, ...
8
votes
1answer
2k views

HTTP Live Streaming with audio files of varying lengths

I am trying to stream audio to iOS and Safari clients using Apple's HTTP Live Streaming protocol. Unlike many common implementations of HTTP Live Streaming, my goal is to use short audio clips that ...
8
votes
2answers
3k views

How to use HTTP Live Streaming protocol in iPhone SDk 3.0

i have developed on IPhone application and submitted to App store. But my application got rejected based on below criteria. Thank you for submitting your yyyyyyyy application. We have reviewed ...
6
votes
2answers
464 views

Android http live Streaming URL using mediaplayer

I am trying to play an url but its not playing and the code i used is below..the logcat is showing Mediaplayer error(1,-1002), start state is 0 and error(-38, 0) why...? where i am going ...
6
votes
2answers
1k views

Extracting ID3 tags from MP3 over HTTP Live Streaming

I've been having quite a difficult time extracting ID3 information from an MP3 being streamed over Live HTTP Streaming (using the Wowza media server, if anyone is curious). I know that the tags (right ...
5
votes
1answer
254 views

Issue in playing m3u8 file in android 3.2

I am trying to play apple test stream video(.m3u8) in android this is the link: http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 But i am not able to play in android 3.2. ...
5
votes
2answers
612 views

Live Video Chat for iPhone and HTTP Live Streaming

So generally, I want to make an app which has video chat functionality for iPhone. But after many searches, I am still not able to find any successful results. Is there any public or even for that ...
5
votes
1answer
1k views

HTTP LIve Streaming

Ok, I have been trying to wrap my head around this http live streaming. I just do not understand it and yes I have read all the apple docs and watched the wwdc videos, but still super confused, so ...
5
votes
5answers
1k views

HTTP-live steaming on Linux server

I find it hard to find some conclusive information on this. I have a dedicated server in a datacenter with Debian 5.0. I have an iPhone/iPad app which uses a JAVA EE (Glassfish 2.1) backend, and I am ...
5
votes
1answer
1k views

Adding video codec to Android

Can someone please explain the steps I need to take in order to add a new codec to Android? Also, I would like the codec to be installed as part of an application installation (or first launch) and ...
5
votes
5answers
2k views

How to implement the Adobe HTTP Streaming spec without using their Streaming server

As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method (described here http://www.bytearray.org/?p=1689). The main reason for this addition is ...
4
votes
2answers
350 views

How to implement HTTP Live Streaming server on Unix?

I just realized that Apple required HTTP Live Streaming in order to view videos in iPhone apps. I was not aware of this before... I am now trying to understand what this involves so I can decide ...
4
votes
2answers
653 views

Is it possible to play HTTP Live Streaming video within Flash platform designed for iOS? (.m3u8 playlist)

We're using HTTP live streaming service designed for Apple's iOS devices. It's working well with iOS devices currently. Source video fragments are stored in server formatted in H.264 and with ...
4
votes
2answers
8k views

Play audio file stream using HTTP Live Streaming on iOS client without losing UI to Quick Time

I have a HTTP Live streaming server setup that serves segmented mp3 audio content (the URL points to playlist.m3u8 index file). I need to build an iOS client application to consume this audio stream ...
3
votes
1answer
323 views

Samsung Smart TV, PlayDRM and HLS

We use in our applications for Samsung Smart TVs either the Apple HLS or progressive download for getting/playing the video. We would like to move to the DRM protected content and we saw in the SDK ...
3
votes
2answers
1k views

Http Live Streaming on Android 4 (Ice Cream Sandwich)

I would like to play a http live steaming link(.m3u8) on android. Can you please let me know how to write code for that (snippet)? I tried the following(on Activity's onCreate event) but it wouldnt ...
3
votes
1answer
717 views

Live Streaming crashing on Honeycomb

Code: path = "httplive://<host>/moviets/index.m3u8"; // Create a new media player and set the listeners mMediaPlayer = new MediaPlayer(); ...
3
votes
1answer
318 views

Python module for Apple HTTP Live streams (HLS)?

Does anyone know of a Python module for HTTP Live streams? If not what would be the best module for creating a simple client that downloads the ts files locally?
3
votes
1answer
287 views

Creating a livestream website

We already have a functionality of Video uploading in our webapplication[built using python with Django framework]. Now we are in the process of building a livestream site where people are able to use ...
3
votes
1answer
2k views

How to play m3u8 playlist in all PC browsers?

By default m3u8 file playing Mac Safari browser, but it is not playing in other browsers. What need to be done to play all browser both support HTML5 and non HTML5? Sri
3
votes
1answer
4k views

MediaPlayer Framework on GingerBread and Apple's HTTP Live Streaming Support

According to the release notes, StageFright replaces the OpenCore framework in the GingerBread release. It seems that there have been numerous discussion that says: Apple's HTTP Live streaming is ...
2
votes
0answers
74 views

Capture video on iOS device and live stream it to a server (or another mobile)

I want to be able to record footage using my iOS device and stream it directly to a server. There's quite a few articles on S.O. that talk about this, but I'm not sure any have answered the question ...
2
votes
0answers
162 views

iPhone HE-AAC Streaming over Mobile Network (3G)

Developed an internet radio streamer using jPlayer which utilizes the html5 audio tags with jQuery and has a flash fall back for unsupported browsers. Upon testing the player on the iPhone (iOS ...
2
votes
0answers
65 views

How to pause streaming when music player starts playing in android

I need to know can we pause our media player streaming when we starts playing music from music player in android.
2
votes
0answers
126 views

Shoutcast streaming not working in android device 2.2

I am doing shoutcast streaming in my app. The app was playing the link on android emulator 2.2 but the same was not playing in device. Why? I am using galaxy tab 2.2. Any settings required to be ...
2
votes
2answers
318 views

Implementation of HTTP Live Streaming in iOS

I want to write a little iOS video client and have to use HTTP Live Streaming. The videos come from a Wowza Media Server which supports HTTP Live Streaming, so the server-side implementation is not my ...
2
votes
1answer
260 views

Live streaming through mediaplayer in android

Can any body help how to stream a live url in android mediaplayer...i tried such a long but same result....plz help if any body did before
2
votes
0answers
78 views

Flash HTTP Streaming - Multiple Files

With Flash 10.1+ and the ability to use appendBytes on a NetStream, its possible to use HTTP streaming in Flash for video delivery. But it seems that the delivery method requires the segments to be ...
2
votes
2answers
389 views

Live stream video with FMS 4.5 to iPhone/iPad packaged with Flash Builder

They say that we can stream live video with FMS 4.5 to iPhone/iPad. I'm completely lost in Adobe announcements and bloggers reposts. Is there real sample or article about how to make live video ...
2
votes
0answers
158 views

Displaying AVPlayer content on two views simultaneously

I am creating an HTTP Live Streaming Client for Mac that will control video playback on a large screen. My goal is to have a control UI on the main screen, and full screen video on the secondary ...
2
votes
0answers
154 views

Xbox 360 XNA HLS Streaming

I am interested in creating a simple HLS Viewer for the Xbox 360 that works kind of like SilverLive. I have read about as much documentation oh HLS that I can find and am not sure where to continue. I ...
2
votes
1answer
130 views

Fast start for fdsink: first 5 MB async, following bytes synchronous

I wrote a little HTTP video streaming server using GStreamer. Essentially the client does a GET request and receives a continuous HTTP stream. The stream should be sent synchronously, i.e. at the ...
2
votes
1answer
2k views

HTTP Live Streaming with AVPlayer in iOS 4.0?

Is it possible to use HTTP Live Streaming with AVPlayer on iOS 4.0? This was clearly a documented feature of 4.0. However, if I run Apple's SitchedStreamPlayer sample code on my 3GS running iOS 4.0.1, ...
2
votes
1answer
442 views

Compatibility between IIS Smooth Streaming and Apple HTTP Live Streaming

It seems as though IIS Smooth Streaming and Apple HTTP Live Streaming both use similar (if not identical) underlying mechanics. In particular they both rely on segmented H.264 / MP4 files. Is it ...
2
votes
0answers
610 views

Can AVFoundation be coerced into playing a local .ts file?

Clearly, AVFoundation (and Quicktime X) can demux and play properly encoded .ts containers because .ts containers underly HTTPS live streaming. Short of setting up a local web service to serve the ...
2
votes
2answers
552 views

Using iPhone as input to mediastreamsegmenter - HTTP Live Streaming

I started working on HTTP live Streaming protocol and felt very interesting. Went through the complete document provided by Apple. I tried Vedio On Demand and Live Streaming as well using VLC player ...
2
votes
2answers
1k views

Uploading live streaming video from iPhone

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live Streaming from Apple, but most resources I found only talks about streaming videos from ...
2
votes
1answer
926 views

App Rejected for not using HTTP Live Streaming Protocol

Do I need to make any code-level changes to play my videos over HTTP Live Streaming protocol? or is it more a server issue, where i need to re-encode the videos etc? We've reviewed your ...
2
votes
2answers
9k views

Is Android 2.2 HTTP progressive streaming = HTTP Live Streaming?

The Stagefrigh media framework (Android 2.2) supports HTTP progressive streaming. What's that means? I.e. is this an HTTP Live Streaming protocol realization? And how to use HTTP Live Streaming on ...
2
votes
1answer
428 views

HTTP-Live-Streaming - Loading Issue?

I'm (trying) to use HTTP-Live-Streaming in my app and after weeks of re-encoding it seems to work now without errors by the mediastream validator. On my latest iPod Touch (iOS 4.0) with WiFi the ...
1
vote
1answer
33 views

Screen flashes when switching from one video file to another

I have a simple Samsung Smart TV app that plays a series of video clips from the internet. When streaming the first clip over HLS using the Samsung specific player component, the video plays ...
1
vote
1answer
56 views

How to let AVPlayer retrieve playlist secured by SSL?

We´re developing a HTTP-streaming iOS app that requires us to receive playlists from a secured site. This site requires us to authenticate using a self signed SSL certificate. We read the credentials ...
1
vote
0answers
110 views

how to get metadata of a streaming online radio

I am developing an app in Android 2.2 . I need get metadata of a streaming online radio, for example shoutcast. I use class IcyStreamMeta: public class IcyStreamMeta<Message> { protected URL ...
1
vote
1answer
154 views

Technology used in VLC rtsp over http

I am using apple dispatch to make a rstp over http tunneling module and using vlc as a client from testing. I am not able to test it and getting this error log main debug: processing request item ...
1
vote
1answer
129 views

Does Android media player supply session id in the HTTP request headers?

I know that iOS AV player supplies a UUID session ID in the HTTP request header X-Playback-Session-Id when requesting content chunks from an HTTP streaming server. What is the behavior of the ...
1
vote
1answer
322 views

MPEG-TS Segments HTTP Live Streaming

I'm trying to interleave MPEG-TS segments but failing. One set of segments was actually captured using the built in camera in the laptop, then encoded using FFMPEG with the following command: ffmpeg ...
1
vote
0answers
84 views

Getting MetaData from MPMoviePlayerController

Ok So i have a Live Stream from a URL using MPMoviePlayerController. Player = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL URLWithString:@"MY_URL_HERE_I_REMOVED"]]; ...
1
vote
0answers
192 views

develop video player on android to support HLS

I am trying to develop own video player that supports HLS(http live streaming) from 2.1. I have tried vitamio but it requires that we install vitamio plugin which is around 3.2 MB.So trying to ...
1
vote
0answers
190 views

Http live streaming to iphone

I'm trying to play an http live stream to iphone, it looks like i have looked every example, mistakes and everything that i could found on the internet and apple docs about http live stream, and i ...
1
vote
1answer
142 views

Show notification on status bar for media player in android

I am streaming an audio in android and try to play in background also. But i need to show some notification in status bar with some play button that the music is running how can i do that...

1 2 3 4