Search found 3 matches

Go to advanced search

by vlcjean
05 Nov 2008 09:43
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20218

Re: C# example

My server is a basic Apache server. No special paramters are necessary. As I said, when I open a remote file with the VLC player, I specify the link (http://localhost/myVideoFile.mp4) and the file is played. No configuration or explicit port is required. But when I try to open the same link from my ...
by vlcjean
05 Nov 2008 08:48
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20218

Re: C# example

Yes, it is.
by vlcjean
04 Nov 2008 16:21
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20218

Re: C# example

Hello, I'm trying to integrate VLC in a small C# application using the activeX plugin. I'm able to play a local file with the following code: int res = this.axVLCPlugin2.playlist.add(myVideoFile, "local file", null); this.axVLCPlugin2.playlist.play(); But I when I replace the local video p...

Go to advanced search