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
8
votes
3 answers

Play video without using media player [Winform]

I want to play a video like that guy did [link]. I'm working on C# Windows Form Application (not NXA). But I don't know how. I tried using Microsoft.DirectX.AudioVideoPlayback but no luck. This is what I tried so far : OpenFileDialog rihanna = new…
Superzarzar
  • 509
  • 2
  • 8
  • 16
5
votes
0 answers

Support playback speed rate using ExoPlayer

Does Exoplayer support playback speed changes in Video (MP4 and HLS) ? If not, does anyone have a suggestion on how to implement this kind of feature ?
Gilad Eshkoli
  • 1,253
  • 11
  • 27
5
votes
1 answer

How can I change my VLC playback speed fine grain in real time?

I am doing research where participants run on a treadmill and I project a video of a trail in front of them. What I am attempting to do is change the speed of the video in relation to the participant changing their speed on the treadmill. I've seen…
4
votes
1 answer

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 and more specifically at a subfolder. For example…
Sotiris Falieris
  • 911
  • 1
  • 10
  • 18
3
votes
2 answers

Could Java based video player be fast enough?

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 VLC,WMP and so. I thought there are some Java…
B.Gen.Jack.O.Neill
  • 8,169
  • 12
  • 51
  • 79
3
votes
0 answers

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…
3
votes
0 answers

Android LibVlc integration and streaming issues (slow stream, stuttering, only audio play etc)

I want to integrate libvlc in my Android app to play live video stream that is in m3u8 format. To achieve that I have downloaded a sample source code from here that is a demo to play videos. It is mentioned that we have to first compile vlc for…
3
votes
1 answer

Error playing video using Microsoft.DirectX.AudioVideoPlayback; assembly version error

I am trying to embed video on c# windows form based application, using assembly Microsoft.DirectX.AudioVideoPlayback but getting following error Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0…
Yousuf Soomro
  • 169
  • 2
  • 3
  • 10
2
votes
0 answers

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 "mission impossible" case at this moment? Note that I…
mnish
  • 3,877
  • 12
  • 36
  • 54
2
votes
1 answer

Microsoft.DirectX.AudioVideoPlayback play the same video on 2 panels

I'm using Microsoft.DirectX.AudioVideoPlayback to successfully play a video in a panel which will be shown on a form to an external monitor / TV. We wish to be able to see the same video on the computer screen at the same time on another form but…
2
votes
1 answer

Could not load file or assembly X or one of its dependencies. is not a valid Win32 application. (HRESULT: 0x800700C1)

OS: Windows 8.1 64 I tried to play multiple sounds in VB.Net with DirectX, there are no errors in my code. The problem is whenever the event is fired I get this error System.BadImageFormatException was unhandled Message: An unhandled exception…
Pain
  • 185
  • 1
  • 2
  • 14
2
votes
1 answer

Seamless Video Playback Using Media Foundation

I have been trying to achieve Seamless video playback using Microsofts Media Foundation and C++. I have successfully created a playlist and have videos that play in a loop but it is far from seamless. Depending on the file format there is anywhere…
Derek Cody
  • 21
  • 1
2
votes
1 answer

Display a Control over video playing via Microsoft.DirectX.AudioVideoPlayback

I have a C# Windows Form application that plays local videos. I would like to overlay a small form with controls over the video while it is playing. The video is owned by a panel and I have tried to create another panel that contains controls like…
2
votes
0 answers

CIFS/SMB vs HTTP/RTSP streaming to share video files

I was designing a video management system for multiple clients where the recording server is supposed to record video clips to its local drive and then whenever the client wants to playback these recorded videos, it should be shared with the client.…
Saurabh Gandhi
  • 351
  • 5
  • 21
2
votes
0 answers

Record Android screen change steps and playback

I want to save the screen changes (events) in an Android screen. And then play it back when needed. Recording should not be in video mode but step wise (somewhat like UI testing) Can anyone tell how to proceed?
Anjani
  • 62
  • 6
1
2 3 4 5