[ http://dev.sourcefabric.org/browse/LS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740#action_17740 ]
Dave Pascoe commented on LS-556: -------------------------------- I have LS-556 running...with this script I am getting only input1 on both the left and right channel. Also verified with sound mixer L-R control. Do I have the syntax right? #!/usr/bin/liquidsoap url1 = "http://host:port/stream1" input1 = mksafe(input.http(url1)) url2 = "http://host:port/stream2" input2 = mksafe(input.http(url2)) s = mux_mono(mono=input1,input2) output.icecast(%mp3(samplerate=22050, bitrate=16, stereo=true),host="host",port=8000,password="xxxx",mount="muxmonotest", icy_metadata="true", name="mux_mono test", restart=true, public=false,s) > Audio-audio mux > --------------- > > Key: LS-556 > URL: http://dev.sourcefabric.org/browse/LS-556 > Project: Liquidsoap > Issue Type: New Feature > Reporter: David Baelde > Assignee: David Baelde > Fix For: 1.0 beta > > > We can mux video into non-video streams, audio into non-audio, but can't mux > audio into audio. A general operator requires type-level addition (N audio > and M audio yields N+M audio) which we don't have, but a simpler version > seems easily feasible and would be useful. Namely, I propose mux_mono which > takes a (1,0,0) and a (x,y,z) source and returns an (x+1,y,z) source, and > similarly a mux_stereo operator. -- 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 ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Savonet-devl mailing list Savonet-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-devl