bpa wrote: > With "YLE Klassinen" which has WMA and HLS - there is no problem. I was > toggling between players and one was not capable of WMA and the HLS > stream is 256kbps same as WMA not 64kbps as reported by Tune-in so I got > confused. > Thank you. I didn't see the problem as you reported it, so I was becoming confused too.
bpa wrote: > Tune-in returns the "non playable" for the second request. This request > format actually comes from Tune-in as Tune-in App submenu dynamic and is > an OPML file direct from Tune-in which LMS requests (URL following) when > My Apps/Tune-in menu item is selected > > Code: -------------------- > > > http://opml.radiotime.com/Index.aspx?username=ABCDE&partnerId=16 > -------------------- > > > I don't know if LMS can 'massage' the My Apps/Tune-in menu item call locally. If so, it could be supplemented with the formats, i.e: Code: -------------------- http://opml.radiotime.com/Index.aspx?username=ABCDE&partnerId=16&formats=aac,ogg,mp3 -------------------- That does give the result wanted: Code: -------------------- <snipped/> <outline type="search" text="Search TuneIn" URL="http://opml.radiotime.com/Search.ashx?query={QUERY}&formats=aac,ogg,mp3&partnerId=16&username= ABCDE"/> <snipped/> -------------------- I have never actually used this menu item, I've always used the Radio sub-menu. There remains an issue with TuneIn, namely: which stream formats to request as 'playable', a point you've raised before. Absent a format string, TuneIn seems to deem 'aac' stream as unplayable (and, presumably, 'hls'). There are pros and cons, I think, to including transcodable streams[1]. But if you must have 'cfgp', and your player doesn't do 'aac' natively, then I guess there is no 'con'. [1] i.e. Could end up transcoding when not necessary. But perhaps not a problem in practice. ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=110714 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
