I've located the culprit to the "stream/station name only" issue: ocaml-ogg-0.4.5. When I downgrade to 0.4.3, the problem goes away.
However, Liquidsoap-1.1.1 spits out that "no encoder found" error unless I upgrade to 0.4.5, in which case, I get the "stream/station name only" issue. How should I fix this? On 07/29/13 20:18, Damien Moody wrote: > Hi Romain, > > I have all the dependencies installed. In this case, there was a later > version of ocaml-ogg I could upgrade to, and then I had to recompile > ocaml-vorbis to make sure it matched, then re-install Liquidsoap using > the ebuild. That got the error to go away, but now when I open my > streams in a media player, I get the stream names and radio station name > (which shows up in the player), but there is no actual stream. No sound. > No tracks being played - just the stream and station names being displayed. > > ps aux | grep liquidsoap shows the process running using > /usr/bin/liquidsoap, which is version 1.1.1. > > What would cause that? > > > On 07/29/13 19:34, Romain Beauxis wrote: >> Hi Damien, >> >> 2013/7/29 Damien Moody <[email protected]>: >>> I'm trying to upgrade to version 1.1.1 but it gives me this error when >>> trying to start my script: >>> >>> Invalid value at line 14, char 16-52: No encoder found for that format. >>> >>> That line is this part of my script: >>> >>> output.icecast(%vorbis(quality=0.6,samplerate=44100), >>> host="localhost", port=8000, >>> password="(password)", mount="ambient.ogg", name="Synthetronica >>> Radio", >>> description="Ambient Electronica", genre="Ambient", >>> url="synthetronica", >>> ambient_radio) >>> >>> Version 1.0.0 gives no such error and starts normally. >>> >>> What could be going wrong? >> It looks like you don't have support for the %vorbis encoder. If you >> compiled your own binary, you probably need to recompile with >> ocaml-ogg and ocaml-vorbis enabled. If you installed it through a >> packaging system, you probably need to see with your package manager >> how to enable it. >> >> In Debian, you should for instance install liquidsoap-plugin-vorbis. >> >> Romain >> >> ------------------------------------------------------------------------------ >> Get your SQL database under version control now! >> Version control is standard for application code, but databases havent >> caught up. So what steps can you take to put your SQL databases under >> version control? Why should you start doing it? Read more to find out. >> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
