Media are the storage and transmission channels or tools used to store and deliver information or data.
0
votes
0answers
5 views
Responsive webdesign: Media query doesn't trigger when tilting tablet back
I am having the following issue:
When I load my page in portrait view on my device it triggers the portrait media query - CORRECT
When I tilt the device to landscape it triggers the landscape media ...
0
votes
0answers
11 views
Android Camera connected to device, Stop launching gallery
When i connect a Digital camera to the android device with USB, After camera is mounted, immediately android is Launching a galley. I need to stop that. Does any one know how to stop launching camera. ...
0
votes
0answers
27 views
Why does this set of media queries work compared to the other?
First time posting on stackoverflow. I've actually fixed my problem but I just don't understand why.
So I "borrowed" the following media queries from another website and they work perfectly:
==== ...
0
votes
0answers
6 views
Media Query Order IE versus all othe rbrowsers
I have pretty extensive media queries written for this site:
http://internationalsignimages.com/
I was having issue with them not being apply in IE9 / IE 10 (if was not a compatability mode issue ...
0
votes
1answer
14 views
What exactly is HTML media API
I am reading a book called "Html5 media". In that the author shows an example of creating a video player. In that he he says that we can use 'HTML media API' to customize the controls, but he doesn't ...
0
votes
0answers
12 views
How to take ownership on the web cam without turning it on
When the webcam is built over the inbox Microsoft inbox driver, only one application can capture the video. I would like to write a service which takes ownership on the camera without turning it on ...
0
votes
0answers
9 views
Add a file source to a working LiveJob
Ihave to encode a dynamique list of files and Publish it using Expression Encoder, the problem is once I start encoding
LiveJob job = new LiveJob(); ....... job.stratencoding();
I cant add a new ...
0
votes
0answers
24 views
+50
WordPress 3.5+ - URL to edit image with media uploader thickbox
I use WordPress 3.5. I try to figure out how I can edit an image by clicking on it to get to the media uploader thickbox.
What I found out so far
The URL below work fine but I need to EDIT a special ...
0
votes
0answers
11 views
Media uploader in meta box
I'm trying to add the Wordpress media uploader to a Meta box in a Custom post type . I've followed this tutorial (linking to a cached version, since the page doesn't seem to be working right now).
So ...
0
votes
2answers
35 views
How to embed images and sounds in an iPhone app?
I am having a real hard time understanding how to embed many images and sounds in an iPhone app. When I say embed, I mean I want the images and sounds to be downloaded with the app, and some of those ...
0
votes
0answers
7 views
mediastreamsegmenter on a public dropbox link not working
I have a streamable url from my dropbox public link:
https://dl.dropboxusercontent.com/1/view/taf4hn5q1lbppmx/Public/01Track1.mp3
I would like to stream this to my ios device so I read upon ...
-3
votes
1answer
22 views
Android: Music Streaming Server [closed]
I want to setup a Music Media Server and want to access (play) audio files from Android.
Can anyone suggest good opensource Music Media Server... and How to access it from Android (since the Media ...
0
votes
1answer
30 views
Add space before body while printing page
I want to add some space when I print the document before html body. I tried both margin-top and padding-top in my stylesheet but it has no effect.
How would I add whitespace before the printed ...
0
votes
2answers
27 views
Upload images to media library based on custom field
I have just migrated from a custom built site. As I was not totally sure what I was doing, I created a custom field called featured_image and put a URL to an image in it for each post.
Now.
Is there ...
0
votes
1answer
29 views
Is there a pdf library (.Net/C# compatible) that allows for embedding Audio/Video media in a pdf?
I have a requirement where by I need to attach audio/video media submitted as binary files to be embedded into pdfs that are residing on the server. BTW, the audio/video binary is coming from mobile ...
0
votes
1answer
18 views
Using javascript media query to change the class of 2 divs
<script>
$(window).resize(function(){
console.log('resize called');
var width = $(window).width();
if(width >= 900){
$('#lefty').removeClass('alpha');
...
0
votes
0answers
13 views
Media codec api
Can you tell me if android api media codec can encode and compress video (like ffmpeg lib)?
Can you please provide source?
I can 't find anything showing how to compress a video using media codec. ...
0
votes
1answer
14 views
Mobile not recognising @media formatting
I have formatted my website for mobile phones, however on testing, find that my mobile devices still refer to the normal format webpage.
Here is the code I'm using:
<!-- SMARTPHONES, PORTRAIT ...
-1
votes
1answer
33 views
Stack icons in a horizontal line? [closed]
The icons are all in vertical and i need them to stack horizontally:
I need the code that would go in a static block ?
Ive tried numerous css codes but none fix probably because i dont know where to ...
0
votes
1answer
33 views
Umbraco: Deny public access for media files of content
I'm working with Umbraco 4.11.8.
For my website I have a document type, that contains a field to upload PDF files. The created content items of this document type aren't public so a specific ...
-2
votes
0answers
31 views
Java: streaming a webcamera to a webpage [closed]
Is it possible to stream a web camera to a webpage? Basically, i want to translate live video from a web camera to my android tablet (proprietary web broser), so i want to create a small java app ...
0
votes
0answers
18 views
Record the audio and repeatally check amplitude
I want to record the sound repeatedly and check the amplitude after 500ms if amplitude is greater than a given threshold then I want to go another activity.
But When I am try to do this my activity ...
0
votes
1answer
24 views
Media Queries to keep menu and sidebar from merging with header/body
This is the website, and more specifically, the page.
I'm currently working on a responsive theme, which has media queries, but something about the CSS modifications I've made, are preventing the ...
-3
votes
0answers
59 views
How to play DVD (.vob files) in windows media player (wmp.dll) in VB6
I try to play DVD file format (*.vob) in VB6 but this code is not work!
wmp1.url="d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
or
wmp1.url="dvd://d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
please help me ...
-1
votes
0answers
22 views
Media Database Design [closed]
So I feel like I may be asking a basic question here, but from what I have read so far I haven't come up with an answer that makes sense so I guess its time to ask. I am trying to design a database to ...
0
votes
0answers
44 views
Blank subscribers view in nexus 7 and Galaxy S3 (Opentok Face 2 Face Live Video chat)
I am testing Opentok HelloWorld application(https://github.com/opentok/Android-Hello-World) for face 2 face live video streaming. I have tested in Nexus 7 and Samsung Galaxy S3. In both devices I am ...
0
votes
0answers
70 views
css @media print not working entirely
I have a scrollable div in my page and I want to print the whole content of it, without printing the rest of the website. I have a file called print.css with the code:
/* print style for quiz */
...
0
votes
2answers
29 views
Serve media file from Django
I know that it's not a good way to serve directly file and picture from django via views and urls dispatch, but if these files and pictures are served via the server (Apache), the whole world can see ...
0
votes
1answer
20 views
In window phone is there any possibility to mimic the play pause button functionality of music player when screen is locked?
is there any possibility to mimic the play pause button functionality of music player. We can use the play pause button even when screen is locked, can i use same functionality in my application?
0
votes
0answers
52 views
Live media streaming involving different kinds of devices
I am working on a project which will involve http live media streaming from a variety of devices like android phones/tablets, iphone, ipad, browser,etc. It will be a 2 way communication for all the ...
-1
votes
0answers
32 views
Download video / media at a URL [closed]
I'm looking for a command line tool or a source code which enables me to enter a URL and downloads a video at this URL (youtube, or else).
The software "Replay Media Catcher" does that but there is no ...
0
votes
1answer
52 views
Error streaming file on android 2.x, working on 4.x
i wrote an class that extends android mediaplayer, the class is the following
package it.ccevas.ccevasandroid;
import java.io.IOException;
import android.media.AudioManager;
import ...
-1
votes
0answers
68 views
How to custom a codec for Windows RT to play the format mkv? [closed]
I have no any background knowledge of codec, and there are some limitation on WinRT,
so please give some advice, any help would be greatly appreciated.
Thanks.
1
vote
1answer
52 views
Audio file placed on server not playing in android media player error (1, -2147483648)
link to my audio file is http://www.nomadicsmart.com/co-notes/files/testsong_20_sec.mp3
but it always give error (1, -2147483648)
where as this link works ...
0
votes
1answer
123 views
android mediacodec: real time decoding h264 nals
I'm trying to decode h264 nals in real time with android low level media api.
Each nal contains one full frame, so i expect that after feeding input with my nal and calling dequeueOutputBuffer it ...
0
votes
2answers
46 views
struggling to override @media min-width css rules under wordpress
I am attempting to override a @media (min-width:#) rule with css code included in the head of my document.
The CSS rule being invoked from the external stylesheet is
@media (min-width: 1200px)
...
0
votes
0answers
39 views
How to play respective sound when pressing each child in an ExpandableListView?
I am now working on an Android language learning application. I tried to use a expandable list. That is, there are several groups and if you click each group there will be child listview showing up. ...
0
votes
0answers
124 views
HTML/CSS Newsletter, @media query not resizing text on iPhone
For whatever reason my text resizing is not working on iPhones, working fine on android, and in another email format. Can't seem to see any differences between the two files. The images also resize, ...
0
votes
0answers
57 views
flexslider media query issue
Using bootstrapp for a site im building, there is a flexslider at the top of the page, ideally i want the images to a) not resize at all on lower resolutions (ipad) and not show at all for the lowest ...
0
votes
0answers
14 views
How to append 2 video files [migrated]
Is there any way to append one video file to another ?
I've got a very large file (2GB) to which I'm trying to append some tiny files (~4MB). They all are in the same format.
It's easy to concat ...
0
votes
0answers
78 views
How to disable message confirm box when delete a song in windows phone?
I'm creating an app in Windows Phone 8 that make people can delete song(s) from media library. Whenever I delete a song, system automatically appears a message box to confirm this action. The problem ...
0
votes
0answers
12 views
WP: is possible to get uri out of Microsoft.Xna.Framework.Media.Song
I have Song object returned from MediaLibrary. How do I get its uri or absolute path with file name? Any un-published API? The constructor has FromUri that used to construct Song object. Wonder if ...
0
votes
0answers
55 views
Media Element with playlist - doesn't play correctly in browser Opera and Mozilla
Good day,
I try work with mediaelement js audio player. My html:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script ...
0
votes
0answers
49 views
how to use .Plist file in android for streaming media player
i am making an streaming mediaplayer android app in which i want to use .Plist file for playing songs.
why am using .Plist is b'coz ill be updating .Plist frequently which will be uploading on ...
0
votes
1answer
50 views
MPEG DASH:using Gpac to get MPD files
My goal is to convert some mpeg4 files in my hard disk into mpd files that will alllow me to use it in mpeg dash streaming .i read about gpac's MP4Box capability to create mpd files and i followed the ...
0
votes
0answers
45 views
How do I add a customize column as drop-down list in Media Library page?
I am new in Wordpress plugin. And I need help how this work properly.
The idea is a record may consists of one or more image(s). I am trying to relate an uploaded image files in Wordpress Media page ...
0
votes
0answers
53 views
Audio continues playing on Phonegap when receiving a call
I'm creating a Radio App, which works fine on iOS using HTML5.
To do it on Android I need to use Phonegap Media resource.
I'm able to play the streaming and MP3s files, even in background/suspended ...
0
votes
1answer
27 views
Turn of timer while video is playing?
is there anyway you can pause the timer if a movie is played? the reason why i'm asking is because I'm using a MediaElement that uses both images and videos and therefore I have to find a solution to ...
0
votes
0answers
43 views
Drupal multimedia in lightbox using Media Gallery module
I'm trying to make gallery with images, videos and audio files. Each media should has thumb and display in lightbox after click. I'm using Media Gallery module and I've created some audio and video ...
0
votes
1answer
75 views
Playing Audio with pipeline in Gstreamer (C#)
I've been struggling with GStreamer for a while because I can't find any C# examples/tutorials.
As far as I know, Gstreamer uses pipelines in order to decode and then be able to send, for instance a ...




