Search found 6 matches

Go to advanced search

by benshole
24 Nov 2008 13:00
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83034

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

I think i found a solution to the problem i was having changing media. I thought i would just throw it up here incase anyone else was having a similar issue. The problem i was having was that when calling video_set_parent the libvlc_core object was losing its handle. I sorted it by creating a new in...
by benshole
18 Nov 2008 16:07
Forum: VLC media player for Windows Troubleshooting
Topic: Marx c# wrapper change media
Replies: 1
Views: 205

Re: Marx c# wrapper change media

After some more debugging. It appears the video_set_parent call is voiding the libvlc_core object because it throws a (Attempted to read or write protected memory. This is often an indication that other memory is corrupt.) exception. Someone else has had a similar problem in the Marx wrapper thread ...
by benshole
14 Nov 2008 20:08
Forum: VLC media player for Windows Troubleshooting
Topic: Marx c# wrapper change media
Replies: 1
Views: 205

Marx c# wrapper change media

I am trying to use Marx's brilliant c# wrapper in a project and I need to change the media playing in the vlc instance. If i try to reassign the media it works if i re-create the libvlc_media object and pass it to the player object again. As long as the player hasn't had video_set_parent called. Doe...
by benshole
13 Nov 2008 19:13
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83034

Changing Media

Hey Guys, Using the C# wrapper in an application and i need to rapidly change from one piece of media to another. I *assumed* this could be done by re-initiating a libvlc_media object with a new file path. Then assign the libvlc_media_player the changed media object. When i do this i get an exceptio...
by benshole
29 Sep 2008 18:55
Forum: VLC media player for Windows Troubleshooting
Topic: 0.9.x c# wrapper?
Replies: 1
Views: 222

Re: 0.9.x c# wrapper?

My apologies! I didnt see the big entry for a c# wrapper.

The Search function ommits "#" characters, and "." characters so my searches for c# and .net were a bit fruitless!!!!

Sorry guys, i DO use the search!

Ben
by benshole
29 Sep 2008 18:44
Forum: VLC media player for Windows Troubleshooting
Topic: 0.9.x c# wrapper?
Replies: 1
Views: 222

0.9.x c# wrapper?

Im writing an application utilizing VLC for media. At the moment i am using the c# wrapper listed on the forum (not the wiki as it didnt work) Does anyone know of any wrappers that work for newer releases (currently on 0.8.6 or something) so i can use a more featured and bulletproof vlc? ANY help is...

Go to advanced search