Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

LS,

 

May I ask to share your expriences in playing movie files (e.g. using the mediaplayer control) in a VB.Net application?

 

Is there a better/other way next to the interop-solution with Mediaplayer to play AVI movies inside a VB app?

 

The app needs to be able to start, stop, pause, FF, RW AND set/get the frame position of the movie.

 

Thank you for any/all feedback!

 

Regards.

Posted

The challenge is that I want to deploy the app though an Internet server ("smart client" as MS calls it). Using de Mediaplayer OCX requires an additional preinstallation on the client computer. Past experiences with a VB6 app have shown that this creates problem on a few % of the client computers.

 

I'd hoped for a pure .Net assembly-based solution, and you're right, decoding the AVI with self-written code is not the way to go. (I could never reach a testing base that is broad enough to allow me to acheve the necessary robustness for the code.)

 

Incidently, can anyone point me to a resource where I can find some sample code to decode AVI files?

 

Thanks for the feedback!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...