Hi all, Firstly a little preamble; I'm attempting to setup liquidsoap to play various files, and at certain times play output from another stream. The first problem I've encountered is actually getting a good output from the remote radio stream.
Taking BBC as an example, a link for the stream is: http://bbc.co.uk/radio/listen/live/r1.asx Attempting to use this as a playlist such as "s = playlist(http://...../r1.asx)" seems to result in a parsing error. Instead, opening up the r1.asx file we are presented with multiple mms sources, such as: <ref href="mms://wmlive-acl.bbc.co.uk/wms/bbc_ami/radio1/radio1_bb_live_ep1_sl0?BBC-UID=45d39baa0a3abc6e2902bdccc101be5690fab8e19060f1e4444f49979d46415f&SSO2-UID=" /> Therefore I tried this: "s = input.mplayer("mms://....") out(s)" There don't seem to be any errors reported, but the sound output is horrible (unidentifiable). If I just call "mplayer "mms://....." " then mplayer works fine on the stream and there are no sound issues. I apologize if I'm missing a very obvious step - I'm fairly new to using liquidsoap but I can't seem to find the problem, especially as no errors seem to be given and mplayer can successfully play the stream when not used by liquidsoap (called separately). Does anyone have any ideas on how to fix this? Thanks, Matt ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
