- Thread starter
- #321
I found something in logs:
after short time
This lead me to study source code of MP 1.3.0 Alpha and I found interesting things. I realized that in TV Server is implemented channel cache (in short - TV Server holds necessary information about channel and its tunning parameters) - possibly it makes switching channels faster than accessing all the time the database.
Because channel FTA status changed, it's changed also in channel cache (but not in database - that's why you see all channels green). But when you try to switch to this channel, TV server can't do this because it gets from cache that channel is not FTA. But when you restart TV Service same channel is working. It also seems that this doesn't affect first tune to channel.
Notice: channel 'TV 2 Østjylland' is not working - no data are received and this has no effect on FTA status.
Edit: Created new thread in MP 1.3.0 Aplha reporting this issue.
Code:
2012-07-10 15:49:17.837144 [(5)]: dvbip: Tune:DVBIP:tv:Telenor DR K Freq:0 ONID:1 TSID:1 SID:10154 PMT:0x10B FTA:True
Code:
2012-07-10 15:49:21.889376 [(5)]: subch:0 SendPMT: Channel FTA information changed to False according to CAIDs in PMT.
This lead me to study source code of MP 1.3.0 Alpha and I found interesting things. I realized that in TV Server is implemented channel cache (in short - TV Server holds necessary information about channel and its tunning parameters) - possibly it makes switching channels faster than accessing all the time the database.
Because channel FTA status changed, it's changed also in channel cache (but not in database - that's why you see all channels green). But when you try to switch to this channel, TV server can't do this because it gets from cache that channel is not FTA. But when you restart TV Service same channel is working. It also seems that this doesn't affect first tune to channel.
Notice: channel 'TV 2 Østjylland' is not working - no data are received and this has no effect on FTA status.
Edit: Created new thread in MP 1.3.0 Aplha reporting this issue.
Last edited: