media

How do I set the side buttons to only change the media volume and not the ringer volume?

My app plays short audio files and if you want to increase or decrease the volume you have to press the side buttons really fast while it's playing, otherwise you increase/decrease the ringer volume on your phone. I was looking through the API and I can't find a way to set the default to the media volume? Does anyone know if I'm missing...

A jquery plugin that will open images,sqf,flv in a lightbox style.

hi, does anyone know of a good stable jquery plugin that will support images,swf,flv that will pop up in a lightbox style type of window. thanks ...

How do I determine which css media type is being requested on my page?

Hi, I'm looking to alter the way my asp .net webpage is output to the browser depending on the css media type being used. Although the css is generally taking care of the differences in appearance between screen and print mode I would also like to make some minor adjustments to the markup when print mode is required. I would simply be...

Android Media player

I understand android media player can play the url link that contains music. Does anyone know if media play can play song or voice thru socket? I want to use Android's media player to play the sound from the microphone from my PC in real time. Can I do that? Thanks, Carl ...

Android Java - Putting all file names from R.raw into array without manually specifying each

There are 2 parts to my question but both are related. I have searched all over the place but cannot find a way to put in an array, all file names from R.raw, such as MP3s in string format. I also want to create new buttons on the fly in Java, as opposed to using the XML files to lay out buttons. psuedocode: array[] = put all file nam...

media player for the website

Hi! Is there a media player that we can use to embed on the page that also gives the option to download the song playing currently. I was chekcign out http://mediaplayer.yahoo.com/, but this doenst give the option to download the music that is playing. Thanks ...

what's the best media solution for java in a chat application?

Hi experts :) I'm about to make a decision about the ideal technology for audio/video chat and I need your expert advice, specifically on the client side. java media framework doesn't seem mature enough, fms seems ok but are there any java clients for flash media server or Red5? any clues, guides appreciated. thanks ...

audio player for websites

Hi Can anyone suggest me a good audio player for embedding in the websites? I need a simple auio player for the website with play and pause option and with the option to download the music thats playing. Thanks ...

Proper way to maintain an extended android media database a la MediaStore?

Based on the results of my query in this thread, I've decided that I need to maintain my own database of metadata for the media that I'll be accessing. It seems like MediaStore is a very good start for this, as it will give me a good deal of information and is regularly updated by the MediaScanner. In an ideal world, I would add a few co...

silverlight media player stutters when using javascript heavily

In one of my projects we have a streaming web site that needs to synchronize HTML content with a video stream down to a ~100 ms level. Currently we are using WMV and Microsoft's Mediaplayer ActiveX object for this, which basically limits us to IE as a platform. As a prototype a while ago I tried out a Silverlight based media player (cus...

Codeplex Silverlight Media framework player over HTTPS

Hi I have a media player written using Codeplex Silverlight Media Framework and it works fine over HTTP. However when I switch from http to https it will not work... MMS, ISML or ISM streams. Now I have read about the cross scheme problems but I still am a little unclear if this can be made to work or not... Yah see, the site is compl...

Please can any body tell me, how to encode and decode raw bytes data into h.263 format in C#?

Hi I want to convert raw bytes stream into h.263 using encoder and decoder in C#. but have not find any answer relating to that. Can anybody tell me how to code that encoder and decoder in C# so that raw bytes stream will convert into h.263 and vice versa? Thanks ...

How do I jump to specific time with duration of an IIS streamed video in iOS?

If I have a video streaming server (e.g. IIS Media Services) with a live video streaming, I want the user to select from a list of interesting parts of that video and then play just that bit. For example, if I'm interested in a 25s clip 20m into the full length I want to jump to that bit and then close the video player at the end. ...