2013-10-31, 12:23
(2013-10-30, 20:12)negge Wrote:(2013-10-29, 08:16)Portisch Wrote: Implementing the SAT>IP protocol will lead to shorter channel switching time.
Now XBMC is it doing this way:
-DESCRIPE
-SETUP
-PLAY
-TEARDOWN
(channel change)
-DESCRIPE
-SETUP
-PLAY
-TEARDOWN
[..]
SAT>IP do it this way:
-SETUP (format is TS)
-PLAY
-PLAY with different parameter (channel change)
[..]
-TEARDOWN
This will shorten the channel change time to the hardware limits. Most like less than one second.
Now it is around 5 seconds by the handling of XBMC.
Is this a reason??
Also in spec 1.2 DVB-T/T2 is now supported.
http://www.satip.info/sites/satip/files/...on_1_2.pdf
I think the reason is that the whole PVR functionality in XBMC is built on opening a new video stream whenever you change channel. I guess the bulk of the channel change time stems from this fact.
This not correct.