tumtumtum / StreamingKit

A fast and extensible gapless AudioPlayer/AudioStreamer for OSX and iOS (iPhone, iPad)
Other
2.43k stars 525 forks source link

HSL m4a audio stream #82

Open kojilab opened 10 years ago

kojilab commented 10 years ago

Hi,

Do I need to do something special with STK to play HLS m4a audio stream? I'm doing a test and I'm not being very successful right now. Maybe I'm missing something.

Thanks

tumtumtum commented 10 years ago

STK currently is designed to work with static files served over standard HTTP with a normal web server. HLS is currently not supported but could be added as an additional datasource.

kojilab commented 10 years ago

Thanks a lot!!!

We may have to support HLS so I guess I'll have to find a way to add some custom datasource.

On Fri, Feb 14, 2014 at 4:32 PM, Thong Nguyen notifications@github.comwrote:

STK currently is designed to work with static files served over standard HTTP with a normal web server. HLS is currently not supported but could be added as an additional datasource.

Reply to this email directly or view it on GitHubhttps://github.com/tumtumtum/StreamingKit/issues/82#issuecomment-35141918 .

kojilab commented 10 years ago

Question though: do you think you will add support to it? And if yes, when? I'm a noob with iOS development and am doing ok with basic stuff but creating a new datasource to make it work STK may is above my pay grade. Thanks

On Fri, Feb 14, 2014 at 4:37 PM, Olivier Moratin o@kojilab.com wrote:

Thanks a lot!!!

We may have to support HLS so I guess I'll have to find a way to add some custom datasource.

On Fri, Feb 14, 2014 at 4:32 PM, Thong Nguyen notifications@github.comwrote:

STK currently is designed to work with static files served over standard HTTP with a normal web server. HLS is currently not supported but could be added as an additional datasource.

Reply to this email directly or view it on GitHubhttps://github.com/tumtumtum/StreamingKit/issues/82#issuecomment-35141918 .

tumtumtum commented 10 years ago

I don't really have a need for HLS myself so I it isn't likely that I would add support any time soon. Hopefully someone else will find the need and contribute :-).

If you just want basic playback you could just use Apple's MPMoviePlayerController which I believe will support HLS natively.

kojilab commented 10 years ago

Thanks for being so helpful and responsive. I really really appreciate your taking the time. I will look into it.

On Saturday, February 15, 2014, Thong Nguyen notifications@github.com wrote:

I don't really have a need for HLS myself so I it isn't likely that I would add support any time soon. Hopefully someone else will find the need and contribute :-).

If you just want basic playback you could just use Apple's MPMoviePlayerController which I believe will support HLS natively.

Reply to this email directly or view it on GitHubhttps://github.com/tumtumtum/StreamingKit/issues/82#issuecomment-35156347 .

pourhadi commented 10 years ago

OK, this answers my question from the other thread.

Could you provide a one-or-so sentence summary of what a custom data source for HLS would look like, so I get an idea of how to approach building it?

Thanks!

tumtumtum commented 10 years ago

Please refer to the code for the 3 example data sources (http and local and autorecoveringhttp). I'm not sure what more you could possible need without actually wanting me to write it all for you?

Sent from my iPhone

On 22 Mar 2014, at 04:16, pourhadi notifications@github.com wrote:

OK, this answers my question from the other thread.

Could you provide a one-or-so sentence summary of what a custom data source for HLS would look like, so I get an idea of how to approach building it?

Thanks!

— Reply to this email directly or view it on GitHub.

pourhadi commented 10 years ago

I appreciate the offer but I decided to go a different route.

On Mar 22, 2014, at 3:47 AM, Thong Nguyen notifications@github.com wrote:

Please refer to the code for the 3 example data sources (http and local and autorecoveringhttp). I'm not sure what more you could possible need without actually wanting me to write it all for you?

Sent from my iPhone

On 22 Mar 2014, at 04:16, pourhadi notifications@github.com wrote:

OK, this answers my question from the other thread.

Could you provide a one-or-so sentence summary of what a custom data source for HLS would look like, so I get an idea of how to approach building it?

Thanks!

— Reply to this email directly or view it on GitHub. — Reply to this email directly or view it on GitHub.