XBMC Community Forum
How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Linux and Live support (/forumdisplay.php?fid=52)
+---- Thread: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs (/showthread.php?tid=116996)



- kobik - 2011-12-28 20:14

fritsch Wrote:Ah, sorry i did not express myself right. Meant: I doubt it is clean after copying files into this directory :-)

OK, clean start from now.
The only thing I did is importing my video DB and enabled VNSI and one more plugin.
Hope XBMC will now play nice Smile


- kobik - 2011-12-31 21:00

Guys,
How do I enable SPDIF?
Thnx


- kaze - 2012-01-01 22:03

Hello, thanks for your work first and happy new year.
Unfortunately the latest build breaks the ability to play .iso files, could you have a look please?


- wsnipex - 2012-01-01 23:40

if there is an issue with iso files, then it is probably from upstream. please provide more info, starting with a full debug log.


- kaze - 2012-01-02 00:28

23:27:52 T:140678559762304 NOTICE: DVDPlayer: Opening: /mnt/video/FILMS/Metropolis.(2002)/Metropolis.iso
23:27:52 T:140678559762304 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:27:52 T:140678164117248 NOTICE: Thread CDVDPlayer start, auto delete: false
23:27:52 T:140678164117248 NOTICE: Creating InputStream
23:27:52 T:140678164117248 INFO: msg: libdvdnav: Using dvdnav version 4.1.3
23:27:52 T:140678164117248 INFO: msg: libdvdread: Using libdvdcss version 1.2.10 for DVD access
23:27:52 T:140678164117248 INFO: msg: libdvdnav: vm: DVD Title:
23:27:52 T:140678164117248 INFO: msg: libdvdnav: Unable to find map file '/home/xbmc/.dvdnav/.map'
23:27:52 T:140678164117248 INFO: msg: libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
23:27:52 T:140678164117248 INFO: msg: libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
23:27:52 T:140678164117248 DEBUG: libdvdread: Can't open file VIDEO_TS.IFO.
23:27:52 T:140678164117248 DEBUG: libdvdnav: vm: failed to read VIDEO_TS.IFO
23:27:52 T:140678164117248 ERROR: Error on dvdnav_open
23:27:52 T:140678164117248 ERROR: CDVDPlayer::OpenInputStream - failed to open [/mnt/video/FILMS/Metropolis.(2002)/Metropolis.iso] as DVD ISO, trying Bluray
23:27:52 T:140678164117248 WARNING: CreateFile, error 20 opening file </mnt/video/FILMS/Metropolis.(2002)/Metropolis.iso/BDMV/index.bdmv>, flags:800, mode:124.
23:27:52 T:140678164117248 ERROR: CDVDPlayer::OpenInputStream - error opening [/mnt/video/FILMS/Metropolis.(2002)/Metropolis.iso/BDMV/index.bdmv]
23:27:52 T:140678164117248 NOTICE: CDVDPlayer::OnExit()
23:27:52 T:140678164117248 NOTICE: CDVDPlayer::OnExit() deleting input stream
23:27:52 T:140678559762304 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
23:27:52 T:140678559762304 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
23:27:52 T:140678559762304 ERROR: Playlist Player: skipping unplayable item: 0, path [/mnt/video/FILMS/Metropolis.(2002)/Metropolis.iso]
23:27:52 T:140678559762304 DEBUG: Playlist Player: no more playable items... aborting playback
23:27:52 T:140677851936512 NOTICE: Thread Background Loader start, auto delete: false
23:27:52 T:140678559762304 NOTICE: CDVDPlayer::CloseFile()
23:27:52 T:140678559762304 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:27:52 T:140678559762304 NOTICE: DVDPlayer: waiting for threads to exit
23:27:52 T:140678559762304 NOTICE: DVDPlayer: finished waiting
23:27:52 T:140678559762304 DEBUG: LinuxRendererGL: Cleaning up GL resources
23:27:52 T:140678164117248 DEBUG: Thread CDVDPlayer 140678164117248 terminating


Next steps for XvBA support - grad - 2012-01-02 16:32

@fritsch,wsnipex: I've been wondering about the next steps for this project. Somewhere in this thread you mentioned that XvBA support will most likely not land in Eden, which is sad but understandable. So what happens after Eden will be released? Will you rebase and maintain your code in git/launchpad? Is a merge into Eden after it's release likely, or will then only bugfixes be accepted by the xbmc project and XvBA will have to wait for the next major release?

I'm asking out of curiosity and also because I'm waiting for a fix of the dreaded Linux DVD player bug.


- fritsch - 2012-01-02 17:38

The plan, as we last talked was the following:
merge xvba into xbmc-pvr, merge xbmc-pvr into mainline.

xbmc-pvr is pretty much up to date with mainline. Lars just rebased yesterday. Fernetmenta rebased (on lars, our upstream) just today. So all the mainline fixes should be in our xvba version as of now.

We are just discussing on building new uptodate packages. We also want to integrate libbluray dependency to get the isos playing.


- grad - 2012-01-02 21:34

Thanks for sharing that, sounds like a reasonable plan!


- wsnipex - 2012-01-03 00:04

I just pushed new packages to the ppa.

changelog:
.) reworked reference clock
- sync playback to display works now with method video clock
- method audio clock still has issues
.) libbluray support
- Isos do work now


- kaze - 2012-01-04 00:59

wsnipex Wrote:I just pushed new packages to the ppa.

changelog:
.) reworked reference clock
- sync playback to display works now with method video clock
- method audio clock still has issues
.) libbluray support
- Isos do work now

libbluray tested ok, iso works too

Thanks a lot