MainSqueeze wrote: > Well, the short version is: I can extend gorman’s custom-convert > to apply equalizer settings to remote streams as well, but in doing so > I’m losing the ability to seek within individual streams. The long > version follows: > > My test case is a Bandcamp URL: > > What am I missing? (It wouldn’t be the first time I’m > missing something obvious.) Or is this simply something that can’t > (yet) be done?
bpa wrote: > May I suggest a different approach since it looks like you may want to > tackle all audio formats on the same player. > > Since the Mac address is 00:00:00:00:00 - is the player a soft player > such as squeezelite based ? > > If so, then do equalisation in the player and not in LMS. @bpa advice is wise and in addition, it does not work because the HTTP handler, on top of which band's campout is build does not authorize seeking (canSeek=1) by the transcoding rule. The 'T' flag is ignored. The 'canTranscodeSeek' method would have to be set by the plugin. You can seek when using "mp3 mp3" identity rule because the 'I' (stdin) proxying is used and then LMS queries the mp3 stream with the right offset, but does not expect the rule itself to do the seek. So, try using an 'I' flag and not a 'R' and let LMS do the seek request at the HTTP level for you LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=112497 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
