iSub-old-swift-port
iSub-old-swift-port copied to clipboard
MP3 bitrate sometimes displayed incorrectly
The bitrate shown in the player view is sometimes incorrect. It seems to be related with seeking: I can reproduce this easily when seeking in a song that’s currently being streamed.
Bitrate shown as 32 kbps (actually 320)
Bitrate shown as 439 kbps (actually 320)
Subsonic transcoding command:
/var/subsonic/transcode/ffmpeg -i /mnt/musik/Artists/A/AC_DC/1995 T.N.T. (album)/106 AC_DC - Rocker.mp3 -map 0:0 -b:a 320k -v 0 -f mp3 -
Let me know if you’d like me to test this with formats other than MP3 or other MP3 bitrates.
Yeah the bitrate display is "live" from the player, so likely I'm not resetting some number in the calculation after seeking. Also I need to make it a rolling average so it doesn't fluctuate so much.
This has been improved and I think fixed, but leaving this open to double check.
Great, I’ll double-check with the next beta build.