Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-28 Thread bpa

I suspect your problem is related to your wifi setup and your new
controller problem is just another manifestation.

I need to rerview the past post and draw your network as I see it and
then propose a few tests to check whether the network is working as you
think it is is.

DHCP assign IP address - the problem we are considering is at MAC level
and how a Wifi device connects to a access point (2 AP in your network
the DDWRTs) - a level below DHCP as there can be one DHCP server for
many APs.  DHCP comes into play only after a Wfi devices has
successfully connected to an AP.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-28 Thread DJanGo

Grossmann200 wrote: 
> The Squeezebox-Receiver connects to the Wlan via DHCP. DHCP is only
> activated at the Host-Router from the Client-Bridge-Configuration.
> Hence, all Squeezeboxes are connected with the Host-Router. The
> Host-Router dd-wrt-WebGui also confirms this and lists all Squeezeboxes.
> 
> 


*nope* you didnt understand our question 

there is a room called ssid with two entrances. We "knew" that all your
stuff should be in that room called ssid.
But we want to know - in which entrace that one device had entered your
room.

To make this post short:
Grab yourself some powerlan devices like TP-Link TL-PA4010PKIT AV500
Powerline Netzwerkadapter and put one into your ISP Router and the other
to your Host Bridge (main wlan router) and move these two devices in the
neighbourhood of your living room.

If you buy them online you can send them back - if its not working - but
believe me - its working far better than your actual setup.


btw: its always a wise idea to use static ip addresses for static
devices.
you should limit the dhcp range from eg. 101 to 254 and use static ips
for all your non mobile stuff below 100 and leave the rest of the range
for your tablets, smartphones whatever.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-28 Thread Grossmann200

bpa wrote: 
> 
> Can you get each ddwrt to display which receivers are actually
> "connected" to it.
> .

The Squeezebox-Receiver connects to the Wlan via DHCP. DHCP is only
activated at the Host-Router from the Client-Bridge-Configuration.
Hence, all Squeezeboxes are connected with the Host-Router. The
Host-Router dd-wrt-WebGui also confirms this and lists all Squeezeboxes.


Yesterday evening I spread all Squeezeboxes around in my appartment:
Living room SB: this squeezebox had no issues so far;
Sleeping room SB: this one also had no issues so far; <- I also set an
alarm in the morning to wake me up with a webradio stream
Work room SB: this is the SB which cause over the last days all this
trouble.

This happend this morning:
The SB in the Sleeping room waked me up as intended. Good! :D
Two hours later I wanted to use the Controler. But it always showed me
"Trying to connect to ". The source is the Logitech Media Server
on my Raspberry Pi. It did not connect. Bad. :(
After that I used on from my desktop the WebGUI to turn on the Work Room
SB (the one which always sopped playing). It stream nice and need. Very
Good! :D :D

I also checked the /var/log:
[16-12-28 09:09:34.4670] Slim::Networking::IO::Select::__ANON__ (147)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: illegal
file descriptor or filehandle (either no attached file descriptor or
illegal value):  at /usr/share/perl5/Slim/Networking/IO/Select.pm line
150.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0x5476588)
[16-12-28 09:17:49.0370]
Slim::Networking::SqueezeNetwork::Players::_players_error (334) Unable
to get players from SN: Connect timed out: Transport endpoint is not
connected, retrying in 86400 seconds

Bottom line:
That the Controler failed is something I live with at the moment;
That the former trouble-making Working Room SB is now streaming without
problems is great. Well it still has some "hickups", but they are
acceptable. Hickup means: from time to time it stops playing but resumes
in a reasonable time
If the others are also working fine, I still have to check.
Of course, it would be good to understand the /var/log messages above in
order to keep improving the whole set-up.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

Grossmann200 wrote: 
> Regarding the two Wlans ... well I am not experienced enough ... pls.
> understand I am not an IT guy :-). But I got your point, that there are
> some kind of two Wlans sharing the same SSID.
> 
> Regarding  the sync success  well this worked well while I streamed
> a webradio.

