The audiovideoplayback tag has no wiki summary.
2
votes
1answer
85 views
Android - Load video from private folder of app
I have a problem that I have been trying to find a solution for a long time. My situation is as follows:
I have an app that downloads zipped videos and unzips them at the application's private folder ...
2
votes
2answers
196 views
Could Java based video player be fast enough? [closed]
I was looking for Java based video player, no, I don“t need it. Just to see if, and how many Java video players are there. To my big surprise, I found none. At least none any popular one, such as ...
2
votes
0answers
426 views
Flex 4 > spark.components.VideoPlayer > How to switch bit rate?
The VideoPlayer (possibly VideoDisplay also) component is capable of somehow automatically picking the best quality video on the list it's given. An example is here:
...
1
vote
0answers
51 views
is this possible? Video playback on ie7 and ie8 without Flash player
Is it possible to develop a webpage on which users (most of them use older than ie9 versions) must be able to play a video without enforcing the user to install any plugin or program. Is this a ...
1
vote
0answers
169 views
How does YouTube 3D flash player instantly switch to anaglyph in 1080p?
A 3D Youtube movie like this: http://www.youtube.com/watch?v=SmV4ieSpk4k can be watched in various 3D technics. I want to make a simular player but I can't understand how YouTube's 3D player can ...
1
vote
1answer
90 views
QTKit makes my program freeze when attempting to play a video while recording sounds from an other source
I have an application where I use QTKit to acquire realtime information about the sounds surrounding the machine. While this is happening some user events may launch the playback of a video (still ...
1
vote
1answer
179 views
Will iPhones webViewDidFinishLoad Detect End of Playback" of Streamed Audio File
I am trying to detect the end of playback of a podcast stream. I am using a loadRequest:[NSURLRequest requestWithURL:location] to load the web page that contains the mp3 file being played back. After ...
1
vote
1answer
229 views
Scheme to play video file in own container format on Mac OS X
I am planning to write an application (C/C++/Objective-C) that will
play media files in own (private) container format. The files will
contain: multiple video streams, encoded by a video codec (like
...
0
votes
0answers
58 views
Titanium Mobile videoPlayer on Android not working
I'm trying to play a .mp4 by clicking a button. I've tested this with different SDK's, heres the results:
1.7.5: Black screen when pressing button
1.8.0.1 & 1.8.1: Nothing happens
The event is ...
0
votes
1answer
126 views
Play video file from a memory stream
Just curious to see if this is possible. I have a windows application that reads all the bytes from a .avi file situated on my pc and then stores it in a byte[]. So now I have the avi file in memory, ...
0
votes
0answers
116 views
Loop video in custom Ffmpeg VideoPlayer
I am creating an Ffmpeg-driven video player in c++ on windows and want the ability to loop the input video but can't seem to be able to get it working.
Is the only way to mess around with ...
0
votes
1answer
124 views
Get quicktime API for windows
can anyone tell me if there is an QUICKTIME API for windows? i just found some documentation, but all it was explained in objective c. is there the same in any other programming languages?
Thanks in ...
0
votes
0answers
56 views
Actionscript 2.0 Scrubber: Seeking Bug
I am brand new to Actionscript and I have run into a unique bug where the scrubber intermittently shifts or cuts out when seeking back in a clip. I have researched other forums out there to see if ...
0
votes
0answers
232 views
Using DirectShow in C# tutorials/resources
I have been looking around for a way to play video files in sync for a long time and have been using C# WPF to mess around with MediaPlayers MediaElements etc. all to no avail. After reading the ...
0
votes
0answers
477 views
c# using Microsoft.DirectX.AudioVideoPlayback how to play next video after one is finished
i am able to put a video in my windows form.
my question is how do i make it when it finishes playing the video,it starts to play another video? meaning like in a sequence. after it finishes, play ...
0
votes
3answers
70 views
Any simple way of playing media files in .NET?
are there any ways to play media files inside a WinForms application without having to struggle with VLC controls or similar?
What I'd like to do is to open movies or audio files inside, say a panel, ...
0
votes
1answer
920 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
1answer
44 views
Customizable Flash Player?
I am looking for a customizable flash player which can do the following:
Be given a playlist and will play the videos in succession
Can support ads at the bottom (like what we see on YouTube player)
...
0
votes
1answer
618 views
Android - How do I capture and loop video to the screen?
I was wondering if anyone knows of a tutorial explaining how to capture the video from the camera on an Android device and then display the video in real time on the screen?
I have looked up ...