I'm trying to find out how i can use wowza media server(which i just installed) to receive a live audio stream from an iOS device(Xcode simulator) and play it on a web browser(safari) using http live streaming. i just need direction, guidance or a tutorial to start with this, or just the basic concept of how it works.

sorry for the newbie question, but i really really did try digging up the documentation, their is nothing about iOS http live streaming specifically, they concentrate more on Flash streaming(flv).

Thanks.

link|improve this question

i use RTMP lib (rmptdump) it's hard way , works but not good github.com/sakrist/RTMP-Test ,good works with adobe servers – SAKrisT Feb 8 at 0:33
feedback

1 Answer

up vote 0 down vote accepted

Use Wowza's MPEG-TS capabilities

There are a couple of Google hits and topics on the Wowza forums. This one looks fine for getting you started: Using an MPEG Transport Stream (MPEG-TS) encoder with Wowza Pro (MPEG-TS).

You can then just click a simple link in Safari on iOS devices and it should work fine. The like will look something like:

http://myserver.com/appName/myStream/playlist.m3u8
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.