Generally with networking - simple is best.  Minimise hops that data
takes and avoid multiple wifi LANs especially one with same ssid. Every
complexity adds an opportunity for a problem so each possibility has to
be considered and eliminated.

Can you get each ddwrt to display which receivers are actually
"connected" to it.

For webradio "proxied" streaming effectively does sync for one player -
so I am doubting whether some of the actions have "stuck".



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

bpa wrote: 
> If there are two WLAN qwith same SSID - then there are two WLANs as
> receiver will connect to one or other - they do not roam- and a receiver
> may connected to one with a porr quality signal.
> 
> 
> Streaming radio is not the same as streaming files - with files there is
> plenty of time (minutes) between chunks to send data eveb iof there are
> errors - with radio - if data is not available due to errors etc -
> stream will stop as time available to get correct data may be a few 10s'
> of seconds.

Regarding the two Wlans ... well I am not experienced enough ... pls.
understand I am not an IT guy :-).
Regarding  the sync success  well this worked well while I streamed a
webradio.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

Grossmann200 wrote: 
> well ... in Client-Bridge-Mode there is only one network. Hence all
> Squeezebox-Receiver should be connected to the same wlan (there is only
> one).
If there are two WLAN qwith same SSID - then there are two WLANs as
receiver will connect to one or other - they do not roam- and a receiver
may connected to one with a porr quality signal.

> Somehow everything is now so confusing .. especially since it worked
> quite well when all Squeezeboxes have been synced.
Streaming radio is not the same as streaming files - with files there is
plenty of time (minutes) between chunks to send data eveb iof there are
errors - with radio - if data is not available due to errors etc -
stream will stop as time available to get correct data may be a few 10s'
of seconds.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

DJanGo wrote: 
> 
> Wo hängt der fragliche Player dran ? Sicher an dem Accespoint der
> daneben steht? Sollte man meinen - muß aber nicht.
> Häng doch zum Test einfach den einen accespoint (router) ab und reboote
> den Player, nachdem du ihn näher an den anderen gestellt hast.
> 

well ... in Client-Bridge-Mode there is only one network. Hence all
Squeezebox-Receiver should be connected to the same wlan (there is only
one).

Somehow everything is now so confusing .. especially since it worked
quite well when all Squeezeboxes have been synced.

I will now turn off everything. All routers, all squeezeboxes, all
servers ... and let it rest over night. 
Tomorrow, after a deep sleep also of myself, I will give it a new try.
:)

BTW: I am very postively surprised that there is still a Squeezebox
community out there. After I heard, that Logitech dropped the
Squeezeboxes I feared this would be the end.
;)



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

bpa wrote: 
> I'm worried if both wlan have same ssid that first receiver may be
> connecting to same ssid but different wlan to the 2nd receiver.

Why BOTH wlan? There is only one Wlan respectively one SSID. Everything
is connected to this one Wlan. At least following is my understanding:
- "Client Mode": each router has it's own network
- "Client Bridge Mode": There is only ONE network
=> I have client Bridge Mode :)



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

I'm worried if both wlan have same ssid that first receiver may be
connecting to same ssid but different wlan to the 2nd receiver.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread DJanGo

Salve,

also die "olle" analoge zweidraht Technik hast Du nicht - das hätte es
einfacher gemacht.

Meine wichtigste oder besser zielführenden Fragen hast du leider
übersehen - egal nochmal.

Wo hängt der fragliche Player dran ? Sicher an dem Accespoint der
daneben steht? Sollte man meinen - muß aber nicht.
Häng doch zum Test einfach den einen accespoint (router) ab und reboote
den Player, nachdem du ihn näher an den anderen gestellt hast.

Und wegen "funktioniert doch ausser..." *lach* ja nee die Technik ist
manchmal etwas komplexer, hat aber trotzdem große Reserven auch wenns
nicht richtig läuft - merkt man erst bei einem "hochwertigen"
Anwendungsfall das es -Grütze- ist - das ist bei dem Gedöhnse halt so.

