Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
744 views

DirectShow EVR resizing window problem

So I've been looking into the world of media playback for windows and I've started making a C# Media Player using DirectShow. I started off using the VRM-7 windowed video renderer and it was brilliant ...
0
votes
1answer
204 views

HTML5 Audio Playing multiple files through a single audio player

I am building an html5 audio player that needs to function across a range of devices. I have it working on the iPad but not on an iPod touch. in my player the user is presented with a list of songs. ...
0
votes
1answer
79 views

An Accurate Means of Determining Playback Time in MPMoviePlayerController

I am developing an iPhone app which uses the MPMoviePlayerController class to show movies, and it is required to do some quite precise analysis of these movies. The problem I have is that the property ...
0
votes
0answers
53 views

unable to mix app audio with ipod app audio on changing Audio Session categories

I am trying to build an VOIP app on iOS 4.3.2 that switches audio session categories when a call is active. Default category I use is MediaPlayback and when VOIP call is active, I switch to ...
0
votes
0answers
147 views

Playing very short audio with MediaPlayer on Android

i've a tick audio file (.m4a) which is shorter than 1 second. I need to play this audio file when a user interacts with a button . This is my currently testing sourcecode: final AudioManager ...
0
votes
2answers
469 views

Can not seek with MPMoviePlayerController

I am going to seek timeline on MPMediaPlayerController. I tried with the undocumented method setCurrentTime of MPMediaPlayerController as follows. [player setCurrentTime:1.f]; Then the apple ...
0
votes
1answer
858 views

Playing a video in Windows Phone 7

I'm trying to play a WMV file in WP7 using a MediaElement control, but I always get an "ag_e_network_error" exception in the MediaFailed event of the MediaElement control. I found this solution, but ...
0
votes
2answers
712 views

SpeedRatio & MediaTimeline

I'm trying to be able to affect SpeedRatio on a MediaElement whilst having the media play in a continous loop. This is possible through code behind; I can reset the position of the media once it ...
0
votes
2answers
514 views

WPF wmv/mpg files skipping and jumping

I am trying to play some WMV/MPG files using the MediaElement control and for some reason, the video files jump and skip while they are playing. I have played them on their own, outside of the WPF ...
0
votes
1answer
195 views

mx:MediaPlayback Flex tag

I'm trying to compile gui/flex/songs.mxml in the fourth edition of Bruce Eckel's Thinking in Java book and am getting a compilation error with Flex 3.4. Here is a simplified version of the example ...