Any way to play audio file for windows desktop application in flutter? - flutter

I'm new to flutter and making a desktop application with flutter. Now I need to load and play audio files but found that the audio player packages don't support desktop software in windows. So if there is any way to play audio file for windows desktop software using flutter, then please give me an example.
Note: After searching a bit I found this (flutter_audio_desktop) but unfortunately it's status is "DISCONTINUED".

just_audio plugin has a support for windows as well. You can use that plugin to play audio file.
There is another plugin named audioplayers which also has windows support in the prelease version 1.0.0-rc.1.

Dart VLC is also a good option to play audio files for flutter desktop application. This package can play both audio and video files.

Related

Is there anyway i can play RTSP link in Flutter Web

Had done RTSP streaming in Android using flutter_vlc_player and for windows dart_vlc but couldn't find a way for flutter web.

How to use the dart_vlc package for desktop application in flutter?

I am building an application for desktop using flutter. I want to show some videos on it but the packages referred by the flutter team does not supports desktop. So, i am using this package to serve the purpose.
But i am unable to load videos to my app using this because whenever i try to use player.open(as given in the api documentation), it gives an error. Can anyone please help me to run the videos using this package ?

Exoplayer Offline Playback with DRM

I am trying to implement an offline playback app using Exoplayer. I followed the demo code to implement download. It worked. But demo ise with latest Exoplayer version and in my case I can not upgrade exoplayer version due to some other unmanaged dependencies.
I am at 2.11.4 version. I have video files downloaded, I have the DRM keys downloaded with keySetId persisted. But I don't know how to use this keysetId to create a mediaSource and play the video.

Port existing android game to unity

I already have a game on android. It uses leaderboards, achievements and admob. These features come from google play services.
Now how do I connect these services on android to the game on Unity. I wont be updating the android version right now as it will just be same.
It's pretty straight forward to integrate Google play services into your unity application. There is a plugin you can download and add to your project. The plugin includes scripts that link in the native c++ libraries for both Android and IOS.
The plug in is on GitHub: https://github.com/playgameservices/play-games-plugin-for-unity

Standalone VLC Browser Plugin

I want to embed the VLC player on my website, but I don't want to force users to leave the webpage, download the VLC application and install it. A plugin installation would be much cleaner in my opinion.
Is there a standalone browser plugin for VLC for the supported OS/browser combinations (ie. Linux/MAC/Windows, NPAPI/ActiveX)? From the documentation and installers I don't see a standalone option.
FireBreath looks really interesting, and there is a FireBreath VLC plugin, but right now only Windows is supported by it.
I haven't used it, but Portable Apps has portable VLC