Dieses Wlan ist halt Teufelszeugs - du kannst nie (außer du wohnst in
einer verlassenen Gegend wie ich) davon ausgehen, das die kein Nachbar
ins Netz spuckt. Obwohl - ein neuer Nachbar - drei neue ssids - jetzt
hab ich auch wieder aufrüsten müssen...



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

DJanGo wrote: 
> ok how is your isp Router connected? Coax "Cable" or two line
> "Telephone"?
> 
> You have to know - how your setup is working and that your 2.nd "router"
> (its a routing Bridge) in fact halfs your Bandwith cause its acting as
> sender abd reciever over wlan.
> 
> I would move the ISP router to your desktop router in case of two wire
> its a peace of cake in case of coax you'll need the help from the cable
> provider (the shield between the in House ISP Connection point and your
> ISP provided Router) must be ~ 95 dB!!! You cannot lengthen or shorten
> it whitout changing the internal resitor.
> 
> Or buy some lan over power devices between the ISP Roter and your two
> Wlan Bridges.

Let me go into your point one by one:

How is your ISP-Router connected:
The router itself is connected with the modem. That modem is provided by
the ISP. The cable between the modem and the router is an
ethernet-cable. The modem is connected to the ISP-socket in the wall.
This is a coax cable. I have no glue what you mean by two line
telephone, since to that modem also the phone is connected (fyi: I live
in Germany, perhaps it differs from country to country).

I would move the ISP routr to your desktop router:
Well then I would not need the desktop router at all. The idea of this
client-bridge mode is to avoid having a cable running all across the
appartment.

Or buy some lan over power device:
Well, before I don't know the root-cause I don't want to invest
"blindly" ... I mean everything besides the Squeezebox-Receivers works.

One more strange thing: I just syncronzed all three Receivers and was
able to stream/listen almost for 1 hour without problems (it only
stopped once for perhaps 20sec. but resumed).



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread DJanGo

Grossmann200 wrote: 
> Regarding my setup?
> Well ... I am not a networker and usually I have to fix my technical
> "home" problems with the help of the internet :-). I have the situation
> that the modem of my ISP is very far away from my desktop computer,
> network storage etc. Because of that I connected to ISP-modem a router
> configured as a host and in the other room another router configured as
> a client. On the client-router I have now connected all my "stuff"
> including the RaspberryPi with the Logitech Media Server. If this is a
> 1a setup ... I don't know. But it is working. 

ok how is your isp Router connected? Coax "Cable" or two line
"Telephone"?

You have to know - how your setup is working and that your 2.nd "router"
(its a routing Bridge) in fact halfs your Bandwith cause its acting as
sender abd reciever over wlan.

I would move the ISP router to your desktop router in case of two wire
its a peace of cake in case of coax you'll need the help from the cable
provider (the shield between the in House ISP Connection point and your
ISP provided Router) must be ~ 95 dB!!! You cannot lengthen or shorten
it whitout changing the internal resitor.

Or buy some lan over power devices between the ISP Roter and your two
Wlan Bridges.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread DJanGo

bpa wrote: 
> I don't fully understand your network setup.
me too ;-)
bpa wrote: 
> How are the two ddwrt connected ?
> Do each ddwrt have a wifi nertwork ?
> If both ddwrt have a wifi network - do they have differeent ssid ?

He talks about Client Bridge Mode -> thats a wlan2wla connection between
both bridges (wlan devices)

the log told us - dns hickups - that might be "ok" if its @ the same
time his ISP gets him a new ip - but who knows.
Could you please check that?
Error occours @ the same time your ip lease ix new.

Please look at your ddwrt - where is the "buggy" device attached to?
Do you use same or different channels?



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

I don't fully understand your network setup.
How are the two ddwrt connected ?
Do each ddwrt have a wifi nertwork ?
If both ddwrt have a wifi network - do they have differeent ssid ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

