Open kojilab opened 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.
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 .
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 .
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.
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 .
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!
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.
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.
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