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
- A Console error is not handled correctly when using #pragma kernel with the Kernel name not provided
- L(a,b) expression in float fields has erratic behaviour when ordering due to using instanceID as an index
- InvalidOperationException is thrown when switching to a custom Debug Draw Mode in Scene View
- [Android][Vulkan] Skybox and Environment effects flicker in the Player when using the Vulkan Graphics API
- "Shortcuts conflict" warning pops up when the shortcuts are different ("Shift + Mouse 2" and "Mouse 2")
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.