- I added media sound to my car blueprint, installed media player, and inserted the URL to the .mp3 file. but when I press the radio activation button, unreal freezes dead.
MyProject.log (604.8 KB)
The Media Framework is quite outdated and buggy, and it might not work as expected across different platforms and engine versions. If possible, you could check out the RuntimeAudioImporter, which is completely open source and specifically designed for importing external audio data at runtime, including support for MP3 format: GitHub - gtreshchev/RuntimeAudioImporter: Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
Runtime Audio Importer in Code Plugins - UE Marketplace