Top "Media" questions

Media are the storage and transmission channels or tools used to store and deliver information or data.

Media Information Extractor for Java

I need a media information extraction library (pure Java or JNI wrapper) that can handle common media formats. I primarily …

java media information-extraction
ckeditor doesn´t read media embed code

I use the media embed plugin for ckeditor. It works fine, the code is correctly saved in the database and …

iframe ckeditor embed media
How to create equalizer for android

I want to create simple equalizer for android. How can I do it? Try to find some methods in MediaPlayer …

android media equalizer
time length of an mp3 file

What is the simplest way to determine the length (in seconds) of a given mp3 file, without using outside libraries? (…

python mp3 media
Scan Android SD card for new files

My app allows a user to save an image to their SD card. But I'm not sure how to make …

android media sd-card android-mediascanner
What is the best way to stream a audio file to website users/listeners

I'm developing a music site which will stream audio files stored in a server to users, audio files will be …

audio video media audio-streaming internet-radio
Avoiding NavigatorUserMediaError "Only secure origins are allowed" on HTTP in Chrome

I'm trying to make some audio/video tests with a JavaScript library for SIP phones and since Chrome 47 I can …

google-chrome security https media
How to calculate GOP size of a file H264

I have a h264 file that extract from YUV format using SVC software. Now, I want to caculate size of …

video media h.264 multimedia svc
Django: serving ADMIN media files

I've been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I …

django routing path media admin
How to serve django media files via nginx ?

I'm new at Nginx, I've successfully bound my django project to Nginx. However I can't serve my static files and …

django nginx media