I know exactly that my player can playback .vob files. I had test it it on local files. But when I am trying to open files from DVD disk (.vob too) i have some troubles. I can playback jast commercial video.
Apparently commercial video is not protected. So how I can playback films from DVD disk?
some part of my code:
try
{
var stream = await file.OpenAsync(FileAccessMode.Read);
this.mediaElement.SetSource(stream, file.ContentType);
}
catch (Exception e)
{
}
and i have no exception.
I'll try to copy this stream to file, but it copy protected. So i can't check this video stream. If i use dvd disk without copy protection all works fine.
My stream copy code sample: http://1drv.ms/1IralKG