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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
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.