Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good morning,
How are you?


I'm doing an application that will use a video player,
with the Windows Media Player works well, but the people are complaining that forward speed is very slow.

I'm wanting to do a player, Can you help me?

Thanks

William
Posted

Consider using an alternative: VLC Player: http://en.wikipedia.org/wiki/VLC_media_player[^], http://www.videolan.org/vlc[^].

A wrapper for .NET is available, see http://wiki.videolan.org/C_Sharp[^], http://wiki.videolan.org/.Net_Interface_to_VLC[^].

—SA
 
Share this answer
 
thanks,

I'm using VLC too, but When I advance the player is very good , but when I back the player
The speed is diferrent, is slower
 
Share this answer
 
Comments
Richard MacCutchan 12-Jul-11 11:46am    
I would not expect you to be able to write a faster player than the systems already available, unless you are a very clever programmer (which, of course, may be true).
william ormundo 12-Jul-11 11:52am    
:)
william ormundo 12-Jul-11 11:57am    
good!!
This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900