Posts: 59
Joined: Jan 2014
Reputation:
0
2014-09-02, 15:49
(This post was last modified: 2014-09-02, 15:51 by posixx.)
Will do as soon as i'm home!
How do i set this new parameter? in setup.conf? I don't have a vdr UI
Posts: 59
Joined: Jan 2014
Reputation:
0
Ok, and howto set it manually? i don't have a remote for xbmc with colored buttons..
Posts: 59
Joined: Jan 2014
Reputation:
0
tnx. it does not work, still seeing the artifacts... i also disabled the setting 'Show signal status' on the live tv playback settings menu. I'm sure i build the correct branch:
sudo cat streamer.c | grep AvoidEPGScan
if (AvoidEPGScan)
Posts: 59
Joined: Jan 2014
Reputation:
0
that's better:-) looking good so far, i will watch the program which starts in a couple of minutes and report back in about an hour!
Posts: 59
Joined: Jan 2014
Reputation:
0
Rocksolid during the whole progam! Works very good FernetMenta!
Many, many thanks. If you need additional testing let me know.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Thank you very much! I will pull this change to master branch and release a new version soon.
Posts: 59
Joined: Jan 2014
Reputation:
0
an additional question: are there other plugins (apart from vnsiserver) which can cause a epg scan during streaming? Or is this problem vnsi-related only?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
epg scan is done and triggered by vdr only, not by vnsi. what I do with this change is that vnsi prevents vdr from scanning epg while vnsi is streaming. vnsi does so by continuously resetting the timer of the scanner. I don't think any other plugins can influence this behavior in a way that it won't work anymore.
Posts: 59
Joined: Jan 2014
Reputation:
0
Great, solved then!! Many thanks again, i'm sure many others will benefit from this change.
Posts: 59
Joined: Jan 2014
Reputation:
0
Did you merge this already into master? If you did i change my build script so i use the correct versions again.