#267: Bad metadata in vorbis stream (both cbr and vbr and probably others)
-------------------------+--------------------------------------------------
  Reporter:  stack       |       Owner:  admin    
      Type:  Bugs        |      Status:  new      
  Priority:  1           |   Milestone:           
 Component:  Liquidsoap  |     Version:  0.9.0+svn
Resolution:              |    Keywords:           
       Mac:  0           |       Linux:  1        
    Netbsd:  0           |       Other:  0        
   Freebsd:  0           |  
-------------------------+--------------------------------------------------
Description changed by toots:

Old description:

> This is the script I use to start liquidsoap:
> {{{
> #!/usr/bin/liquidsoap
> # Log dir
> set("log.file.path","/tmp/basic-radio.log")
> radio = input.pulseaudio()
>
> output.icecast.vorbis.cbr(
>     url = "http://radiosonar.net";,
>     description = " Daje pure te col server fai da te, de radiosonar la
> radio piu' bella che c'è.",
>     host = "sonar.com", port = 8000,
>     password = "asdasd", mount = "foo.ogg",
>     radio)
>
> The log file reports that it successfully connected to the ogg server
> (icecast), when I try to connect to the stream like a client I'm unable
> to do that; mplayer loads until 17% and then hangs up, streamripper says
> bad metadata error..Here are the outputs of the programs:
> mplayer ->
> Name   : foo.ogg
> Genre  : Misc
> Website: http://radiosonar.net
> Public : yes
> Bitrate: 128kbit/s
> Cache size set to 320 KBytes
> Cache fill:  2.50% (8192 bytes)
> ICY Info: StreamTitle='';
> Cache fill: 17.50% (57344 bytes)
>

> streamripper->
>  error -28 [SR_ERROR_INVALID_METADATA]
> }}}

New description:

 This is the script I use to start liquidsoap:
 {{{
 #!/usr/bin/liquidsoap
 # Log dir
 set("log.file.path","/tmp/basic-radio.log")
 radio = input.pulseaudio()

 output.icecast.vorbis.cbr(
     url = "http://radiosonar.net";,
     description = " Daje pure te col server fai da te, de radiosonar la
 radio piu' bella che c'è.",
     host = "sonar.com", port = 8000,
     password = "asdasd", mount = "foo.ogg",
     radio)
 }}}

 The log file reports that it successfully connected to the ogg server
 (icecast), when I try to connect to the stream like a client I'm unable to
 do that; mplayer loads until 17% and then hangs up, streamripper says bad
 metadata error..Here are the outputs of the programs:
 {{{
 mplayer ->
 Name   : foo.ogg
 Genre  : Misc
 Website: http://radiosonar.net
 Public : yes
 Bitrate: 128kbit/s
 Cache size set to 320 KBytes
 Cache fill:  2.50% (8192 bytes)
 ICY Info: StreamTitle='';
 Cache fill: 17.50% (57344 bytes)


 streamripper->
  error -28 [SR_ERROR_INVALID_METADATA]
 }}}

--

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/267#comment:2>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to