3,305 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
32
views
I am not able to get 2k stream on android react native apk webrtc whep url
MediaMTX Version: 1.15.3
React Native Version: 0.78
Gradle 8.14
Hii, I was developing a streaming mobile application using react native. I am using mediamtx and webrtc to stream and receive real time ...
0
votes
0
answers
15
views
XDCAM formatting SDK
I am currently developing an application that manages multiple drives
and among them would be an XDCAM drive media.
This application main function is to format the drives.
For other drives I am using ...
3
votes
2
answers
91
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 ...
1
vote
1
answer
123
views
Remove padding or border from images when the screen is smaller
I have CSS and HTML which when I have my screen full screen the image looks perfect:
Full Screen
But when I change the resolution to a smaller device, I get a border or padding underneath the image ...
1
vote
2
answers
118
views
Django, LoginRequiredMiddleware, login, and media
in a Django 5.2 application I discovered LoginRequiredMiddleware. It's a great system. However, I have some problems with the media.
When a url has the @login_not_required() decorator, it's impossible ...
0
votes
2
answers
422
views
Getting information about currently playing media on android
I am planning on creating a simple application for my phone that would work like a Spotify car thing. I would display the current time, the currently playing song's title and album cover and some ...
1
vote
0
answers
114
views
ForegroundServiceStartNotAllowedException and Android 15
I have an app that starts a service in the MediaBrowserService's onLoadChildren. We can argue about how starting a service there is fundamentally wrong but i have a legacy app that depends on that and ...
0
votes
1
answer
43
views
using Windows Media Player
I'm trying to create a simple app to play all the .mp3 files in a folder, using Windows Media Player. To start with, I simply specify one of the files. Then I'll get into building a list of files to ...
0
votes
1
answer
186
views
.NET MAUI Camera Not Opening on Android 15 (Works on Other Versions)
In my .NET MAUI application, I have the option to open the camera using MediaPicker.CapturePhotoAsync(). The camera works fine on other Android versions, but on Android 15, it does not open.
Below is ...
0
votes
0
answers
102
views
Media Projection permission missing
In my application I have a Screenshot service that I run as a foreground service. But no matter what I tried, I couldn't get permission for media projection. And if when I run the activity to request ...
0
votes
0
answers
36
views
Select Media Dialog Tree View Not Working in Sitecore 10.3
I've seen issues like this posted for older Sitecore versions, but none as recent as 10.3.
When invoking the Browse trigger on an Image field in Sitecore CMS, the user gets the Select Media dialog. ...
1
vote
0
answers
69
views
JavaFX Media not loading a sound file
I am trying to play a simple sound file using javafx media. Here is my error.
Exception in Application start method
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect....
0
votes
2
answers
162
views
images not showing using laravel spatie media library in Laravel 11
I have a problem uploading images that do not appear in the preview table.
admin panel looks
in the database it appears like this.
database
I have also done php artisan storage:link and the image has ...
1
vote
1
answer
45
views
How to preserve MediaStream loudness in JavaScript AudioRecorder?
I am using the MediaRecorder API to record two media streams:
The microphone input of the user, obtained the following way:
const stream = await navigator.mediaDevices.getUserMedia({
audio: true
}...
-1
votes
1
answer
67
views
AWS S3 Error: Access Key ID Not Found in AWS Records
When I use the same access keys generated from the AWS IAM on local server it works as expected but when I try to use the s3 from my node application on cPanel it gives me this error.
My frontend is ...