Okay. A few different possibilities here. One is that there is something else on the port that SAM uses. By default, this will be port 1221. This can easily be changed in both SAM Broadcaster and the plug-in, if needed.
Quick and (relatively) easy way to test this is to manually send the request to SAM and see what comes back. You will need to find a valid song id first. Easiest way to do this is to pull up your songlist page on the site, hover over one of the songs, and the link will have the song id in it. Should look something like: (Website)/requests/top-requests/?songid=347&startat=55&number=25. In this case, 347 is what we are looking for in that URL.
Once you have the id, you will open a browser tab or window and type in a URL to send a request directly to SAM. Using the IP address of your SAM Broadcaster client instead of 1.2.3.4, tyep in
https://1.2.3.4:1221/req/?SongID=347&Host=0.0.0.0
The data that gets returned should look something like:
<REQUEST>
<application>
<apptype>SAM Broadcaster</apptype>
<version>3.4.3</version>
</application>
<status>
<code>200</code>
<message>Request OK</message>
<requestID>30086</requestID>
</status>
<song>
<artist>Led Zeppelin</artist>
<title>Whole Lotta Love</title>
<album>Led Zeppelin</album>
<duration>334</duration>
</song>
</REQUEST>
If you get a blank page, try to view the page source and it should look like the above. If you get anything else, we are closer to identifying the problem. ??
For your own safety, please don’t post anything that has your actual connection details. As long as you know what they are, there shouldn’t be any need to share them.