-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info for links #55
Comments
That's unexpected... Can you attach debug logs? |
The error occurs when I previously requested the info of an mp3 stream.
|
The log shows the |
Most of the time AAC-LC is returned correctly, but sometimes not. But it plays correctly, so it's not that bad. Especially if it's the server. |
If it plays fine all the time then |
If I have understood the debug data correctly, then the original server returns AAC. However, since the server is redirected, the wrong encoding is returned from the redirected server. The other data seems to be correct. By the way, when displaying the info for AAC streams, the bitrate is not shown. |
That would be incorrect behaviour from the HTTP client (phiola). So the real audio data is always AAC in this case and never MP3? Then the only solution is to detect the real audio format by analyzing the data...
Noted. Should be able to compute bitrate of AAC data after decoding 1 second of audio. |
I'm not really sure. But why should the server switch to mp3 when streaming aac? The codec is correct the second time it is called. |
This issue now should be fixed, because I recently improved audio format detector.
This is still to be resolved. I think the easiest way is to just show the bitrate from server ( |
Thank you very much.
Yes, why not? I think so too. |
Hi stsaz, I want to use phiola to retrieve a stream info with the following command:
It works, but sometimes phiola gives wrong informations. It usually works on the second attempt.
For example:
Can you check this out when you get a chance?
The text was updated successfully, but these errors were encountered: