Hi.
Ive created a simple player(and i mean really simple) to learn/test VideoLan.Interop from Kairos. Here are the source and executable.
http://www.syairin.com/SimplePlayer.7z
Steps
1. Extract to a folder
2. copy all dll from the main directory of latest videolan installation (tested with 0.9.4) to SimplePlayer\bin\Debug
3. copy plugins folder from the main directory of latest videolan installation (tested with 0.9.4) to SimplePlayer\bin\Debug
4. compile and run
Notes
1. the reason im using panel for video handle is because Kairos is using it for its video handle
2. the purpose of this is for learning. although i tried it to be as resource friendly as possible
3. if you have suggesion, feel free to comments
4. playlist is not implemented. maybe next time. maybe using videolan playlist, or .net playlist. i donno which one is better. although i believe, a .net playlist would be better
5. if you think i have bad naming habits, feel free to suggest
Features
1. Media position slider
2. Able to open media from files, streaming, etc. Can handle MRL options. see list of options here
http://wiki.videolan.org/VLC_command-line_help
3. Volume slider
4. Play, Pause, Stop
Next
1. playlist
2. display metadata
3. (any suggestion)
Thanks.