You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to discuss with other developers about the best approach to implement a tunning timeout. The objective is:
Include one new parameter (targetting adapters, so not global) to limit the time to wait until starting to receive the TS stream. So if the timeout expires, then the tuner is marked as invalid for this tunning action and it return to the sleep status. Then another tuner will be selected. And if no more tuners are available, then the client will receive an error message.
What I want to solve is the problem when some client (mainly HTTP, but it could be also RTSP) requests a transponder and doens't receives any stream. My idea is that after 3-4 seconds, close the connection or retune with another adapter. Take note that I'm using a central minisatip managing with the "satipc" module multiple SAT>IP servers. So, in case of some server can't tune, I want to try with another. And in any case, send an error message to the client if it's impossible to tune the request. but based on the absence of data in the stream, and not on a tunning error in the server.
Without this functionality the client is responsible to check if the data arrives to him. And I'm thinking that perhaps it could be preferable to do this check inside minisatip.
What you think?
This discussion was converted from issue #1009 on November 25, 2025 08:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I want to discuss with other developers about the best approach to implement a tunning timeout. The objective is:
What I want to solve is the problem when some client (mainly HTTP, but it could be also RTSP) requests a transponder and doens't receives any stream. My idea is that after 3-4 seconds, close the connection or retune with another adapter. Take note that I'm using a central minisatip managing with the "satipc" module multiple SAT>IP servers. So, in case of some server can't tune, I want to try with another. And in any case, send an error message to the client if it's impossible to tune the request. but based on the absence of data in the stream, and not on a tunning error in the server.
Without this functionality the client is responsible to check if the data arrives to him. And I'm thinking that perhaps it could be preferable to do this check inside minisatip.
What you think?
All reactions