If I have a situation like:

  h = input.harbor(...)

  b1 = buffer(fallible=true, h)
  b2 = buffer(fallible=true, h)
  
  output.icecast(...., b1)
  output.file(...., b2)

And the output.icecast is localhost...
  
Does it still make sense to wrap the output.icecast in a clock.assign_new, if 
the icecast is localhost? There won't be any network lag, for sure.

-ken

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to