mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Not supporting with iOS 7 #76

Closed enadun closed 10 years ago

enadun commented 10 years ago

This project is not working on iOS 7. In some times, we stop playing and play again, it is continuously buffering and not start playing again. Did anyone else get the same issue ?

bennyk commented 10 years ago

Hi Nadun,

I have been using AudioStreamer on iOS7 but don't see the error you were describing. Is there a streaming URL to check this out?

On Friday, October 11, 2013 7:08 PM, Nadun De Silva notifications@github.com wrote:

This project is not working on iOS 7. In some times, we are stop playing and playing again, it is continuously buffering and not start playing again. Did anyone else get the same issue ? — Reply to this email directly or view it on GitHub.

enadun commented 10 years ago

Hi bennyk,

Here is the URL, what I'm using. http://live.tnlrn.com:8002 This is perfectly working on iOS 6. When I try this on upgraded iPhone, I have face the following issue. It's working on the first time. Then I stop the player and play the player again. It shows me the buffering button for a long time and doesn't start to play again. I don't have an iOS 7 simulator and still I'm using xCode 4.6. I just check this by using an upgraded iPhone. Did you check this on a simulator or a real device. What is your xCode version. May it be an xCode issue ?

Thank You !

bennyk commented 10 years ago

Hi Nadun,

I am using Xcode 5. I tested AudioStreamer on ipad3 and iphone4. Do you get similar behavior using other streaming URL too?

I tried your streaming URL, my AudioStreamer keeps spinning endlessly. Could it be a server side issue coz I can get stable stream from other source?

Sent from my iPad

On 12 Oct, 2013, at 12:41 am, Nadun De Silva notifications@github.com wrote:

Hi bennyk,

Here is the URL, what I'm using. http://live.tnlrn.com:8002 This is perfectly working on iOS 6. When I try this on upgraded iPhone, I have face the following issue. It's working on the first time. Then I stop the player and play the player again. It shows me the buffering button for a long time and doesn't start to play again. I don't have an iOS 7 simulator and still I'm using xCode 4.6. I just check this by using an upgraded iPhone. Did you check this on a simulator or a real device. What is your xCode version. May it be an xCode issue ?

Thank You !

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

enadun commented 10 years ago

Hi bennyk,

I also thought that would be a server issue. But it's working perfectly on iOS 6 devices.

I didn't try with default URL's. I'll try and let you know. Could you please check this URL with iOS 6 device whether it's gain you the same issu or not ?

bennyk commented 10 years ago

Hi Nadun,

I tested your streaming URL on VLC desktop. It works!

I run AudioStreamer on Xcode Simulator  it is spinning endlessly too. I am turning my suspicious on changes in Apple codec layer while transitioning from iOS6 to iOS7.

PS: I don't have any more device in iOS6.

On Saturday, October 12, 2013 1:06 AM, Nadun De Silva notifications@github.com wrote:

Hi bennyk, I also thought that would be a server issue. But it's working perfectly on iOS 6 devices. I didn't try with default URL's. I'll try and let you know. Could you please check this URL with iOS 6 device whether it's gain you the same issu or not ? — Reply to this email directly or view it on GitHub.