On Wed, Dec 3, 2008 at 8:33 PM, okay_awright <[EMAIL PROTECTED]> wrote: > yep, exactly. I knew about the on_blank feature but AFAIK there is no > way to get a callback when the stream is up again.
Well, you could use on_track() and maybe a mutable variable (interactive_string typically) to keep track of the state: on_blank sets the state to "off", on_track when state is "off" sets it back to "on". Something like that should work, but I admit that it's too ugly for what seems like a natural feature request. I guess we could add on_start/stop directly to input.http() and input.harbor(), then. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
