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.
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... 

Someone can help me?


------------------------------------------------------------------------------
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

Reply via email to