bpa wrote: 
> Have you done a xilinx / Factory reset on the receiver ?  Fast blink red
> vs ordinary reset which is slow blink red.
> 
> Do you use Net::UDAP to configure the receiver ?

I don't know what xilinx is, but I pressed the button on the
Squeezebox-Receiver for approx. 10sec. At least the button was blinking
fast red.
What is Net:UDAP? I have the Logitech Remote Controler. I believe to
have inputted (a long time ago) the Wlan settings. At least, this
handheld Logitech Controler found the player and after selecting it, I
could see that the Receiver got connected to the Wlan and then it was
also visiable in the Logitech Media Server. 

I'm still testing the 1st/problematic receiver. To summarize the current
situation 
- This 1st problematic receiver has just seen a factory reset. But with
the help of the Remote Controler it seemed to have received the Wlan
setting and logged into the Wlan and is visiable in the Logitech Media
Server;
- A 2nd receiver without any issues is in the same room as the
1st/problematic receiver
- Both receivers have the same settings (selected via the WebGui)
- When a webstream is in the playlist of the 2nd receiver and I press
play, the stream starts with 2sec. and never stops;
- When I put the same webstream in the playlist of the 1st/problematic
receiver, it takes much longer until the stream starts. And in 95% of
the cases, it stops within approx. 10sec. Sometime it resumes playing
but only after a very long waiting period of perhaps >1min. But then it
plays only for a few seconds before it stopped again. Totally different
to the 2nd receiver.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

Have you done a xilinx / Factory reset on the receiver ?  Fast blink red
vs ordinary reset which is slow blink red.

Do you use Net::UDAP to configure the receiver ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

toby10 wrote: 
> You should not need to reset the Receiver on the same network just
> because you moved it's location.

well, I was running out of options and quite desperate. What I forgot:
after a reset, the Receiver also looses the Wlan-settings and it needs
to be connected with the controller first. So, the red blinking button
was reasonable. 

However, after the reset this problematic Squeezebox-Receiver was
streaming without any issues for over 3min. (what an improvement). But
then it stopped again without resuming. 
The other player, who is in the some room works without any issues.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread toby10

You should not need to reset the Receiver on the same network just
because you moved it's location.



toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Man in a van

Grossmann200 wrote: 
> 
> 
> ==> I am very certain the problem is somewhere "inside" this
> Squeezebox-Receiver.

Maybe try the power supply from one of the good ones?

Ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

bpa wrote: 
> 
> Check your location for other sorces of wifi on the same channel - if
> you have an Android phone/tablet there are many good apps for this.
> 


I have exchanged the problematic Squeezebox-Receiver with another one.
This 3rd Squeezebox-Receiver is now at the same position as the 1st.
Result: this 3rd receiver works without any issues. Hence: location or
signal strength should not be the issue.

Furthermore, I moved the problematic Squeezebox-Receiver to the room,
where the 2nd (non problematic) receiver is located and pressed the
button for over 6sec. until it starts fast red flashing. Situation: that
problematic 2nd receiver shows me since 30min. a slow red flashing
button.

==> I am very certain the problem is somewhere "inside" this
Squeezebox-Receiver.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread bpa

Grossmann200 wrote: 
> Why should the WiFi-connection breaks only when streaming a web-radio.
> but not when streaming music from a hard-drive?

Streaming music from harddrive (all audio of file is immeidately
available)  comes across in a single http GET which means you'll get a
burst of data at the max speed speed of the connection - so music file
will be sent to player in one continuous burst if possible.  If the file
is a typical 3-4 min MP3 then player will be able to buffer whole file
before it starts playing. Single TCP/IP connection is used but it is
closed when data is all sent so next file will use a new connection.

