bpa wrote: > I only tested with an SBR - to check transcoding worked. I didn't know > there were opus native players. >
There are a few and I've added that to squeezelite about a year ago I would say. My bridges also accept native opus and in transparent mode, if a player supports opus (CC player do), they report opus support to LMS and forward raw data, but the mimetype is set to audio/ogg:codecs=opus. In re-coding mode, they report to LMS that opus is supported and do transcoding, so it's more simple > > I think streaming opus with "audio/ogg;codecs=opus" may have worked - > the problem is the "application/ogg" is already ambiguous between vorbis > and flac - opus is just another variation. I don't even know why people > want to bother with opus for streaming as well as MP3 and AAC. However, > it also seem that use of MIME types is not well defined and so LMS > should follow "accepted practice" - if a browser can play the stream > natively - LMS should follow suit if it is feasible which appears to be > so. But I've tested this opus webradio form the OP and it does not works because, as you pointed out, the parseOggHeader does not check that it's opus, so it sends an "ogg" (o) codec to the player (i.e. squeezelite) with is then interpretred as vorbis ... and that does not end up very well :) I've verified that the OP radio works well once we added your patch, so I think it was the real problem 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=111959 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
