[mythtv-users] live tv "jump program file buffer" error

EJS ejshoor at yahoo.com
Fri Mar 15 11:03:32 UTC 2013


>> when i bring up 'watch live TV' it works, untill i change the channel. 
>>> then i get the 'error opening jump program file buffer' message and 
>>> mythtvfront end hangs, to the point of the clock displayed in the 
>>> front end app stays frozen. 
>>
>>I had this problem. It seemed to happen when the channel that livetv 
>>started in was a Standard Def channel with no program listings (e.g. 
>>home shopping). The solution that has worked for me is to make sure that 
>>the default channel that is tuned is always a known good channel that is 
>>HD and has program listings. I chose WGBH channel 702 for this. >
>>
>>I run a SQL command like this before the backend startup. 
>>DVB_SOURCENAME is the source name associated with the tuner 
>>
>>DVB_SOURCENAME=qam 
>>DVB_STARTCHANNEL=702 
>>
>>update settings s,channel c, videosource v 
>>set s.data = c.chanid 
>>where c.channum = '$DVB_STARTCHANNEL' 
>>and c.sourceid = v.sourceid 
>>and v.name = '$DVB_SOURCENAME' 
>>and s.value = 'DefaultChanid'; 
>>
>>Without this in the startup, live tv defaults to starting in the last 
>>channel tuned, and attempts to change channel fail. 
>>
>>I don't know why this works, but I am running this every day and have 
>>not had the problem happen again. 
>>
>> Peter 
>
>
>I am having a similar problem except it doesn't seem to matter whether or not the channel has program listings. If the first channel is analog in Live TV then the only channels I can tune are analog - changing to any digital channel will throw the jump buffer error.  If the first channel is digital then I can tune both digital and analog channels. I agree its 100% repeatable.
>
>
>Your script worked for me; however, I would need to run it whenever someone exits Live TV rather than once per day. If someone watches an analog channel and then exits Live TV, then when Live TV is restarted it will start with the last analog channel. 
> 
>In the end, I just deleted all of my analog channels which really stinks.
>
>
>I am using an hvr-1250 and running a fairly recent 0.26-fixes. I would be happy to provide logs and do testing if someone has interest in looking into this.
>
>
>Thanks,
>-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130315/1bbce99e/attachment.html>


More information about the mythtv-users mailing list