Top "Media" questions

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

android.os.FileUriExposedException: file.jpg exposed beyond app through ClipData.Item.getUri()

I try to do a button that open the camera and take picture. my code is here //for imports check …

android image camera onclick media
How to record video from background of application : Android

I am developing an application which will be able to record video from background of application by using Service. Problem …

android service media video-capture
Java RTSP client/server library

Is anyone aware about good RTSP client/server Java library? Search on Google reveals JMF, which is very outdated. Thanks.

java media rtsp
What exactly is Fragmented mp4(fMP4)? How is it different from normal mp4?

Media Source Extension (MSE) needs fragmented mp4 for playback in the browser.

media mp4 media-source
List all music in MediaStore with the PATHs

Ok so I've been working on this project for a few days now and most of my time has been …

java android media mediastore
show/hide div based on browser size using ONLY css?

I am a trying to get some divs to show/hide based on browser size, using only css media queries... …

css media-queries media show-hide
What does -webkit-min-device-pixel-ratio: 2 stand for?

@media only screen and (max-device-width:480px), only screen and (-webkit-min-device-pixel-ratio: 2) { /*iphone css*/ } max-device width makes sense but pixel ratio doesn't …

iphone css media
How to play sounds with JavaFX

I just started working with JavaFX. I know how the basics of it work. I tried to use the media …

java audio javafx media
Django: how do you serve media / stylesheets and link to them within templates

Variations of this question have been asked, but I'm still unable to get my stylesheets to load correctly when my …

python css django django-templates media
How to query Android MediaStore Content Provider, avoiding orphaned images?

I'm trying to provide an in-app Activity which displays thumbnails of photos in the device's media store, and allow the …

android image media android-contentprovider