Hi! Le mercredi 1 décembre 2010 21:55:32, broken dash a écrit : > I have been reading about liquidsoap and I wanted to inquire if there > is a feature or method where one could use a sip uri > (sip:[email protected]) as an input/output source. It would be a very > nice feature if your software could do this... :-)
We do not have a native support for SIP input/output. There has been some work in the past but neither of us really has time && knowledge to do it properly. However, we have generic operators that can be used to build new interfaces with liquidsoap. For the input, you have input.external, which takes its input from S16LE PCM data read from the standard output of an arbitrary process. I know that one user sucessfuly used that in the past to plug a voip input into liquidsoap. As for the output, we used to have a similar output.external (output.external.pipe in 0.9.3) but it is currently missing in the new SVN version (I am still considering adding it back at some point, though). Finally, you can also use pulseaudio, which could be used as an intermediary layer to interface with the SIP protocol. Hope this helps, Romain ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
