Page 1 of 1

Video_TS

Posted: 02 Apr 2015 19:10
by DaveLister
Hi -

I have some films stored on my harddrive in a VIDEO_TS folder. AFAIK these are basically an image of a DVD. Now my problem is how I can play ALL files automatically using libVLC calls ? I have googled this matter but after about an hour of not getting very far - I decided I would bother you guys for some help :).

from what little I can gather, it a matter of creating a medialist. Must admit, thats about as much as I can gather. I did look at the docs, but without having an overview of the correct approach - there are so many various ways to attempt it.

So, I have all of the VOB files in a location called VIDEO_TS and I would like to load all these and play them automatically (as if you placed a DVD in your drive.) I am using Delphi, so dont expect any specific code - but even pseudocode would point me in the right direction (which function calls to make etc.)

Cheers..
Dave.

Re: Video_TS

Posted: 03 Apr 2015 10:31
by RĂ©mi Denis-Courmont
Tell (Lib)VLC to open the parent directory, i.e. the directory that contains the VIDEO_TS directory and would be the root of the disc.

Re: Video_TS

Posted: 04 Apr 2015 06:57
by DaveLister
Excellent!

Thanks a lot m8 - works a charm :)

Dave.

prevent user capture my video

Posted: 04 Apr 2015 13:53
by amirsamani
hello,i use liblvc in my c# application and i want user can't capture my video ,i know that if i select directx (directdraw) video output (in tools->prefrences->video->directx (directdraw) video output),user can't capture my video in vlc player,how can i select this video output in libvlc?