SubWiji - Windows Subsonic Client (WPF)

Windows Subsonic Client (WPF)

Moderator: moderators

Re: Re: Windows Subsonic Client (WPF)

Postby DGMayor » Thu Mar 08, 2012 7:13 pm

paulodell wrote:
DGMayor wrote:Hey - I recently switched to this because for some reason SubAir decided to stop trying to connect to my server. Anyways, so far so good for the most part, but the main issue I'm having is if I pause the music, when I resume, it plays for a bit, but then goes quiet. Time still ticks through the end of the song length and the next will play, but it happens every single time I pause it.

I had almost the reverse issue with SubAir. I would pause it and depending on how long I paused it for (say 30 seconds), it would wait 30 seconds before it started playing again.


Hi DGMayor,
I have located the issue and it relates (at least from what I experience on my server) to a Connection timeout, if I pause the song for a long time (anything for over an hour) then the server seems to close the song stream...I am just testing some code to get around this.

How long do you pause your songs for in SubWiji before they have this issue?

Thanks

Paul


Minutes..maybe five tops.

Sent from my Galaxy Nexus using Tapatalk
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Thu Mar 08, 2012 7:27 pm

DGMayor wrote:Minutes..maybe five tops.

Thanks,
Is your connection setup as https or http?
I am trying to figure out why yours can timeout after minutes whereas mine takes about 45 minutes...
What is your upload capacity?
Also what are the specs of your server and the OS?
Thanks

Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Re: Re: Windows Subsonic Client (WPF)

Postby DGMayor » Thu Mar 08, 2012 8:14 pm

paulodell wrote:
DGMayor wrote:Minutes..maybe five tops.

Thanks,
Is your connection setup as https or http?
I am trying to figure out why yours can timeout after minutes whereas mine takes about 45 minutes...
What is your upload capacity?
Also what are the specs of your server and the OS?
Thanks

Paul


Http. Server is an i5 with 8GB ram. Connection is 50/5.

Sent from my Galaxy Nexus using Tapatalk
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Re: Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Thu Mar 08, 2012 8:44 pm

DGMayor wrote:
paulodell wrote:
DGMayor wrote:Minutes..maybe five tops.

Thanks,
Is your connection setup as https or http?
I am trying to figure out why yours can timeout after minutes whereas mine takes about 45 minutes...
What is your upload capacity?
Also what are the specs of your server and the OS?
Thanks

Paul


Http. Server is an i5 with 8GB ram. Connection is 50/5.

Sent from my Galaxy Nexus using Tapatalk

Thanks
It's a strange problem indeed, what OS are you using?
Also have you got the extra mp3 transcoder setup?
Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Re: Re: Re: Re: Windows Subsonic Client (WPF)

Postby DGMayor » Thu Mar 08, 2012 9:29 pm

paulodell wrote:
DGMayor wrote:
paulodell wrote:[quote="DGMayor"]
Minutes..maybe five tops.

Thanks,
Is your connection setup as https or http?
I am trying to figure out why yours can timeout after minutes whereas mine takes about 45 minutes...
What is your upload capacity?
Also what are the specs of your server and the OS?
Thanks

Paul


Http. Server is an i5 with 8GB ram. Connection is 50/5.

Sent from my Galaxy Nexus using Tapatalk

Thanks
It's a strange problem indeed, what OS are you using?
Also have you got the extra mp3 transcoder setup?
Paul[/quote]
transcoder is set up and it's at work so XP still

Sent from my Galaxy Nexus using Tapatalk
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Windows Subsonic Client (WPF)

Postby paulodell » Thu Mar 08, 2012 10:14 pm

Your server is at work ? Lucky you :)
Your works firewall may be giving SubWiji less wait time hence the 5 minute failure
Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Re: Re: Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Thu Mar 08, 2012 11:00 pm

DGMayor wrote:transcoder is set up and it's at work so XP still

Hi,
I have just pushed out an update 0.1.0.137, if you could try this out and see if it fixes the issue for you that would be great.
The way I have managed to re-create the error and get around it is that if the stream is going to stall it will start it as a new connection from the time that your on.

Give it a try and please let me know

Thanks

Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Windows Subsonic Client (WPF)

Postby DGMayor » Fri Mar 09, 2012 1:29 am

Sorry was at the in-laws so my responses were barely a sentence lol. Server is at home - Core I5 2500k with 8gb Ram. I listen with your program from work which I'm currently still running XP on, and yes, it is behind a firewall and there's nothing I can do about that.


I'll give the latest a whirl tomorrow!
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Fri Mar 09, 2012 8:08 am

DGMayor wrote:Sorry was at the in-laws so my responses were barely a sentence lol. Server is at home - Core I5 2500k with 8gb Ram. I listen with your program from work which I'm currently still running XP on, and yes, it is behind a firewall and there's nothing I can do about that.


I'll give the latest a whirl tomorrow!

Ah if your server is ay home then its your home firewall and internet which would change the frequency of the issue.
Let's hope that the new build fixes it
Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Fri Mar 09, 2012 8:22 pm

DGMayor wrote:I'll give the latest a whirl tomorrow!

Any luck DG?
Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Windows Subsonic Client (WPF)

Postby DGMayor » Fri Mar 09, 2012 9:13 pm

Sorry man, I had absolutely no chance to test it today. Hectic day, I think I spent all of 20 minutes at my desk. I'll definitely check it on Monday though!
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Fri Mar 09, 2012 10:11 pm

DGMayor wrote:Sorry man, I had absolutely no chance to test it today. Hectic day, I think I spent all of 20 minutes at my desk. I'll definitely check it on Monday though!

No worries at least it's the weekend now :)
Keep me informed if it still doesn't work :)
Cheers
Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Re: Windows Subsonic Client (WPF)

Postby DGMayor » Mon Mar 12, 2012 12:49 pm

paulodell wrote:No worries at least it's the weekend now :)
Keep me informed if it still doesn't work :)
Cheers
Paul



Still happening. It's weird that it is basically the opposite of what was happening with SubAir.
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

Re: Re: Windows Subsonic Client (WPF)

Postby paulodell » Mon Mar 12, 2012 1:11 pm

DGMayor wrote:
paulodell wrote:No worries at least it's the weekend now :)
Keep me informed if it still doesn't work :)
Cheers
Paul

Still happening. It's weird that it is basically the opposite of what was happening with SubAir.

Ok thats a shame,
When it happens do you get the buffer signal now? What should happen is that it will stop the audio and then try to rebuffer.
If you could give me a login i could debug it my end?

Are you using V4.6 subsonic server? Is the server running under Windows? What version of Java are you using?

Thanks

Paul
SubWiji http://tinyurl.com/7sxwbfv Install http://subwiji.paulodell.co.uk
Transcode Step1 "ffmpeg -f mp3 -i %s -ab %bk -v 0 -f mp3 -"
Tremor Games http://www.tremorgames.com/?ref=59174
User avatar
paulodell
 
Posts: 294
Joined: Fri Jul 29, 2011 11:28 am
Location: UK

Re: Windows Subsonic Client (WPF)

Postby DGMayor » Mon Mar 12, 2012 5:41 pm

WIndows 7 64 bit - Subsonic 4.6, Java 1.6rev31 or whatever the latest is.

Not seeing a buffer signal (?).


You've got a PM from me - If I pause for a short period of time, it's fine. If it's over a minute, it resumes but then goes quiet until the song ends.

I
DGMayor
 
Posts: 40
Joined: Tue Nov 15, 2011 4:28 pm

PreviousNext

Return to SubWiji

Who is online

Users browsing this forum: No registered users and 0 guests