Electron MP2 Stream Player

Job ID: 40366951

Budget: $10 – $30 USD

I need an Electron-based application for Windows that can open and play an MP2 audio stream directly from a given URL. The key requirement is that playback must work out of the box on a clean Windows installation—no separate codec packs or external dependencies may be required from the user.

We have chromium electron app wich refuses work with mp2 streams mp3 and aac is working fine.
we can only get it working using local ffmpeg to transcode it back to mp4 container it takes alot of time.

it should also able to play video codecs and usbtitles for multi sound and subtitles on videos in different formats stremaing format/mkv/mp4/avi etc


Under the hood, you may bundle a WebAssembly build of a decoder, use a pre-compiled ffmpeg binary, or any other technique you prefer, as long as:
• All decoding components ship inside the installer or portable folder.
• The stream starts within two seconds of pressing Play.
• No third-party installer prompts ever appear.