Posts by rdoac

    Under VDR-Streamdev, I have xbmc/pvr set to 30 seconds timeout, as some stations take a while to syncronise with the pvr-input plugin. However, the vnsi plugin seems to ignore this and timeout without a stream in as little as 2 seconds. This requires multiple clicks into the channel before we can watch anything and means channel up / down doesn't work.


    I am looking at the code to work out what's missing, but can't seem to work out what's going on yet..

    Rolf on the VDR mailing list said that it was also Digicipher2? Either way, the station was available on my TV with Clear-Qam tuner which is what made me hunt it down in VDR. I had it for a while before I enabled update pids, but it never worked in vnsi. Probably for this reason.


    The channel is a local station, so shouldn't be encrypted. And it's Mpeg 2 anyway, regardless of what the stream type said. It could easily be comcast sticking the wrong flag on something and therefore a mistake, but several (Mainly PBS) stations seem to have it set as 0x80 instead of 0x02.


    Others have the CAID set when it's actually a clear channel, so I will probably patch my own VDR to not update the CAID..

    This fixes two issues with ATSC. One is that Comcast for some reason is telling VDR that some of it's video streams are type 0x80 instead of 0x02, the other fixes AC-3 playback for the pvr-input plugin using an HD-PVR box (again with Comcast AC-3/ATSC from a cable box as the AC-3 stream is passed through, it may not be a problem in Europe). It fixes the type of Private Stream.


    The 0x80 issue also needs patching in pat.c and remuxer.c in vdr itself.


    I have just retried the latest svn again after waiting a couple of months or so. Streamdev seems to work pretty much as it used to, but I quite like the look of the vnsiserver plugin.


    In vnsiserver, ac3 spdif sound seems all mixed up. ATSC here, in the US, only uses AC-3, but 5.1 sound only plays with Left and Right front speakers, so I can't hear any dialogue. On my HD-PVR, I get no sound at all, xbmc sees an AC-3 stream, but the info page says 0 speakers? However, the audio settings while the video is playing believes it to be a 5.1 audio track (which it is..) But nothing comes out. The same stream works fine(ish) in streamdev/xbmc.


    vnsiserver seems much better with the hdpvr as it doesn't start and stop the stream three times like streamdev does.. (Big blue light flashes on the hd-pvr box when it's being used.)


    Streamdev will not display output correctly from my pvr500 card using pvrinput. It works with vnsi and obviously vdr-sxfe..


    Rob

    In both streamdev and vnsi the EPG offset doesn't seem to work.


    I am 6 hours behind GMT, however, when XBMC first loads it doesn't load epg entries for 5 hours. So at 7am, the first program to show up in the epg is at 12pm.


    I can fix this by commenting out the TimeOffset in:


    ~/xbmc/addons/PVRClient.cpp



    Not sure how to get this fixed, I have been trying to point it out for a few months now..