-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Windows 10 error #303
Comments
This error is |
No, files not corrupted. I tested the file, and it plays in Windows 8.1 and Windows 10 using windows media player. |
what sort of file is it? |
AAC inside of WAV? That's quite unusual. What happens when you just use WaveFileReader? |
so what happens if you open this file with WaveFileReader? MediaFoundationReader is not needed for WAV file playback. Is the file extension literally ".Wav"? Can you also try making the extension lower case - ".wav" |
why is this closed? |
what's the solution to the problem? |
Well, Mark asked Ayman to try out WaveFileReader to give some more insight. He didn't get it so he couldn't help |
In this method i don't read the wave file to use WaveFileReader, but i read and audio type so that i use MediaFoundationReader . |
when you say Windows 10 do you mean as a UWP app? If so, yes, you can't use MediaFoundationReader. There is an experimental MediaFoundationReaderRT that the UWP demo app uses that might work for you. |
I have a .WMA file that reliably reproduces this error on Windows 7 if you'd like it. MediaFoundationReader was throwing this COM error on a very small minority of WMA files I saved with random file names (and extensions) from Path.GetRandomFileName(). Adding the correct ".wma" suffix, or opening the files myself and using StreamMediaFoundationReader() opens the same files with no problems. The files were created with MediaFoundationEncoder.EncodeToWma(). |
Are you saying that it always works if you have a ".wma" extension? If so, then why not just use that? |
It does, and I do now. I'm just trying to shine some light on possible causes of whatever might be causing this issue. |
I have issue when run library in windows 10.
Error is"The byte stream type of the given URL is unsupported. (Exception from HRESULT: 0xC00D36C4)"
The text was updated successfully, but these errors were encountered: