tonyfox wrote: > I'm running LMS 7.9 on a raspberry pi 2. I've installed the updated > plugins for iPlayer and iPlayer extra. When I play an AAC stream it is > pitch shifted down slightly (and running slow?). I'm wondering if it's > playing a 48KHz stream at 44.1KHz? Anyone able to help?
If you are using PlayHLS plugin to transcode the live BBC HLS stream then if you have chnage you setup to send PCM stream to player (i.e. not Flac or MP3 which have headers in the stream) - LMS and the player will assume a 44.1Khz stream as PCM has no header and when using transcoding using ffmpeg (or any other application which takes the stream directly from internet and not from LMS) there is no way to tell LMS of the sample rate of the stream. LMS can tell player sample rate because it scans files and the underdstand the sample rate from the file info. Extras shoudl work OK as it is using RTMP and this is handled properly by plugin RTMP protocol handler. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=103312 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
