#221: Crossfading tricks...
-------------------------+--------------------------------------------------
  Reporter:  Perarg      |       Owner:  toots    
      Type:  Bugs        |      Status:  closed   
  Priority:  10          |   Milestone:  0.9.0    
 Component:  Liquidsoap  |     Version:  0.3.8+svn
Resolution:  invalid     |    Keywords:           
       Mac:  1           |       Linux:  1        
    Netbsd:  1           |       Other:  1        
   Freebsd:  1           |  
-------------------------+--------------------------------------------------
Changes (by toots):

  * status:  assigned => closed
  * resolution:  => invalid

Comment:

 Hi !

 Looking at your script, I believe it should fail for the following reason:
 the {{{input.http}}} source is too unstable to perfrom a clean transition.

 Looking at the log, the forgetfull transition seems to be trigered because
 the fallback operator detects the end of track too late to prepare a
 transition (transitions need some minimal amount of data to be buffered in
 advance). Hence, the forgetfull transition, which means basically no
 transition..

 You can try to increase the http buffer of the input.http operator:
 {{{
 # Bufferize 7 seconds
 input.http(buffer=7.,...)
 }}}
 or use the {{{lag}}} operator.

 You can also try to use {{{input.harbor}}} and connect the live source
 client directly to liquidsoap.

 I'm closing the bug report, since I believe it is not a bug but a
 configuration/scripting issue. If you need more details, you can follow
 the discussion on [email protected] it could also be
 interesting to other users...

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/221#comment:5>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to