Simon Renquin wrote:
> The problem is that I dont want to stop reading the stream while I'm 
> actually playing a playlist.  The solution presented before are not 
> good.  The solution which is working for me was to add an output.dummy 
> which simulated the fact tha I'm still reading the input source. :
> 
> by exemple :
>     stream = input.http("http://mystream";)
>     output.dummy(stream)
>     output = fallback([(at{1h-2h}, playlist), stream])
> 
> (I hope that output.dummy will not throw amy problem)

That's a very good thing to do, it shouldn't cause any side problem. 
Output.dummy has precisely this behavior of forcing the streaming, so 
input.http() keeps rolling when you're not listening.

Congratulations, you're a liquidsoap hacker :)

David

-------------------------------------------------------------------------
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

Reply via email to