Hi Dominik!
2012/1/24 dominik.t <[email protected]>:
> Hello. I have problem with confing file.
> When i had:
>
> url = "http://winyl.org:8000/mrs-high.ogg"
> input = mksafe(input.http(url))
> output.icecast.vorbis(
> host = "winyl.org", port = 8000,
> password = "pass", mount = "mrs-medium.ogg",
> input)
>
>
> It's work but i don't hear anything.
This could happen if the url above is not working. If you could show
us some of the logs, we should be able to tell you more..
When preparing logs, you may want to add:
set("log.level", 4)
to enable verbose logs.
> I trans on aac. What i need to hear something...
> When i try to transcoding in mp3:
>
> url = "http://winyl.org:8000/mrs-high.ogg"
> input = mksafe(input.http(url))
> output.icecast.mp3(
> host = "winyl.org", port = 8000,
> password = "pass", mount = "mrs-medium.ogg",
> input)
>
> I get error that's in line 3: output.icecast.mp3 it's error...
This is most likely because your liquidsoap binary was not compiled
with lame (the mp3 decoder) enabled. This used to be the case for
Ubuntu and Debian packages before version 1.0.0~beta3.
You have two solutions here:
1) Use a version of Debian or Ubuntu that have liquidsoap 1.0.0
packages. I think you need at least Debian testing or the current
developement Ubuntu for that.
2) Recompile your own version.
Recompiling can be painful, as others here may testify. However, this
is the only solution if you cannot use a recent Ubuntu or Debian.
Good luck!
Romain
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users