Streaming radio has data but not all data is immediately available as it
is an "Inifinte" file so LMS again using a single HTTP GET will sent an
initial burst of data (your 20 sec) but then LMS/player will have to
wait until more data is available from source then another burst perhaps
10 secs laters, and then another burst perhaps 10 secs later - so
streaming radio is made up of of a lot of short bursts of data with long
gaps in between on the same TCP/IP connection - but if connection breaks
(e.g. lost packet) then no more audio.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-27 Thread Grossmann200

I just "discovered" the following:

I connected a 2nd Squeezebox-Receiver to my WiFi and started to stream a
webradio. I works without any issues.
First I thought: okay, perhaps it is the quality of the web-stream. I
stopped that 2nd Squeezebox-Receiver and started the 1st
Squeezebox-Receiver with the same webstream. And there the problem still
exists.

Next, in the WebGui I went to Player, selected the 1st
Squeezebox-Receiver and
- pressed: resetting
- in Audio: I changed all settings to the same values as in the 2nd
Squeezebox-Receiver
... and the problem is still there.

All what I could further see: when the stream stopps, the color of the
bush-button on the Squeezebox-Receiver changes to yellow. Which is an
indication for "no wifi connection". But this Squeezebox-Receiver has
100% signal strength, since it is just 5cm away from the WiFi-Router.
Much better than the additional 2nd receiver (who has only 49% signal
strength).



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread Grossmann200

DJanGo wrote: 
> Hi,
> 
> dont go to http://www.mysqueezebox.com/download, - go to
> http://downloads.slimdevices.com/
> 
> your wlan looks very interesting - are you sure its a 1a setup? (i
> wouldnt do that but of course i am a networker)
> Is your ddwrt higher than sp1? - if not ->you got it.

On the host/primary router: Firmware: DD-WRT v24-sp2 (10/10/09) vpn
On the client/secondary router: Firmware: Firmware: DD-WRT v24-sp2
(08/07/10) std

Regarding my setup?
Well ... I am not a networker and usually I have to fix my technical
"home" problems with the help of the internet :-). I have the situation
that the modem of my ISP is very far away from my desktop computer,
network storage etc. Because of that I connected to ISP-modem a router
configured as a host and in the other room another router configured as
a client. On the client-router I have now connected all my "stuff"
including the RaspberryPi with the Logitech Media Server. If this is a
1a setup ... I don't know. But it is working. E.g. streaming
radio-stations to my desktop which is also connected to the
client-router makes no problems at all.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread DJanGo

Hi,

dont go to http://www.mysqueezebox.com/download, - go to
http://downloads.slimdevices.com/

your wlan looks very interesting - are you sure its a 1a setup? (i
wouldnt do that but of course i am a networker)
Is your ddwrt higher than sp1? - if not ->you got it.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread Grossmann200

bpa wrote: 
> This indicates that your system has not been able to communicate with
> Squeezenetwork for a long time - - perhaps you have network connection
> issues.
> 
> 
> This is consistent with LMS waiting for data from the network or network
> connection has broken while LMS was waiting for data.
> 
> 
> Is this a new problem that has just recently started happengin or it has
> been around for a long time or have you just started using LMS or has it
> just started when using LMS on Pi ...etc.  ?
> What station are you playing ?
> Why have such an old version of LMS on a Pi ?
> What OS is on your Pi ?
> Are you players synced ?
> What is the topology of your network ?
> Generally the more info about the systems that are invoilebd when
> playing atstauion will be useful.

I will try to answer the items one by one:

"Is this a new problem?"
Yes and no. I have those Squeezebox-Receivers since 2007. But from the
beginning they have been very challenging for me (always some kind of
issues). So I didn't use them constantly. However, for sure there was a
time without that problem (but at that time, I didn't use two routers in
a "client-bridge mode".) Now I want to give those Squeezebox-Receivers a
try again. Reason: I have just dicovered that I can use Python to
control them over the LMS's CLI.

"What station are you playing?"
I tried out at least five different stations. All with the same result.
At the moment, I test it with the following Url, because that stream has
a very low bitrate: http://www.antennebrandenburg.de/livemp3

