Page 1 of 1

Streaming to remote devices??

PostPosted: Sat Aug 01, 2009 2:59 am
by quandary
Website lists controlling multiple devices through web interface.

What is the syntax for streaming urls?

for instance, what url to i point my squeezebox(or any streaming receiver) to so i can send it music with subsonic. can i specify the player name in the web interface with the url? (unix geeks: I need man page)


Thanks for your help.
quandary / Tim

PostPosted: Sat Aug 01, 2009 9:01 pm
by sindre_mehus
You can try something like this:
Code: Select all
http://<server>/subsonic/stream?player=1


(change player ID accordingly). Also configure the player in Subsonic to be of type "External". Add entries to the player's playlist via the web interface, then connect the Squeezebox.

Hope it works :wink:

Almost

PostPosted: Sat Aug 01, 2009 9:15 pm
by quandary
gives 2-3 seconds of audio, then disconnects. I know its not a network problem (gigabit E) and the flash player works fine

PostPosted: Mon Jan 03, 2011 8:56 pm
by kwonline1
Here a Solution

1. Add an external Player in Subsonic (with or without Playlist)
Name it "Squeeze"
unselect "Control Player automatically"
let all other settings by default

2. Select Player "Squeeze"

3. Add some Songs to the Playlist an click "Play"

4. In SqueezeCenter go to Internetradio and open URL:
http://<yourServer>/stream?player=<id of your SqueezePlayer>&suffix=.mp3

eg:
http://192.168.1.10:8003/stream?player=18&suffix=.mp3