3,940 questions
0
votes
1
answer
68
views
VLCJ on macOS in Kotlin Multiplatform project: Audio plays but no video rendering
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 ...
0
votes
0
answers
74
views
Wrong video/audio briefly plays on flutter media_kit player before correct track starts in playlist
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 ...
1
vote
1
answer
63
views
Show a frame at a specific time in MediaView without playing the video
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 ...
4
votes
2
answers
266
views
javafx MediaPlayer: why are hundreds and thousands of threads running?
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 ...
0
votes
0
answers
33
views
Mediaplayer in Android Studio causes render problem
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.
@...
0
votes
0
answers
35
views
Why is the sound of Mediaplayer in Android Studio Kotlin not updating after button click?
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 ...
3
votes
2
answers
88
views
Javafx MediaPlayer to play partially downloaded Media file (TCP/UDP, not HTTP)
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 ...
2
votes
2
answers
99
views
How to select the currently active / most recently focused video on a page with multiple videos?
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 ...
0
votes
0
answers
87
views
Why does my Ant Media WebRTC play URL work in browser but not in WebRTC media players?
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 ...
0
votes
0
answers
116
views
Programmatic Playback Speed Control in Bunny Stream Player
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 ...
0
votes
0
answers
325
views
Question regarding mpv (libmpv) use as a NuGet Package in Visual Studio 2022
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 ...
0
votes
0
answers
134
views
update Mediaitem on mediasessionservice (media3)
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 ...
1
vote
2
answers
171
views
Android Auto desktop head unit doesn't show play/pause controls when song is selected
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 ...
1
vote
0
answers
47
views
Which missing ffpyplayer.player MediaPlayer DLL?
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 ...
0
votes
2
answers
138
views
Android Auto app doesn't call onPlay, and no album art appears
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 ...