You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for creating this library, it makes audio steaming so easy.
I tried to stream radio from qingting.fm, a major Mandarin radio host and the output was not smooth, I can hear music for about a half second, and noise for about 1 second, and repeat. The similar issue was also mentioned with #141
I did some search and did some experiment. I downloaded a few seconds of stream and I did not find any "ID3" "3DI" or "TAG" ascii in binary, so it should not be a ID3 tag issue. I also checked the connection speed, the download speed is about 20~40KB/s for the 64Kbps stream, and it played properly on computer. I also check the fill level of the AudioFileSourceBuffer, it increased steadily.
Is there any suggestions on how to troubleshoot this issue? Thanks.
Some update of the test, I used wget to fetch a section of the broadcast, it worked flawlessly if I used AudioFileSourcePROGMEM or put the fetched file on a local server. Seems to be a speed issue, but I also tried to implement #122 to pre-fill the buffer, and the sound still doesn't work well, even at the beginning.
Hi, Thanks for creating this library, it makes audio steaming so easy.
I tried to stream radio from qingting.fm, a major Mandarin radio host and the output was not smooth, I can hear music for about a half second, and noise for about 1 second, and repeat. The similar issue was also mentioned with #141
I did some search and did some experiment. I downloaded a few seconds of stream and I did not find any "ID3" "3DI" or "TAG" ascii in binary, so it should not be a ID3 tag issue. I also checked the connection speed, the download speed is about 20~40KB/s for the 64Kbps stream, and it played properly on computer. I also check the fill level of the AudioFileSourceBuffer, it increased steadily.
Is there any suggestions on how to troubleshoot this issue? Thanks.
Here is some log with http://lhttp.qingting.fm/live/388/64k.mp3
The text was updated successfully, but these errors were encountered: