mediaplayer

WPF: Implementing a MediaPlayer Audio / Video Seeker

I am currently working on an MP3 player (in a WPF application) with a WPF MediaPlayer and basically, I want to implement a Song Seeker which moves along with the current playing song. I already implemented a song slider (from Sacha Barber's application) and it works when the user drags the seeker manually (as in, the song continues from...

Silverlight media player

Hello everyone, I am using VSTS 2008 with C# to develop Silverlight application embedded in web page of an ASP.Net web application. I have embedded in XAML a MediaElement item. My question is, I want to embed the page a Silverlight media player, which could let end user to control the MediaElement item manually to -- play/pause/stop/rew...

Streaming Youtube Videos

I am writing an application to play youtube videos using streaming. First method: I am getting the RTSP URL to the video using GData APIs. Here is the code to play the RTSP url. VideoView mVideoView = new VideoView(this); setContentView(mVideoView); mVideoView.setVideoURI(Uri.parse("rtsp://rtsp2.youtube.com/CiILENy73wIaGQkDwp...

Mediaplayer in c# windows application

I have added and mediaplayer control to my c# application, and I can make it play a .wma song. My problem is that i want to see if the player is playing. Is there an event that I can use? Or is it a way I can see for how many seconds a song has been playing? ...

Accessing music library in iPhone OS 3.0

hi all, My requirement is that i want to access the list of all the songs from the iPhone library. I have included the MediaPlayer Framework in my project. So how to get the list of all the songs ??? Thanks. ...

Are there any flash media players that have frame-by-frame functionality?

The player can be free or commercial, frame-by-frame can be core functionality or a plug-in. Also, it must be production quality and handle RTMP streaming. ...

iPhone SDK: how to play music and record from the mic at the same time?

Hello, I am trying to play music from the user's music library and at the same time record from the built-in microphone. However, as soon as I start recording from the microphone it automatically pauses the music, and I can't find any way to play music and record at the same time. I am using the MediaPlayer framework to play music and t...

Re-use Scale icon in iPhone Mediaplayer

I'd like to reuse the scale icon that's used by the media player on the iphone. Does anyone know how I can do that? ...

looking for some samples to embed media player into html

Hello everyone, I am developing some html pages which embed media player (Windows Media Player and Silverlight player, like sl12videoplayer from codeplex http://sl2videoplayer.codeplex.com/ ). I have learned how to embed players into html, by using DIV/OBJECT tags. I have proved it works technically. My question is, I want to find and ...

Listening to the iPhone mic with SCListener and playing music at the same time: how?

Hello, I am using Stephen Celis' SCListener class (for iPhone) to "listen" from the microphone, but I also need to be playing music at the same time using the MediaPlayer framework. However, when I start listening with SCListener, the music fades out and stops. I have set the kAudioSessionCategory_PlayAndRecord property on the audio se...

Add Custom Controls to MoviePlayer in iPhone 3.0 SDK

I'd like to add custom controls to the mediaPlayer control view much as this asker: http://stackoverflow.com/questions/190493/add-custom-controls-to-movieplayer However, the solution posted in the above question is depreciated in 3.0. Does anyone know of a way to do this with the new SDK? So far I have added an overlayView to the mov...

MPMoviePlayerController stutter

Code : NSString *path = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"m4v"]; MPMoviePlayerController *video = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:path]]; [video setBackgroundColor:[UIColor blackColor]]; video.scalingMode = MPMovieScalingModeAspectFill; [[ NSNotificat...

iPhone SDK:How do you play video inside a view? Rather than fullscreen.

Hi, I am trying to play video inside a UIView, so my first step was to add a class for that view and start playing a movie in it using this code: - (IBAction)movie:(id)sender{ NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath = [bundle pathForResource:@"Movie" ofType:@"m4v"]; NSURL *movieURL = [[NSURL fileURLWi...

Is there an opensource web based media player which can play all video formats,podcasts ,ppt slideshow and word doc presentation ?

Is there any open source, Flash- or Javascript-based media player which can play all video formats (like youtube) and pdf slide presentation (like scribd)? Is there any media player that can do both? Thanks in advance. ...

Can I use Basic HTTP Authentication with Android MediaPlayer?

Hi I cant find a way to use an url that requires basic auth when im useing mp.setDataSource(url); MediaPlayer mp = new MediaPlayer(); mp.setDataSource(url); mp.prepareAsync(); Anyone that got any ideas? ...

Err.. Duration of Song?

Hey all, how's it going? I'm makin' a little mp3 player here and I've pretty much got everything covered. I would like to be able to display the duration of the song but am kinda confused as to go about doing so. I've searched around the net and have seen so many examples that seem so long which makes me wonder if there's an easier way ...

msdxm.ocx and duration issues

This is a VB6 question. How does Windows Media Player compute duration? Is it possible to detect corrupt media files and do not compute duration on these? I sometimes get duration = 0, why does that happen? Thanks :) ...

Discovered: Run A Video In An Image

okay i have found the way to run a video in a image.... the procedure as given below 1 - Run a video in Windows Media Player 2 - While the video running, Press Print Screen 3 - Paste it in MS Paint 4 - Save the image in JPEG or BMP format 5 - Run any video in Windows Media Player again 6 - Now open that image, in Windows Page\Fax V...

Split wmv/wav file in WinForms application

I have a Windows Forms application, and I use an instance of Windows Media Player (via WMPLib) to play some audio/video files, either wmv or wav format. What I currently need to do is split the original file and "extract" one ore more clips from it, let's say 3-4 seconds from a specific point in time of the file. Any ideas how to do thi...

iSightAudio.plugin error when playing video using MediaPlayer

I am working on creating a simple iPhone app that plays a movie via URL. When I Build&Run to test in the simulator, it works fine; as soon as I start playing the movie, I get the following message in the console: [1757:4b03] Cannot find executable for CFBundle/CFPlugIn 0x820ffe0 </Library/Audio/Plug-Ins/HAL/iSightAudio.plug...