[
http://dev.sourcefabric.org/browse/LS-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291#action_15291
]
Romeo commented on LS-486:
--------------------------
{code:title=Transcoding|borderStyle=solid}
# Input the stream,
# from an Icecast server or any other source
url = "http://streaming.example.com:8000/your-stream.ogg"
input = mksafe(input.http(url))
# First transcoder: MP3 32 kbps
output.icecast(%mp3,
mount="/your-stream-32.mp3", bitrate=32,
samplerate = 22050, stereo = false,
host="streaming.example.com", port=8000, password="xxx",
input)
# Second transcoder : MP3 128 kbps
output.icecast(%mp3,
mount="/your-stream-128.mp3", bitrate=128,
host="streaming.example.com", port=8000, password="xxx",
input)
{code}
> SVN Documentation inconsistency
> -------------------------------
>
> Key: LS-486
> URL: http://dev.sourcefabric.org/browse/LS-486
> Project: Liquidsoap
> Issue Type: Bug
> Components: Liquidsoap, Web Site
> Affects Versions: 1.0 beta
> Environment: any
> Reporter: Romeo
>
> The example present in http://savonet.sourceforge.net/doc-svn/cookbook.html
> Transcoding section will not work - the bitrate variable must be set inside
> %format(bitrate=xx) not icecast(..., bitrate=xx)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl