Subsonic 5.0.beta1 released

Announcements and discussion of new releases.

Moderator: moderators

Re: Subsonic 5.0.beta1 released

Postby jps2041 » Tue Jun 03, 2014 6:18 pm

Chromecast feature only tried to work when I had a chromecast add-on installed into my browser .. otherwise the icon wouldn't even show up.
I wasn't able to stream a single video out of my collection onto the chromecast from either a chrome browser or firefox browser. It didn't even try, it just sat at the home screen thing with the subsonic logo.
Last edited by jps2041 on Wed Jun 04, 2014 7:54 pm, edited 1 time in total.
jps2041
 
Posts: 8
Joined: Fri Feb 08, 2013 3:37 pm

Re: Subsonic 5.0.beta1 released

Postby jps2041 » Wed Jun 04, 2014 7:53 pm

I'm having transcoding issues playing mpeg-4 files (similar to what others have seen, song hung at 0:00 and if I skip forward it seems to work) ... the -map option did not work, although I may have entered the command wrong?

[6/4/14 2:29:58 PM CDT] DEBUG TranscodeInputStream Starting transcoder: [c:\subsonic\transcode\ffmpeg] [-i] [E:\All Music\Music\HipHop_Rap_Groovy\Lupe Fiasco\Lupe Fiasco's Food & Liquor\12 Pressure (ft. Jay-Z).m4a] [-ab] [128k] [-v] [0] [-f] [mp3] [-] [-map] [0:0]

Seems to have to do with an end of file exception

[2014-06-04 14:21:35,049] WARN RESTFilter - Error in REST API: EofException
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760)
at org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:546)

Here is the download link to a zip archive of the audio file and subsonic.log

https://mega.co.nz/#!y1JEXBbA!YDtNfO23X ... PZWmJWh34U
jps2041
 
Posts: 8
Joined: Fri Feb 08, 2013 3:37 pm

Re: Subsonic 5.0.beta1 released

Postby sindre_mehus » Wed Jun 04, 2014 8:11 pm

jps2041 wrote:I'm having transcoding issues playing mpeg-4 files (similar to what others have seen, song hung at 0:00 and if I skip forward it seems to work) ... the -map option did not work, although I may have entered the command wrong?

[6/4/14 2:29:58 PM CDT] DEBUG TranscodeInputStream Starting transcoder: [c:\subsonic\transcode\ffmpeg] [-i] [E:\All Music\Music\HipHop_Rap_Groovy\Lupe Fiasco\Lupe Fiasco's Food & Liquor\12 Pressure (ft. Jay-Z).m4a] [-ab] [128k] [-v] [0] [-f] [mp3] [-] [-map] [0:0]

Seems to have to do with an end of file exception

[2014-06-04 14:21:35,049] WARN RESTFilter - Error in REST API: EofException
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760)
at org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:546)

Here is the download link to a zip archive of the audio file and subsonic.log

https://mega.co.nz/#!y1JEXBbA!YDtNfO23X ... PZWmJWh34U


Please use this in Settings > Transcoding:

ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -

Sindre
Subsonic developer
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Re: Subsonic 5.0.beta1 released

Postby jps2041 » Wed Jun 04, 2014 8:16 pm

sindre_mehus wrote:
jps2041 wrote:I'm having transcoding issues playing mpeg-4 files (similar to what others have seen, song hung at 0:00 and if I skip forward it seems to work) ... the -map option did not work, although I may have entered the command wrong?

[6/4/14 2:29:58 PM CDT] DEBUG TranscodeInputStream Starting transcoder: [c:\subsonic\transcode\ffmpeg] [-i] [E:\All Music\Music\HipHop_Rap_Groovy\Lupe Fiasco\Lupe Fiasco's Food & Liquor\12 Pressure (ft. Jay-Z).m4a] [-ab] [128k] [-v] [0] [-f] [mp3] [-] [-map] [0:0]

Seems to have to do with an end of file exception

[2014-06-04 14:21:35,049] WARN RESTFilter - Error in REST API: EofException
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760)
at org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:546)

Here is the download link to a zip archive of the audio file and subsonic.log

https://mega.co.nz/#!y1JEXBbA!YDtNfO23X ... PZWmJWh34U


Please use this in Settings > Transcoding:

ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -

Sindre


That seemed to do it. Thanks!
jps2041
 
Posts: 8
Joined: Fri Feb 08, 2013 3:37 pm

Re: Subsonic 5.0.beta1 released

Postby baaldemon » Thu Jun 05, 2014 10:02 pm

I updated and tried out the chromecast feature but it doesnt seem to cast anything besides the subsonic logo to the screen.

I tried first with video, it cast very briefly the name of what it was trying to cast then the tv went to a screen that just showed the subsonic logo. I tried to press play and there was sound coming out of my laptop speakers, not the tv, and no picture from the video on either screen. I then tried to cast just a music file, once again the subsonic logo was cast but no music was being playing (couldnt even get it to play through my laptop speakers). Nothing in the logs to indicate any issues.
baaldemon
 
Posts: 99
Joined: Fri May 07, 2010 11:54 am

Re: Subsonic 5.0.beta1 released

Postby ebasta » Fri Jun 06, 2014 4:21 am

Thank you! The map settings have seemed to restore transcoding for m4a, but in the playlist I am still seeing the string of filetypes:
ebasta
 
Posts: 92
Joined: Fri Dec 17, 2010 8:07 pm

Re: Subsonic 5.0.beta1 released

Postby sindre_mehus » Sat Jun 07, 2014 7:23 pm

ebasta wrote:Thank you! The map settings have seemed to restore transcoding for m4a, but in the playlist I am still seeing the string of filetypes:


Could you please post your transcoding settings as well?

Thanks,
Sindre
Subsonic developer
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Re: Subsonic 5.0.beta1 released

Postby ebasta » Sun Jun 08, 2014 5:37 pm

Name:
mp3 audio

Convert from:
ogg oga aac flac wav wma m4a aif aiff ape mpc s

Convert to :
ogg oga aac m4a flac wav wma aif aiff ape mpc shn

Step 1:
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -

-and-

Downsample command:
ffmpeg -i %s -ab %bk -v 0 -f mp3 -
ebasta
 
Posts: 92
Joined: Fri Dec 17, 2010 8:07 pm

Re: Subsonic 5.0.beta1 released

Postby daneren2005 » Sun Jun 08, 2014 5:56 pm

Convert to is supposed to have only one thing in it silly [GRINNING FACE WITH SMILING EYES]

Sent from my Nexus 7 using Tapatalk
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: Subsonic 5.0.beta1 released

Postby ebasta » Sun Jun 08, 2014 7:33 pm

Oh - I haven't changed anything since the last release and this started happening only in the 5 beta1! OK - I'll experiment more.
ebasta
 
Posts: 92
Joined: Fri Dec 17, 2010 8:07 pm

Re: Subsonic 5.0.beta1 released

Postby daneren2005 » Sun Jun 08, 2014 7:50 pm

It might have been stripping off everything after the first one before.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: Subsonic 5.0.beta1 released

Postby tmoran000 » Mon Jun 09, 2014 3:57 pm

i also upgraded to the 5.0 Beta and when I try to chromecast I get the Yellow sub on my screen and thats as far as it goes.

here are my settings Image
tmoran000
 
Posts: 15
Joined: Mon Jan 13, 2014 3:48 pm

Re: Subsonic 5.0.beta1 released

Postby kargath » Mon Jun 09, 2014 6:28 pm

I haven't upgraded yet because I currently only have one SS environment and I want to keep it on a stable release for now, but I have a question for those that have upgraded.

Is the alphabetical sorting of sub-folders fixed again? It broke way back.. I want to say in v4.0 or so (maybe earlier)... when things were changed to sort off of the metadata instead of the folder name... it's been brought up a number of times with pretty much every release, but it never seems to get a fix.

I'm not sure where SS is getting the sort order from, but I usually end up with 2 or 3 "chunks" of folders that end up alpha sorted within those chunks... so I'll get 2 or 3 groupings that go A-Z within a folder... it makes it extremely annoying to browse because I'll think I'm missing an artist folder only to do a ctrl-F and find it farther down the page.

I know I've seen others mention it, but it's been awhile.

I really want a true "Sort by folder name" option to come back.
kargath
 
Posts: 33
Joined: Wed Feb 15, 2012 2:31 pm

Re: Subsonic 5.0.beta1 released

Postby noxon » Thu Jun 12, 2014 11:37 am

I'm getting some weird errors after the server has been running for a while.

I can connect and use subsonic as normal.

But my log is now filled with:
[12/06/14 12:17:14 CEST] WARN Util Failed to resolve local IP address.
[12/06/14 12:42:33 CEST] INFO AudioScrobblerService Last.fm registration for Song 2 encountered network error. Will try again later. In queue: 2


Restarting the server mitigates the problem for a while.

Version 5.0.beta1 (build 4024) – 24 May 2014
Server jetty-6.1.x, java 1.7.0_07, Mac OS X (172.9 MB / 462.8 MB)

I've also had some trouble with the flash player not downloading complete songs - causing playback to be interrupted. Using another player (subair for instance) works fine.
noxon
 
Posts: 14
Joined: Thu Apr 30, 2009 12:38 pm

Re: Subsonic 5.0.beta1 released

Postby lupinehorror » Sun Jun 15, 2014 5:12 pm

upgrade from the latest stable was uneventful (Debian 7 headerless) with the usual 'dpkg -i'.
DLNA working fine with my linux desktop and PS3 but i have no access to a windows machine to try it with that.
having the same issue as some others with FLAC files...well not all FLAC files...just a few. the odd thing is that they were all encoded using the same software.
encountered some issues with casting video too. can start to cast it to my TV fine but it doesn't actually play. the subsonic logo appears and then there's a yellow status bar along the bottom which goes across a bit and then stops. then back to the subsonic logo. at this point the playback slider within the subsonic web UI stops at around 10s. the videos all play fine from the usual player from within the browser. the log says it's transcoding something like this

Code: Select all
-async] [1] [-b] [2000k] [-s] [400x300] [-ar] [44100] [-ac] [2] [-v] [0] [-f] [flv] [-vcodec] [libx264] [-preset] [superfast] [-threads] [0] [-]


not a deal breaker for me as i've got various other media servers running on this box that i can cast from.
liking version 5 so far so thanks to all those who are involved.
User avatar
lupinehorror
 
Posts: 9
Joined: Sun Jun 10, 2012 7:26 am

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 1 guest