Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f3
Issue ID
1043579
Regression
No
[UWP] OnUnityAudioData audio sounds are garbled when .m3u8 files are loaded
Steps to reproduce:
1. Download 1043579_repro.zip
2. Switch platform to UWP
3. Build scene "MediaPlayback"
4. Open Visual Studio solution
5. Build project (Debug, x64, Local Machine)
6. Press play button
Expected results: Video and audio starts playing
Actual results: Audio is garbled
Reproduced with: 2018.3.0a4, 2018.2.0f2, 2018.1.8f1, 2017.4.7f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
Resolution Note (2018.3.X):
Why won't fix: audio data decoding is done inside a native third party plugin, and it does decoding incorrectly. It is not a bug in Unity.