#250: Too much metadatas received with input.http
-------------------------+--------------------------------------------------
  Reporter:  Azrael      |       Owner:  admin    
      Type:  Bugs        |      Status:  new      
  Priority:  1           |   Milestone:  0.9.0    
 Component:  Liquidsoap  |     Version:  0.9.0+svn
Resolution:              |    Keywords:           
       Mac:  1           |       Linux:  1        
    Netbsd:  1           |       Other:  1        
   Freebsd:  1           |  
-------------------------+--------------------------------------------------
Comment (by mrpingouin):

 It is not normal to receive 30 metadata blocks per second. Shoutcast does
 send the same metadata repeatedly, but not that fast. Moreover,
 input.http() is supposed to kill the redundancy. So, doing a redundancy
 dropping operator seems off-topic.

 For now, the bug report is not precise enough. Liquidsoap works fine with
 some shoutcast streams, I just tested it with the following script on some
 random url picked on shoutcast yellow pages:
 {{{
 # requires utils.liq
 out(on_metadata(fun (m) -> log("Got #{m}."),input.http(URL)))
 }}}

 Can you give us the URL of the problematic stream? And confirm that the
 problem occurs with the previous simple script.

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/250#comment:4>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to