Kodi Community Forum
VDR (LinVDR) PVR Addon back-end client (StreamDev or VNSI based) built-into XBMC? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: VDR (LinVDR) PVR Addon back-end client (StreamDev or VNSI based) built-into XBMC? (/showthread.php?tid=951)

Pages: 1 2 3


- Gamester17 - 2008-08-18

Alcoheca has his own seperate branch in the SVN with code for the upcoming EPG and PVR client API (which will not make it into the trunk/mainline SVN until after the 'Atlantis' release), Alcoheca is however only working on the MythTV client plugin but the API is meant to enable you to code additional PVR client plugins using the same API. Read this:
http://wiki.xbmc.org/?title=GSoC_-_Unified_PVR_Frontend

Also see these topic threads:
http://forum.xbmc.org/showthread.php?tid=28918
http://forum.xbmc.org/showthread.php?tid=32212
http://forum.xbmc.org/showthread.php?tid=34186

Feel free to lobby programers to write their own PVR client plugins, like for example linvdr, but understand that it is still under development so the API may change over time.


- Gamester17 - 2008-09-11

FYI; those you you who do not want to wait for the unified PVR interface can use this python plugin for XBMC:
http://forum.xbmc.org/showthread.php?tid=36988

Wink


Support for DTS audio with VNSI for TV - hman - 2010-12-23

Hi all,
i using XBMC for my htpc and i using also a dvb-s2 adapter to see also tv channels on my pc. I using vdr and vnsi plugin to connect xbmc to vdr, but i can't listen audio on channels that have ac3 or dts audio.

please could you add this support to vnsi plugin ?

best regards
Armando B.


- hman - 2010-12-24

Could you help me ?


- hman - 2010-12-25

VNSI plugin is very stable with Dharma 1.0 so i would like to use it as TV solution but demuxer_DTS.c need to be complete to support also DTS audio.

I hope that someone could support it.

Bye
Armando B.


- hman - 2010-12-27

please, is this feature scheduled ?


- hman - 2011-01-01

i trying to use streamdev with Dharma but each time i try to go on a channel, after some seconds of black... xbmc crash

i download streamdev from
http://projects.vdr-developer.org/git/?p=vdr-plugin-streamdev.git;a=summary

so i put it in vdr (1.7.16) plugins sources folder and build it with
$ make plugins

build is ok, i start it using
-P'streamdev-server -r /etc/vdr/plugins/streamdev-server/externremux.sh ' \

when i launch xbmc on top start EPG sync bar, but if i enter in Live TV section and try to go on a channel.... black screen ... and crash.

i saw that in streamdev folder under xbmc repos ( https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/ ) there are some patches, i don't apply any patches, i only build plugin from tarball.
Could be this the problem ?