Questions tagged [audiovideoplayback]

The AudioVideoPlayback application programming interface (API) provides for basic playback and simple control of audio and video files.

The AudioVideoPlayback application programming interface (API) provides for basic playback and simple control of audio and video files. For more information, see the Microsoft.DirectX.AudioVideoPlayback managed code reference documentation.

AudioVideoPlayback implementation is internally using DirectShow API.

62 questions
2
votes
3 answers

Why am I having issues with Video.js playing in IE9

Below is the code I am using for the video tag. I basically copy and pasted it off of the Video.js website (then updated with my own file names). At first I could get Chrome to work but not Firefox or Internet Explorer. Then I changed the "webm"…
1
vote
0 answers

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 switch instantly from Side-By-Side to anaglyph and…
Marijn
  • 11
  • 2
1
vote
1 answer

Can i open native video playback for both (Androidt / IOS) With React Native?

How can I open a video in native playback ?! Like anime, streaming apps, etc... It doesn't work Linking.openURL('video:http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4'); }
1
vote
2 answers

Get quicktime API for windows

Possible Duplicate: Installing just Quicktime libraries on 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…
user851296
  • 121
  • 3
  • 6
1
vote
2 answers

How to speed up youtube's videos more than 16x with javascript?

I use document.getElementsByClassName("video-stream html5-main-video")[0].playbackRate = x; and x from 0 to 16. There is an error if it bigger than 16 VM308:1 Uncaught DOMException: Failed to set the 'playbackRate' property on 'HTMLMediaElement':…
1
vote
1 answer

Extract audio from video in python

I am trying to extract the audio file from a video file and save it to a wav file and then again combine the audio and video together in python3. I have found many tutorials using ffmpeg but I don't want to use any external tool to do the task. It…
Sandipan
  • 683
  • 8
  • 25
1
vote
3 answers

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 another video. so far i have manage to play a video…
Psychocryo
  • 11
  • 1
  • 3
1
vote
1 answer

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 using QTKit). When this happens I see the video…
1
vote
1 answer

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 looking through the archives of questions, I…
Jeff Bonta
  • 21
  • 2
1
vote
1 answer

Reduce the size of apk with lots of audio and video files

I have an app that uses lots of audio and video files which increases the size of the apk. I don't want the user to download the audio and video files from the internet every time, I want to bundle it with the apk. What are the design options…
megjosh
  • 101
  • 1
  • 9
1
vote
1 answer

gstreamer playbin only video

I am using the following pipeline gst-launch-0.10 playbin2 uri=file:///mnt/hash.mp4 video-sink="imxv4l2sink" flags=0x57 This works fine for the video file ( mp4 ) which doesn't have video in it. But when I pass a mp4 file which has both video and…
md.jamal
  • 4,067
  • 8
  • 45
  • 108
1
vote
1 answer

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 XVid or H264, it is supposed, that components…
VitalyVal
  • 1,320
  • 12
  • 13
1
vote
1 answer

Frame Drop issue with video playback

I am experiencing frame drop issue with video playback. We just moved from ICS to KK4.4. Video is very small 320x240 resolution. There is no audio to make things simple. Systrace is at following location:…
1
vote
0 answers

Vuforia video playback video detection issue

I am trying to detect 30 targets and play different video for each target. The problem I am facing is after some 20 images, somehow the videos dont play(I get a cross sign). Also is there some way to load a video that is required to play and unload…
Vivek Molkar
  • 3,910
  • 1
  • 34
  • 46
1
vote
1 answer

Vuforia VideoPlayback Fullscreen

Am new to vuforia and unity. In vuforia's Video playback sample the video plays on the marker and if I double tap and choose Fullscreen from the options it plays in Full screen. I created a UI button and want the video to be played in fullscreen…