[vlc-devel] CLI Bindings : AccessViolationException on player
Developer
developer at noknok.net
Tue Dec 8 18:01:38 CET 2009
Damien wrote:
> I have tried to use this wrapper (from wiki)
> : http://forum.videolan.org/viewtopic.php?f=32&t=52021
> <http://forum.videolan.org/viewtopic.php?f=32&t=52021>
> With their latest svn version, with their solution called
> "VideoLan.Interop_1.0.0".
>
> I have an AccessViolationException when trying to read the MRL of a
> media after it has been created.
> Without trying to read MRL, the player does not work. VLC does not
> raise exceptions, but nothing happens.
>
> Will try other wrappers...
>
> Damien
>
>
Damien -
What version of VLC are you running with this wrappper? I have
successfully been using the 1.0.0 wrapper up and until the latest public
release of VLC (1.0.3) without issue?
Also for logging - have you tried enabled logging interface to a file?
Dim optsdebug() As String = {"-I", "dummy", "--plugin-path=" &
_VLCPluginPath, "-vvv", "--extraintf=logger",
"--logfile=c:\ffmpeg\VlcLog.txt"}
_VLC = New VideoLan.VideoLanClient(_VLCPath, optsdebug)
Shawn
More information about the vlc-devel
mailing list