Why have you such an old version of LMS on a Pi?
Old? If I go to http://www.mysqueezebox.com/download, Version 7.7.5 is
the most recent one did I miss something?

What OS is on your Pi?
Raspbian ... but I have setup this Pi perhaps already 3 year. However, I
am still doing the updates/upgrades frequently.

Are your playes sync?
Not at the moment. Indeed, right now only one player is connected

What is the topolgoy of your network.
I have two routers, each running dd-wrt. Those two routers form a
"Client Bridge Mode". The Raspberry is connected with the Client-Router
directly over an Ethernet cable. The Squeezebox-Receiver uses the WiFi.

I know, this is now indicating towards the "client brdige mode" is the
culprit. But why is then a normal stream from the hard-drive causing no
trouble at all? Also, everything else in the Lan/Wlan network runs
smoothly ... besides the Squeezeboxes.



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread bpa

Grossmann200 wrote: 
> ... messages in the inlog file: I checked in WebUI the logfile
> /var/log/squeezeboxserver/server.log: there was nothing recorded around
> the time, when the issue occured. There have been "only" error messages
> over 2hrs. (!) before I tried to stream the radio. 
> (That 2hrs. old error message is: [16-12-26 17:57:36.0147]
> Slim::Networking::SqueezeNetwork::Players::_players_error (334) Unable
> to get players from SN: Couldn't resolve IP address for:
> www.mysqueezebox.com, retrying in 86400 seconds"
This indicates that your system has not been able to communicate with
Squeezenetwork for a long time - - perhaps you have network connection
issues.

> BTW: when the stream stops playing, LMS doesn't indicate that it
> stoppes. Indeed, the player's mode is still on "play".
This is consistent with LMS waiting for data from the network or network
connection has broken while LMS was waiting for data.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread Grossmann200

bpa wrote: 
> This "feels" like a network problem.  LMS preloads a player's buffer
> before starting playing but it seems your player cannot be topped up
> after the initial load.
> 
> 1. Post any message shown inlog file.
> 2. If it is a simple network issue then enabling "proxied" playback
> might help - WebUI Settings/Player/Audio/MP3 Streaming Method - set to
> Proxied.   The name is misleading it applies to all format not just
> MP3.
> 3. Other possibility is some sort of transcoding issue burt more details
> are needed before any specific help can be offered.

First: thanks for your fast/kind reply.

Regarding ..
... messages in the inlog file: I checked in WebUI the logfile
/var/log/squeezeboxserver/server.log: there was nothing recorded around
the time, when the issue occured. There have been "only" error messages
over 2hrs. (!) before I tried to stream the radio. 
(That 2hrs. old error message is: [16-12-26 17:57:36.0147]
Slim::Networking::SqueezeNetwork::Players::_players_error (334) Unable
to get players from SN: Couldn't resolve IP address for:
www.mysqueezebox.com, retrying in 86400 seconds"

... I enabled "steaming via proxy" as a MP3 streaming method. I started
a stream. I could hear the music immediately ... but the problem
remains. After perhaps 20 sec. it stopped and didn't come back. I
pressed "play", music starts again very fast ... and after approx.
30sec. it stopped again .. and so on. 

... some sort of transcoding issue: what further infomation can I
provide which may narrows down the problem.

BTW: when the stream stops playing, LMS doesn't indicate that it
stoppes. Indeed, the player's mode is still on "play".



Grossmann200's Profile: http://forums.slimdevices.com/member.php?userid=34175
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] RadioStream stopps after 20sec. playing and never resumes

2016-12-26 Thread bpa

Grossmann200 wrote: 
> £What else can I do?

This "feels" like a network problem.  LMS preloads a player's buffer
before starting playing but it seems your player cannot be topped up
after the initial load.

1. Post any message shown inlog file.
2. If it is a simple network issue then enabling "proxied" playback
might help - WebUI Settings/Player/Audio/MP3 Streaming Method - set to
Proxied.   The name is misleading it applies to all format not just MP3.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=106693

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss