I have a Cisco Digital Media Player and I need to create a web page using the DMP (Digital Media Player) Javascript Libraries, the problem is I don't know anything about them. I have lots of documentation, however I am hoping to find some example code already out there. Does anyone know of anything like that?
...
Hi,
I have a DHTML layer that floats across a webpage. Everything is working with the DHTML layer, except when it goes pass the Windows Media Player toolbar. It goes behind the toolbar. Any idea how to fix this?
Thanks in advance for your help.
...
Hey,
I have UAC that registers to a UAS, after registration the UAS sends me an OPTIONS request, what should I answer it?
only the audio media streams?
Update I:
Allow me to explain myself better... if I want to invite someone to a session I USE the INVITE method and negotiate the media then, for that specific session. But once I r...
I am adding MediaController to a VideoView, but it does not show up unless I tap the phone. The controller disappears after a while.
Is there a way I can have the MediaController show always?
Thanks
Chris
...
Hi,
I have MAC OS 10.6 (Snow Leopard) and according to Apple's guide on HTTP Live Streaming, the mediafilesegmenter tool should be there in /usr/bin/ directory but it isnt. There is only the mediastreamsegmenter there. I need the mediafilesegmenter tool to segment MPEG2 Transport streams.
How can I get/install the mediafilesegmenter to...
Hi guys.
I'm trying to make a video download panel for Chrome likes Real Player's one ( a DLL plugin )..
My question is :
"Is it possible to use NPAPI funtions such as
NPP_NewStream, NPP_StreamAsFile, NPP_DestroyStream... to catch the media stream URL of flash-player ? "
If not, then what part of NPAPI do I have to use ?
Thanks..
...
How to access local media file on my computer in JavaFX?
Here are the urls I tried:
C:/PROJECT/videos/on2tm_352.flv
file:///C://PROJECT/videos/on2tm_352.flv (suggested in some site forgot where)
It does play however, when I put the media file inside the project's folder and access it using {__DIR__}/on2tm_352.flv
Note: There are n...
I can have a UIWebView with the .m3u file opened, which will go to the webview with a play button displayed, and that automatically goes to the quicktime player and starts playing the stream. But when I press the done button, it goes back to the UIWebView with a little play button in the middle, and from there you can go back to the pre...
Are there any other recognized @rules besides @import and @media in CSS?
Thanks
...
Hi,
I have an iPhone application which contains a lot of media files, so far we have been able to keep the size of the iPhone app to less than 20 MB. We add new content with new updates, it would be difficult to keep the app size within the 20 MB limit.
The right thing to do here would be to fetch the files on demand from a media/web s...
With Appcelerator Titanium is there any method for accessing the user's music library?
With the Apple SDK I can implement the MPMediaPickerController, which allows the user to create a playlist of media items for use in a third party app.
...
How to obtain the Microphone volume controller in JMF?
this is what I have:
I tried this implementation concept of yours, but I keep getting a null from the first volume processor when I try to get the stream, here is how I do it:
// the device is the media device specifically audio
Processor processorForVolume = Manager.createProcess...
I'm using Malsup's JQuery media plugin to try to launch a file with the following format:
/StreamBinary.ashx?FileId=9&Type=2
This results in a dead (and invisible) player...I have noticed that the output of the player URL encodes the file attribute...that may be the problem.
When I url-decode the result and paste it into the address b...
Hi all,
For example if a have two directories /sdcard/Music/Music-1 and /sdcard/Music/Music-2 how can i construct uri to get the files in Music-1 dir for example. I can use MediaStore.Audio.Media.EXTERNAL_CONTENT_URI to get the content of all external storage but how to do the trick only for specific dir.
...
From the media section in WordPress, I can see that I can edit
Title
Alternate text
Caption
Description
I need to add extra data, like shutter speed, location & film.
Short of something like title: "bla bla", shutterSpeed: "4" in the description field (and parsing it), is there any plugin that adds this functionality?
It should be ...
I need help/pointer to doc/sample code on how to load multiple audio files from a specific folder on the SD card and have it play a random file back(i think i can figure out the last step if i could just figure out how to load multiple files). Here is my incredibly poorly written app so far, don't judge too harshly as I'm learning as I ...
Hi there,
I am using ExtJS for my project.
I need to create a window in ExtJS of variable size to display an image my user has uploaded.
But, if a smaller image say 150x150 is uploaded, I want the window to "fit" the image, i.e., the window should be 150x150.
But if a larger image, say 3000x3000 is uploaded, then I want the window to...
I would like to add a music controller to my app so the user could pause the music and start it again. It would also be great if the user could jump between songs.
I haven't found anything in the API but I want the same behavior that is available in any headset so there must be some API right?
Anyone who has an idea on how to control ...
i'm including an alternate stylesheet for iPhone/iTouch devices. Initially i wanted to simply use the handheld media type:
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='/css/homepage_handheld.xsl' media='handheld'?>
<?xml-stylesheet type='text/xsl' href='/css/homepage.xsl' media='all'?>
which i add to t...
Hi,
I had the idea to start investigating in creating and using media components in Java but I didn't find any convincing framework. The two that I found were
Java Media Framework (JMF) : it seems so powerful, not so fast but the last update was in 2003.
Java Media Components (JMC) : from what I found, it's easier to use than JMF but i...