-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Support wma format #2155
Comments
I think it would be necessary to implement a WMA extractor to support this case. I'm not convinced this is supported by Google Play Music on all devices though, since WMA isn't mentioned on Android's supported formats page, and as far as I know Google Play Music simply calls through to the underlying platform functionality. I tried playing a WMA file in Google Play Music on Pixel, and playback fails. Are you sure this support isn't on a subset of devices only (i.e. where the device manufacturer has opted to add WMA support as an additional feature)? |
Thank you for fast replay. |
The good news, I guess, is that if we did implement a WMA extractor then it would provide support across all devices. It's low priority for us, however. |
Hi. I challenged fmmpeg to play wma but it was useless. |
@otnvshi - That page doesn't say that Google Play Music supports playback of WMA on Android devices. It's saying is that you can upload WMA, which is different. The file is almost certainly transcoded to MP3 at time of upload, and subsequent streaming playbacks will be of the MP3 rather than the original WMA file. Direct playback of WMA files is not supported on Android, as outlined above. |
Hi.
I'm working on audio streaming project and I find that there is no built in support for Windows Media Audio (wma) audio coding formats developed by Microsoft. I tried to use ffmpeg extension decoders for handling WMA but there is no built in Extractor for it. (this format supported by Google Play Music app). What are the best practice for this case?
The text was updated successfully, but these errors were encountered: