Skip to main content
0 votes
1 answer
68 views

I built a cross-platform project using Kotlin Multiplatform targeting Android, Windows, and macOS. Now, I need to implement a media player that must support HLS. Because of this, I ruled out the ...
deacon-qin's user avatar
0 votes
0 answers
74 views

I'm using flutter media_kit 1.2.0 library in my project and the task is to put tracks into playlist and play one after another in schedule. Each video has own index so by schedule a bloc passes index ...
Alex20280's user avatar
  • 385
1 vote
1 answer
63 views

When the player app starts, MediaView should show a video frame at a specific time, but MediaPlayer should not play the video until the user clicks the play button. Here is the code. If the pause ...
Evgeny's user avatar
  • 121
4 votes
2 answers
266 views

I noticed hundreds and thousands of threads running while debugging my javafx MediaPlayer application in Netbeans. So I went to this simple demo code, ran it in the debugger, and again saw hundreds of ...
Evgeny's user avatar
  • 121
0 votes
0 answers
33 views

I am a beginner with Android Studio. Below code causes renderproblem in preview window. Any idea why this is? Maybe the context? I didn't find any other context variable that didn't give an error. @...
Hans Hubers's user avatar
0 votes
0 answers
35 views

I am a beginner with Android Studio and Kotlin. I am trying to make an app for my personal smart phone to train my self with random pictures for the right fingering of a saxophone. I would like to ...
Hans Hubers's user avatar
3 votes
2 answers
88 views

Javafx MediaPlayer class plays files loaded into a Media object. The Media object can load local Media files or via HTTP. My Client-Server uses TCP/UDP, not HTTP. I assume that media files need to be ...
Evgeny's user avatar
  • 121
2 votes
2 answers
99 views

On a page with multiple videos the currently active / most recently focused video reacts to standard keyboard actions like Space to play/pause the video or F to toggle full screen mode. This is ...
Three Year Old's user avatar
0 votes
0 answers
87 views

I’m using Ant Media Server to stream video using WebRTC. I generate a play URL like the following: https://domain-name:5443/LiveApp/play.html?name=streamId&token=<> This URL works fine when ...
Shekhar 's user avatar
0 votes
0 answers
116 views

I am using Bunny Stream for streaming audio content via an iframe, using the supported Player.js. I want to adjust the playback speed (e.g, 1x, 1.5x, 2x, 4x) programmatically (not through Bunny's ...
Aleph B.'s user avatar
0 votes
0 answers
325 views

I am looking to incorporate a video player in one of my C# WPF project and I am planning on using MPV. I went ahead and took a look at the NuGet packages already available and I noticed two who caught ...
Dyr Fenrir's user avatar
0 votes
0 answers
134 views

Now I am developing an application to play music using the Media3 library. Now in the service class I have added custom actions (play next, play Previous) and it works perfectly as shown in the code ...
Ahmad Njres's user avatar
1 vote
2 answers
171 views

I've added support for Android Auto in my existing mp3 player app. Album art shows up in the desktop head unit and if I click on a song, it begins playing, but no playback controls display. It just ...
user3573712's user avatar
1 vote
0 answers
47 views

I have a python file that works correctly when launched from the command line, I want to package it in an exe, but since I added ffpyplayer, I can't get an exe that works: I still have a problem ...
Harvey's user avatar
  • 155
0 votes
2 answers
138 views

I wrote an mp3 player (called DJ) and I want to add compatibility with Android Auto. I wrote the service and everything seems to work, except no album art appears on the Windows Desktop Head Unit, and ...
user3573712's user avatar

15 30 50 per page
1
2 3 4 5
263