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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.