python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How the media request range works?
I've video in the html with video tag like <video src='xxxx.mp4'>. But sometimes the video loading is very slow.
I check the media request and find it try to load a 1MB data at the first video r...
LF00
Votes: 0
Answers: 1
Android studio check if Mediaplayer is playing in a screen widget activity
There'd be a button on the home screen which would play a certain song and change the background image of the button. If the user clicks on the button again (when the music is playing) then the music ...
apitefinom
Votes: 0
Answers: 1
What is the best way to handle big media files in MEAN-Stack applications?
I have a MEAN-Stack application and I store media files in an AWS S3 Bucket.
Currently I handle the media file upload, in the way that I encode the files in base64 and transfer them with simple post r...
Marc
Votes: 0
Answers: 1
Django wont upload images to media directory
Today I tried to have images in my project and the idea is simple - create news with an image, title, and description.
I wonder why when I set up my media files
So I make my news in this view:
class N...
Jordan Petrov
Votes: 0
Answers: 2