Page 1 of 1

DVD Playback failure

Posted: 02 Jul 2015 21:55
by cinex
Hello,
my name is Ingo and I am new here to this forum. I develop a SDK to burn DVD and BD for video. However, while testing my SDK I found out that the VLC media player cannot playback some of my burned video DVDs. All players I have, like WinDVD, PowerDVD, Nero, Arcsoft, PS3, PS4, XBOX ,Samsung Stand Alone Player, Pioneer Stand Alone Player and so forth can playback this video DVDs but not VLC. I made some bit compares, analyze with ISOBuster, check sectors, verify with IFOEdit but finaly I cannot find any difference.

I anybody here who can check this issue with the LibDVDNav? I think there have to be a problem with this lib. The Debug output I got from VLC. Note, this DVD do not have a menu.

Code: Select all

main debug: adding item `dvd:///D:/' ( dvd:///D:/ ) qt4 debug: Adding a new MRL to recent ones: dvd:///D:/ main debug: processing request item: dvd:///D:/, node: null, skip: 0 main debug: rebuilding array of current - root Wiedergabeliste main debug: rebuild done - 2 items, index 1 main debug: starting playback of the new playlist item main debug: resyncing on dvd:///D:/ main debug: dvd:///D:/ is at 1 main debug: creating new input thread main debug: Creating an input for 'dvd:///D:/' main debug: meta ok for (null), need to fetch art main debug: using timeshift granularity of 50 MiB, in path 'C:\Users\Ingo\AppData\Local\Temp' main debug: `dvd:///D:/' gives access `dvd' demux `' path `/D:/' main debug: creating demux: access='dvd' demux='' location='/D:/' file='D:\' main debug: looking for access_demux module matching "dvd": 12 candidates main debug: looking for meta fetcher module matching "any": 1 candidates lua debug: Trying Lua scripts in C:\Users\Ingo\AppData\Roaming\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac main debug: using meta fetcher module "lua" main debug: removing module "lua" main debug: searching art for dvd:///D:/ main debug: looking for art finder module matching "any": 2 candidates lua debug: Trying Lua scripts in C:\Users\Ingo\AppData\Roaming\vlc\lua\meta\art lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac main debug: no art finder modules matched main debug: art not found for dvd:///D:/ qt4 debug: IM: Setting an input dvdnav debug: trying to go to dvd menu dvdnav warning: cannot go to dvd menu main debug: using access_demux module "dvdnav" main debug: looking for meta reader module matching "any": 2 candidates lua debug: Trying Lua scripts in C:\Users\Ingo\AppData\Roaming\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.luac main debug: no meta reader modules matched main debug: `dvd:///D:/' successfully opened dvdnav debug: DVDNAV_HOP_CHANNEL main error: ES_OUT_RESET_PCR called dvdnav warning: cannot get next block (Error opening vtsN=1, domain=3.) dvdnav debug: jumping to first title dvdnav debug: DVDNAV_HOP_CHANNEL main error: ES_OUT_RESET_PCR called dvdnav warning: cannot get next block (Error opening vtsN=1, domain=3.) main debug: finished input main debug: removing module "dvdnav" main debug: dead input main debug: changing item without a request (current 1/2) main debug: nothing to play qt4 debug: IM: Deleting the input

Re: DVD Playback failure

Posted: 16 Jul 2015 18:08
by Jean-Baptiste Kempf
It could be an issue in libdvdnav, yes. This HOP-CHANNEL is weird.