player

HTML Movie player in iPad modal dialog

Hello, I have modal view controller: [ self presentModalViewController: some_controller_ animated: NO ]; In this controller i have UIWebView with player - <video> tag. <video id="player" width="420" height="310" autoplay='true' controls> <source src='<TMPL_VAR NAME=VIDEO_URL>' type="video/mp4"/> </video> It has native contr...

Android Music Player

Somebody help me please , i am working on an android music player , using services to play it in background. But when i go back to the home screen from my application. while the music is playing in background and then I return back to my app again , so i need to know , how can i maintain the current UI of music player. Please post some ...

(discussion) challenges in creating a video player that can stream a video from remote server

hello guys...! I am jay, I am supposed to write a video player which should have a capability to stream a video from a remote server. There may be more than one video streams incoming. please do help me discussing the issues in developing such a player based on following points. Underlying framework for the player to use. Language ...

Open youtube video on bada phone

I have read in other sources that we can use Data API from Youtube to get the 3gp link and feed it to the native Video Player. The problem, i always receive "Bad Requestion" Error and don't know why Here is my code: url = L"rtsp://v3.cache6.c.youtube.com/CiILENy73wIaGQlvkzjVhV1k7BMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp"; ArrayList...

Video player for the site

Hello, I have to insert video into the site. The codec is mpeg4 (avi), I used http://github.com/zencoder/video-js as player (html5) with attributes: <source src="some.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> This works great in Google Chrome, but not in Firefox, IE, etc. Any ideas, why? Or what I have to do? Maybe conve...

Video Strucking issue

I created the custom flash video player using AS3.when i check the player with youtube downloaded flv files .the player is working fine and streaming well.When I use my encoded video( mov to flv using adobe media encoder cs5) the player is struck while playing and when full streaming completed the player is playing well. i tried with bu...

MPMoviePlayerController view disappearing when next/previous button is pressed

Hi all, I have this very strange problem. I create an MPMoviePlayerController in my view controller with the following code: player = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"vid96" ofType:@"mov"]]]; player.fullscreen = YES; player.controlStyle = MPMovieControl...

Stremaing a wav file to embedded Windows Media Player (wmp)

Hello, I have some questions about wav files (located in virtual directory in IIS) and streaming to an ASP.NET web page with an embedded Windows Media Player. 1) Is the wav file streamed or does playback wait until the whole file is downloaded to the client? 2) If wav files are not streamed what are some options to do so? 3) For secu...

Adobe Flash Player - video for playing a given .jpeg image sequence ??

Is there any possible way to play a .jpeg sequence using .flv player on-the-fly ? I mean, by not needing to convert the entire sequence into one single .flv ? Since I´m not familiar with flash neither action script, I was surfing the web in hope to find any templete or tips about similar things to that but I couldn´t... I will be very ...

adding .asx to windows media player 12 library problem

Hi friends I'm trying to listening web radio on WMP 12 but I need to add extension .asx to libary and choose the low connection but I could not find how to do ? in microsoft support site "http://support.microsoft.com/kb/977314" they gave hotfix but also howfix is not related to this Can anyone help me? ...

Media player libraries in Java

I am evaluating libraries for playing audio/video in Java. It does not need to be 100% Java; Java bindings to native libraries are perfectly OK. An external application that can be controlled from Java is also fine, as long as it can render video on a Java component. The target platform is Linux. Windows support is a plus, but not requi...

Callback functions from kaltura html5 video

Can anybody help me how to call video callback functions from kaltura html5 video player. ...

Is there a any way to use audio player without flash?

Hi, I would like to add a audio player in my html page. Is there any other way to play the audio file with a simple player without using flash player? And also is my idea right? Please provide me suggestion.....Thanks in advance.. ...

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 ...

Play AAC using the AudioFileStream

I want to play the AAC which comes from a service .like mp3.But It can not be played.anyone can help me. ...

sending sokect data to JMF player.

hey guys I have written a video player in JMF. I can successfully read a local file on my system and play it in the player. But now I have to use the socket video data which is received in buffer...! and pass this buffered data to the player... I have searched the web for long but I cudnt find how to pass the buffered data to the playe...

Develop mp3 player on Android platform

Hi all, I am just getting into android development, can anyone guide me how to develop an mp3 player on android platform? any suggestion is greatly appreciated. ...

Opening software keyboard on Android Flash 10.1

I'm developing a mobile Flash application (not an AIR app) running in the browser. According to Adobe: Flash Player 10.1 provides support for use of native device virtual keyboards with TextField support if no physical keyboard is detected. A virtual keyboard is automatically raised and lowered in response to focus changes ...

What is a good open-source/commercial web video player? Use Javascript? Flash?

I'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script cod...

Problem dismiss MPMoviePlayerViewController on play error

Hi, I have a problem with the MPMoviePlayerViewController: If the controller can't find the movie at the specified URL it displays a white screen and I can't make it go close. This is how I start the movie player: - (void) playVideo:(NSString*)path { NSURL* url = [NSURL URLWithString:path]; [[NSNotificationCenter defaultCenter] ad...