Questions tagged [media]

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

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

Source: http://en.wikipedia.org/wiki/Media_(communication)

3363 questions
24
votes
9 answers

Android - .nomedia not working for images

I have images, which are read from sdcard only by particular application so I want to hide it from image gallery. I have put .nomedia file in it, but this file is ignored, images are still showing in Gallery. I have put it with "." in the beginning.…
Waypoint
  • 17,283
  • 39
  • 116
  • 170
22
votes
1 answer

https://www.instagram.com/anyuser/media/ not working anymore

I have a app use this request url https://www.instagram.com/anyuser/media to get public ig json, but now it just not working anymore. I've checked Instagram blog, and no any announcement are found. Anyone know what's going on?
YM cho
  • 313
  • 2
  • 11
21
votes
3 answers

navigator.getUserMedia not working on Android / Chrome

do you have any idea of why the following code doesn't work on Android/Chrome? It works well on Desktop/Chrome. function console_log(data) { console.log(data) var data_str = String(data); var $div = $('
'); …
David Smith
  • 481
  • 1
  • 5
  • 14
21
votes
1 answer

How to use Blob URL, MediaSource or other methods to play concatenated Blobs of media fragments?

Am attempting to implement, for lack of a different description, an offline media context. The concept is to create 1 second Blobs of recorded media, with the ability to Play the 1 second Blobs independently at an HTMLMediaElement Play the full…
guest271314
  • 1
  • 15
  • 104
  • 177
20
votes
3 answers

How to target CSS for iPad but exclude Safari 4 desktop using a media query?

I am trying to use a media rule to target CSS to iPad only. I want to exclude iPhone/iPod and desktop browsers. I would like to to also exclude other mobile devices if possible. I have used