Search found 3 matches

Go to advanced search

by mowpy
26 Apr 2016 18:02
Forum: Development around libVLC
Topic: How to debug libvlc inside managed C# application
Replies: 3
Views: 547

Re: How to debug libvlc inside managed C# application

Did you put break point in your code ?
If yes, try with and without, in my code it was the problem
by mowpy
21 Mar 2016 17:23
Forum: Development around libVLC
Topic: Set subtitles from video
Replies: 3
Views: 513

Re: Set subtitles from video

Hi,

I'm using this to get vlc on my app : https://github.com/martijn00/VlcXamarin (from nuget)

tilleke : thx for answering i'll try as soon as possible :)
by mowpy
14 Mar 2016 11:21
Forum: Development around libVLC
Topic: Set subtitles from video
Replies: 3
Views: 513

Set subtitles from video

Hi there, I'm developping a vlc player with some controls and it work fine for now, I already add the "SetAudioTrack" to choose audio track and it work fine, with this code : _VlcOptionAudio.SetItemChecked(e.Position, true); // the position is choose by the client from a list _mediaPlayer....

Go to advanced search