- September 1, 2008
- 21,577
- 8,224
- Home Country
- New Zealand
- Thread starter
- #601
Hello again
Port A is usually the default port for switches, which is probably why you have the most success with port A.
There is nothing in the patch that would induce the behaviour. The patch tells the tuner driver to send the requested DiSEqC command; it expects the tuner driver to send the command and the switch to obey the command. As such, if the switch isn't reliable... well it isn't really within our control. About the only thing we could do is try to send the DiSEqC command multiple times. However that slows down tuning/zapping, so no such function has been implemented.
The recording restart that you observe when you "happen to shut down TV Server while it's recording" is a behaviour of the scheduler, which is completely independent to the tuner handling. Every 15 seconds the scheduler checks what recordings should be running and whether they're running or not. It will restart any recordings that stop due to TV Server restart because it can detect the recording is not occurring when it should be. However, the scheduler will not know if the tuner stops streaming.
Regards,
mm
It sounds like failure to select (or hold the selection of) the correct DiSEqC port.The issue is this...
Port A is usually the default port for switches, which is probably why you have the most success with port A.
This patch is not a driver. It communicates with the driver, but it is not the driver itself. The driver is what you download and install from TBS's website to get Windows (or Linux) to recognise the tuner.Or, if perhaps anyone knows of something in the patched driver that might induce this behavior.
There is nothing in the patch that would induce the behaviour. The patch tells the tuner driver to send the requested DiSEqC command; it expects the tuner driver to send the command and the switch to obey the command. As such, if the switch isn't reliable... well it isn't really within our control. About the only thing we could do is try to send the DiSEqC command multiple times. However that slows down tuning/zapping, so no such function has been implemented.
When recordings stop after 30 seconds it is because the tuner stops delivering the stream not because TV Server actively kills the recording. TV Server doesn't actively check that the tuner is streaming or have any mechanism for attempting to retune if the tuner does stop streaming. In other words, when your recordings are failing TV Server is sitting there thinking it is recording successfully... but actually it is not.Also, I don't understand why it is that if I happen to shut down TV server while it's recording and then bring it back up, it will restart the recording (if it's still in that time period) but when this problem occurs MediaPortal seems to just give up and not even try to restart the recording.
The recording restart that you observe when you "happen to shut down TV Server while it's recording" is a behaviour of the scheduler, which is completely independent to the tuner handling. Every 15 seconds the scheduler checks what recordings should be running and whether they're running or not. It will restart any recordings that stop due to TV Server restart because it can detect the recording is not occurring when it should be. However, the scheduler will not know if the tuner stops streaming.
Regards,
mm