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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.