Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
rbl;511015 Wrote: > > Incidentally, playing iPlayer is still unreliable. Usually it works, > but sometimes not. E.g. currently it plays for about a second and then > stops. Is there any disadvantage to using the URLs you sent earlier > (e.g. http://www.bbc.co.uk/radio/listen/live/r4.asx)? Are they lower > quality? They both similar at about about 128kbit and seem much more > reliable. I am keen to get the past sound qulaity as possible ... The Flash/AAC streams provided by BBCiPlayer are supposed to sound better (I believe AAC has some psychoacoustic features) than MP3 or WMA of the same speed. The symptom of playing for a sec and then stopping sounds like part of an BBCiPlayer characteristic of early v0.9 where it played, stopped and then continued playing. V1.01 changed the buffering to eliminate it. I think this behaviour is/was more prevalent with 128k speed links for UK users which I cannot test as I only get 48k -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
You are right. I was running PC Tools Firewall on my laptop, and Windows firewall on my desktop. I switched from PC Tools to the Vista firewall and now I can see the laptop in SS Preferences. However it still doesn't store the laptop, so every time I load SS I have to redirect it to the laptop. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Could the firewall on the PC running Softsqueeze be blocking receipt and/or transmission of broadcast packets ? Can you get the firewall log and see if any packets are being blocked ? You can turn on your server logging network.protocol to DEBUG and then start Softsqueeze. When Softsqueeze starts up - it broadcasts a Discovery message which should appear in the Server log as follows: Code: [10-01-25 15:30:39.3749] Slim::Networking::Discovery::gotDiscoveryRequest (96) gotDiscoveryRequest: deviceid = 2, revision = 1.7, MAC = 92:xx:xx:xx:xx:xx [10-01-25 15:30:39.3752] Slim::Networking::Discovery::gotDiscoveryRequest (108) It's a Squeezebox [10-01-25 15:30:39.3754] Slim::Networking::Discovery::serverHostname (62) calculated minitower-linux length: 17 [10-01-25 15:30:39.3756] Slim::Networking::Discovery::gotDiscoveryRequest (119) gotDiscoveryRequest: Sent discovery response. [10-01-25 15:30:39.4301] Slim::Player::Client::new (169) New client connected: 92:xx:xx:xx:xx:xx [10-01-25 15:30:39.4353] Slim::Networking::Discovery::gotTLVRequest (169) discovery packet:"eIPAD\0NAME\0JSON\0" [10-01-25 15:30:39.4355] Slim::Networking::Discovery::gotTLVRequest (186) TLV: IPAD len: 0 [10-01-25 15:30:39.4357] Slim::Networking::Discovery::gotTLVRequest (186) TLV: NAME len: 0 [10-01-25 15:30:39.4358] Slim::Networking::Discovery::gotTLVRequest (186) TLV: JSON len: 0 [10-01-25 15:30:39.4360] Slim::Networking::Discovery::gotTLVRequest (207) sending response [10-01-25 15:30:39.4362] Slim::Networking::Discovery::Server::gotTLVResponse (163) discovery response packet: [10-01-25 15:30:39.4364] Slim::Networking::Discovery::Server::gotTLVResponse (179) TLV: NAME len: 15, minitower-linux [10-01-25 15:30:39.4365] Slim::Networking::Discovery::Server::gotTLVResponse (179) TLV: JSON len: 4, 9000 [10-01-25 15:30:39.4367] Slim::Networking::Discovery::Server::gotTLVResponse (199) Discovered server minitower-linux (192.168.1.150), using port 9000 If no Discovery message then PC which is running Softsqueeze is blocking outgoing broadcast as I assume your server PC can receive Discovery requests from your other players as you can see your SBS server name on the player display (i.e. you did not enter address manually). -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Correct. The only item is 127.0.0.1. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
So when you click on the drop down control on the RHS of the "SqueezeCenter Hostname" field there is only one entry and it is localhost ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Yup - found it in the registry. The nearest thing I can find to the SqueezeCenter Hostname is the entry "Slimserver" in the registry. Slimserver is set to 192.168.1.67 which is the IP address I want SS to point to, but in practice when SS loads SqueezeCenter Hostname is always set to 127.0.0.1. I have attached the section registry .. +---+ |Filename: ss registry.JPG | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=9130| +---+ -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I forgot on Windows prefs is kept in the registry - On Linux is in a file . Search for the "titmuss". -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I used the DOS comand "attrib *.xml /s >x" and then searched within the file x. This picks up hidden and system files, but I still can't see anythig relevant. Not to worry - not the most important thing at the end of the day, although does seem a little odd! -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
It will be part of the java install - nowhere near SBS stuff. It will also probably be a hidden file in a hidden directory -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Can't find anything unfort. Did a search of all .xml files, and then within that searched for all directories with squeeze in them, but nothing seemed relevant. Closest thing was install.xml which obvisouly isn't the right one. It may be relevant that the SqueezeCenter Hostname field in the preferences dialog is greyed (whereas other fields are not, and do get saved) -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
When you enter the IP address - it is normally remembered in the Java prefs. I wonder if you are overwriting the prefs file or have the directory protected so they can be written. Prefs are in the normal place for java apps - look for something ending like org\titmuss\softsqueeze\prefs.xml. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Doesn't seem to. SS is installed on my desktop which has SBS installed on it (but not running), and SS sets itself to the desktop SBS. To force it over to the laptop SBS I have to keep entering its IP address. Is there a config file or something I can edit? -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
rbl;509298 Wrote: > One question. Every time I start SS I have to go to > Preferences->Networking to type in the IP address of my laptop. Is there > a way to make it default to this? It should work without any assistance. It normally to the discovered SBS server which is often localhost. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I moved SBS to my laptop (Vista, dual core) and it seems to work slightly better. One question. Every time I start SS I have to go to Preferences->Networking to type in the IP address of my laptop. Is there a way to make it default to this? The sync seems similar - works on radio, but on FLACs the first track is fine, and then SS lags by 1/2 a second or so. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I have a suspicion that with SS - wireless SB3 have a greater tendency to lose sync. The tendency to lose sync also seems to be higher when using Flac (either native Flac or transcoded streams) compared to MP3 (either native or transcoded to MP3). I believe there is a small bug in the SS code either in sync or thread locking and as a result doesn't work as well as it could with the new sync mechanism of 7.3.x. Unfortunately, I don't fully understand the protocol used and there are so many possible configurations, it's hard to know where to start. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Good idea, Ill just put SS on the laptop. The SB3s are both wireless, although easy enough to wire in to see if it helps. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
No need to put SBS on Vista - just try running Softsqueeze on the Vista system and see if problem starts. Are your SB3 wireless or wired ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Funnily enough it seems be working this week. I haven't knowingly changed anything. iPlayer even syncs v well with the SB3s. Only problem is every so often it just stops, but that is fairly rare. Regarding the sync of FLAC files (just FYI, I realise you are not focussed on this), what seems to happen is that it syncs initially, but when it moves on to the second track in the playlist a gap appears that stays. I will try putting SBS on my laptop which is dual core running Vista. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Sync will never be reliable with soft players so I am not looking into that issue. When trying to reproduce the problem - I noticed that I could only make it happen when SBS and SS were running on the same system and even then only when using XP - so I think the problem is some sort of scheduling issue which probably shows up a single core Windows system. The following may be a possible explanation but more investigation would be needed. When SS waits for events - sometime it can use a lot of CPU which is not a probable on multi core system but on a single core systems, if SS is waiting for an SBS message - SBS may never get a chance to send the data to free SS. BBCiPlayer plugin should play every time with SS - that is an issue that needs to be examined. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Well today it seems to be working, most of the time. But still not 100% reliable. Another odd thing is that SS and the SB3s sync perfectly with the radio. But when playing my FLAC files, the SB3s sync perfectly, and SS initially syncs but after a few minutes a lag forms of a second or so. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I am using XP's firewall, and AVG 9.0. The processor is "AMD Athlon XP 2800+". If I remember correctly the processor actually runs at 2GHz, but was at the time comparable to a 2.8GHz intel, hence the "2800+" marketing ploy. I tried it with the firewall and AVG turned off and no difference (disabled AVG as best I could but it doesn't seem possible to turn it off completely - not even by cancelling the process in task manager). -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I need an idea of the processing power so I can find a comparable system - what type of processor AMD Athlon XP, Athlon, Duron ?. Also what security s/w are you using - Norton, ZoneAlarm, Kaspersky etc. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
- BBCiPlayer streams using AAC. For some reason it doesn't state the bitrate - 1.5GB memory, 2.0GHz. I do check in Task Manager and generally it seems ok. I have a 8Mb internet connection that generally works very well. - Java version 1.6.0_17 (taken from SS Preferences dialog) - The server PC on which SS and SBS run is wired into the router via Ethernet cable - SS Audio Settings are the default: Primary Sound Diver / 128000 / JLayer. It does say that I don't have the "Java MP3 Plugin installed ..." but seeing as iPlayer is AAC I dont suppose this matters too much. - Audio device on board (ASUS A7NX8.0 delux motherboard with nForce sound) -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I ran some tests with BBCiPlayer playing live streams with an SB3 and Softsqueeze 3.9b1 on an SBS 7.5 Ubuntu system (both SBS and SS on Unbuntu) . Audio synced very well and no crashes. It is possible that the BBC stream which is 48k may be slightly different but since the stream gets transcoded into Flac So I think the problem may be SBS config, Windows, or system related. - When playing BBCiPlayer streams is it using AAC format and if so have you altered the standard AAC filetypes setting ? - What speed of processor and memory is your SBS server ? - What version of Java have you installed ? - Is your SBS wired or wireless to internet ? - What are the Audio settings of your Softsqueeze ? - Do you have a special audio card in your PC or is it standard on-board ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
It does seem that SS just crashes quite often on iPlayer. SS goes completely dead and unresponsive, and I have to exit it and start again. Not sure what to do now ... happy to do any other tests you may need .. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
rbl;506605 Wrote: > > This seems to be a iPlayer thing! Yes but the BBciPlayer has two parts - getting data from RTMP packets and then passing AAC audio to players. Problem solving is about isolating the issue. The illstreet48.pls stream is an AAC stream which makes it near identical to 2nd part of BBciPlayer - so it looks like the problem is not related to transcoded streams which I know SS still has some specific problems in relation to syncing. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
SS and SBS7.4.1 are both running on the same PC, on XP Pro SP3, which was freshly installed onto a formatted disk ahout one month ago. I tried the following streams and they all worked on SS alone, and on SS when sync'd with one SB3: http://www.bbc.co.uk/radio/listen/live/r4.asx http://www.somafm.com/illstreet48.pls http://somafm.com/wma/illstreet.asx This seems to be a iPlayer thing! -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
What about the streams about I posted ? They have specific characteristics and so I'd like to know if they work or not ? What OS is your SBS on ? What OS is Softsqueeze on ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
There are 2 SB3s on the setup, one of which is often off. Quite often I will get the waiting to sync message, but quite often it doesn't work even if the SB3 / SS are not sync'd and I just try to play the iPLayer on SS. Sometimes I can see it buffering, maybe get a split second of sound, and then it will stop. All a bit unpredictable. Odd since everything else works. E.g. right now I have them unsync'd, SS will play other radio stations quite happily, but will play nothing on iPlayer. If I try to play iPLayer the sound just goes dead (with the VU meters where they left off from playing the previous radio station). It says BBC Radio 4 in the Now Playing screen but nothing is happening. If I go back to play a "normal" radio station again then everything is fine, sync'd or unsync'd. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Do you get the "waiting to sync" problem with these streams (use Tune-in URL) http://www.somafm.com/illstreet48.pls and http://somafm.com/wma/illstreet.asx -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I am having a similar problem. When playing iPlayer on Softsqueeze 3.9b1, sometimes it works, sometimes it doesn't, sometimes it works for a split second and then hangs. If sync'd with my SBs3 (which play iPlayer fairly reliably), I get the same "Waiting to sync" as Adlopa. I only started using iPlayer a few days ago, and mainly it works, but it did work with iPlayer initially. It also does work with other radio stations. -- rbl rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Softsqueeze 3.7 has problem with transcoded streams such as WMA when running with SC 7.3 and higher. I think this probably jammed the synced stream. Softsqueeze 3.8 has a number of fixes but 3.9b1 is better. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
> Make sure no player is synced. And there lies the key... I have the SB3 synced with SS (for reasons to convoluted to explain) and when I disable syncing, the SB3 works normally with iPlayer. SoftSqueeze (SS), however, still will not connect to an iPlayer stream and this is after it worked normally for a long time. That said, an upgrade from SS 3.7 to 3.8 appears to have fixed the problem and iPlayer streams are playing normally on both SB3 and SS, even when they're synced. So, problem solved though I've no idea how. Could a recent SqueezeBox Server or iPlayer update have introduced an incompatibility..? Thanks for the pointer that lead to the fix, bpa! -- Adlopa Adlopa's Profile: http://forums.slimdevices.com/member.php?userid=358 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Don't use Softsqueeze for testing as it has its own problems and could be muddying the issue. Make sure no player is synced. Where are you based - inside or outside the UK ? Can you use "tune-in" on Web UI to play this URL on your SB3 http://www.bbc.co.uk/radio/listen/live/r4.asx If the above fails then the issue is not BBCiPlayer plugin but the BBC URL. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
This is playing through both SoftSqueeze and a SqueezeBox 3; the server has no AV software installed (but is clean and is used for nothing else). The Windows XP server config hasn't changed AFAIK the streams just stopped working one day (though I can't rule out a Windows update or 23...). All other streaming radio stations seem to be OK it's just the iPlayer streams that won't work. -- Adlopa Adlopa's Profile: http://forums.slimdevices.com/member.php?userid=358 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
What model player ? Do other WMA streams play OK ? What security s/w have you installed such as Norton, Kaspersky etc. ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
I'm not sure how much of this is useful it's beyond my ken, I'm afraid. This is everything from today I started playing a streaming radio station at 8.00am (Radioio) and then turned on those debug settings before trying to play various iPlayer streams from 11.00am. Code: [10-01-04 08:00:00.1108] Slim::Schema::Storage::throw_exception (82) Error: DBI Exception: DBD::mysql::st execute failed: MySQL server has gone away [for Statement "SELECT COUNT( * ) FROM albums me"] [10-01-04 08:00:00.1127] Slim::Schema::Storage::throw_exception (82) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (/Slim/Schema/Storage.pm line 82) frame 1: Slim::Schema::Storage::throw_exception (/DBIx/Class/Storage/DBI.pm line 957) frame 2: DBIx::Class::Storage::DBI::__ANON__ (/DBIx/Class/Storage/DBI.pm line 1217) frame 3: DBIx::Class::Storage::DBI::_dbh_execute (/DBIx/Class/Storage/DBI.pm line 532) frame 4: DBIx::Class::Storage::DBI::dbh_do (/DBIx/Class/Storage/DBI.pm line 1227) frame 5: DBIx::Class::Storage::DBI::_execute (/DBIx/Class/Storage/DBI.pm line 1451) frame 6: DBIx::Class::Storage::DBI::_select (/DBIx/Class/Storage/DBI/Cursor.pm line 82) frame 7: DBIx::Class::Storage::DBI::Cursor::_dbh_next (/DBIx/Class/Storage/DBI.pm line 547) frame 8: (eval) (/DBIx/Class/Storage/DBI.pm line 540) frame 9: DBIx::Class::Storage::DBI::dbh_do (/DBIx/Class/Storage/DBI/Cursor.pm line 101) frame 10: DBIx::Class::Storage::DBI::Cursor::next (/DBIx/Class/ResultSetColumn.pm line 128) frame 11: DBIx::Class::ResultSetColumn::next (/DBIx/Class/ResultSet.pm line 1185) frame 12: DBIx::Class::ResultSet::count (/Slim/Control/Jive.pm line 187) frame 13: Slim::Control::Jive::buildCaches (/Slim/Control/Request.pm line 2101) frame 14: (eval) (/Slim/Control/Request.pm line 2101) frame 15: Slim::Control::Request::notify (/Slim/Control/Request.pm line 856) frame 16: Slim::Control::Request::checkNotifications (slimserver.pl line 605) frame 17: main::idle (slimserver.pl line 574) frame 18: main::main (slimserver.pl line 98) frame 19: PerlSvc::Interactive (/PerlSvc.pm line 99) frame 20: PerlSvc::_interactive (slimserver.pl line 0) frame 21: (eval) (slimserver.pl line 0) [10-01-04 11:00:25.5286] Plugins::BBCiPlayer::BBCMSParser::_findStream (239) Found stream for iplayer_intl_stream_wma_live from http://www.bbc.co.uk/mediaselector/4/mtis/stream/bbc_radio_one: http://www.bbc.co.uk/radio/listen/live/r1.asx [10-01-04 11:02:38.8810] Plugins::BBCiPlayer::BBCMSParser::_findStream (239) Found stream for iplayer_intl_stream_wma_live from http://www.bbc.co.uk/mediaselector/4/mtis/stream/bbc_radio_two: http://www.bbc.co.uk/radio/listen/live/r2.asx [10-01-04 11:02:40.4389] Plugins::BBCiPlayer::BBCMSParser::_findStream (239) Found stream for iplayer_intl_stream_wma_live from http://www.bbc.co.uk/mediaselector/4/mtis/stream/bbc_radio_two: http://www.bbc.co.uk/radio/listen/live/r2.asx [10-01-04 11:08:34.2817] main::init (320) Starting Squeezebox Server (v7.4.1, r28676, Tue Sep 29 00:09:12 PDT 2009) perl 5.01 [10-01-04 11:08:39.7348] Plugins::BBCiPlayer::Plugin::__ANON__ (1093) Endian: LITTLE, ARM Mixed: 0 [10-01-04 11:12:57.7431] Plugins::BBCiPlayer::BBCMSParser::_findStream (239) Found stream for iplayer_intl_stream_wma_live from http://www.bbc.co.uk/mediaselector/4/mtis/stream/bbc_radio_fourfm: http://www.bbc.co.uk/radio/listen/live/r4.asx [10-01-04 11:12:58.5490] Slim::Networking::IO::Select::__ANON__ (140) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value): at /Slim/Networking/IO/Select.pm line 143. ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x6ac683c) [10-01-04 11:12:58.5518] Slim::Networking::IO::Select::__ANON__ (140) Error: Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file descriptor or filehandle (either no attached file descriptor or illegal value): at /Slim/Networking/IO/Select.pm line 143. ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x6ac683c) [10-01-04 11:13:40.5283] Plugins::BBCiPlayer::BBCMSParser::_findStream (239) Found stream for iplayer_intl_stream_wma_live from http://www.bbc.co.uk/mediaselector/4/mtis/stream/bbc_radio_fourfm: http://www.bbc.co.uk/radio/listen/live/r4.asx -- Adlopa Adlopa's Profile: http://forums.slimdevices.com/member.php?userid=358 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPlayer stopped working - hangs on "Waiting to sync"
Is there any useful debug before this - this is saying something is wrong but it probably happened before this point. Could you enable plugin.bbciplayer.rtmp and pluing.bbciplayer.parser debugging (on the logging setting of the advanced settings web page) and post what they show in the log when you try to play something. -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=73488 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins