boerbiet wrote:I haven't seen a post addressing this, but I may have overlooked it..
When at work, I use subsonic to stream my own music. I transcode everything to 192kbps mp3 on the fly. With 6.0b2 (I skipped b1), most of the songs have no duration when they play (which also results in not being able to jump to a different part in a song). I see, for example:
1:42 / Infinity:NaN:NaN
In fact, I've only found one album in my collection that does display the durations. Could this be a problem with my flac/mp3 files, or is this a bug?
My transcoding/downsampling command: ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -
This had been noted by some in b1, but I thought it was resolved. Might want to look through the b1 announcement thread.
The one that works is probably already at a lower bitrate than 192 so it doesn't need to route through the transcoder.
Being HTML5 audio tag, it is VERY browser dependent. While the browsers are converging on supporting the standard correctly, it isn't 100% yet.
As such, can you say what browser it is, on what O/S?
I know Chrome-android (and that includes FireOS Amazon products) has issues with not handling duration correctly, which should be resolved by Chromium 50 or 51.
I also know that Firefox's audio tag doesn't handle duration correctly if I route through the *.subsonic.org relay AND transcode, but works fine if I'm pointing directly to my own server OR I run it without transcoding. That one I haven't found a workaround for in SubFire (which also uses the html5 audio tag).