Kodi Community Forum

Full Version: Development update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have revised stream handling for VNSI. Now it detects e.g. audio language properly and makes sure that desired language (according to gui settings) is selected. Stream changes i.e. drop/add of audio language track will cause no stutter and make player select the desired track again.

A new version of vdr-vnsi-plugin is required. You allways find compatible versions in wsnipex testing ppa:
http://forum.xbmc.org/showthread.php?tid=116996

I am working on core player functions in order to get stream handling for recordings right as well. ffmpeg currently does not expose stream changes (pmt change). We are going to fix this.

The LiveTV settings dialog has a new section for addons. VNSI will make use of the for extended settings like timeshift or OSD. For the OSD an extension to the XBMC GUI framework is needed.
glad your keeping us up to date with VNSI's progress.
Recent vnsi fixes in opdenkamp repo:

- fix/support of audio AAC ADTS and AAC LATM
- fix E-AC3
- fix AC3 out of sync issue
- lots of changes under the hood

Post-Frodo (already implemented):

- VDR UI, see separate post
- trigger EPG update by server (also in osd branch)