Quantcast
Channel: Squeezebox : Community : Forums
Viewing all articles
Browse latest Browse all 9342

Error trying to play particular AAC stream

$
0
0
I am working on supporting some newly announced Radio France streams in my plugin.
I have song names working ... but I cannot get the streams to play (they are not in TuneIn yet).

One example is
https://direct.mouv.fr/live/mouvrapfr-hifi.aac
which redirects to
https://chai5she.cdn.dvmr.fr/mouvrapfr-hifi.aac

Odd thing .... it plays in Chrome but not in Winamp or Mplayer.

This is Mouv Rap Francais
I am working with a freshly installed LMS via pCP so I might have missed something (I have installed pcp-lame).
LMS logging turned up shows:
Code:

[19-02-12 15:46:45.6966] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if aac-mp3-*-* is enabled
[19-02-12 15:46:45.7009] Slim::Player::TranscodingHelper::checkBin (250)    enabled
[19-02-12 15:46:45.7044] Slim::Player::TranscodingHelper::checkBin (252)  Found command: [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -
[19-02-12 15:46:45.7084] Slim::Player::TranscodingHelper::getConvertCommand2 (382) Rejecting [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - - because required capability D not supported:
[19-02-12 15:46:45.7124] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: aac-test-squeezeplay-02:0e:8e:22:ae:82
[19-02-12 15:46:45.7162] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: aac-test-*-02:0e:8e:22:ae:82
[19-02-12 15:46:45.7204] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: aac-test-squeezeplay-*
[19-02-12 15:46:45.7240] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: aac-test-*-*
[19-02-12 15:46:45.7276] Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't find any command matches for type: aac
[19-02-12 15:46:45.7315] Slim::Player::Song::open (410) Error: Couldn't create command line for aac playback for [https://chai5she.cdn.dvmr.fr/mouvrapfr-hifi.aac]
[19-02-12 15:46:45.7355] Slim::Player::StreamingController::_playersMessage (789) Unsupported sample-rate: https://chai5she.cdn.dvmr.fr/mouvrapfr-hifi.aac
[19-02-12 15:46:45.7434] Slim::Schema::RemoteTrack::get (392) https://chai5she.cdn.dvmr.fr/mouvrapfr-hifi.aac, title->https://direct.mouv.fr/live/mouvrapfr-hifi.aac
[19-02-12 15:46:45.7519] Slim::Player::StreamingController::_willRetry (1397) no retry data

Key bits ...
"capability D not supported"
"Didn't find any command matches for type: aac"
"Couldn't create command line for aac playback"
"Unsupported sample-rate"

Playback device is a Joggler running oldish version of JiveLite.
LMS running on an old RPi and faad is installed
/usr/local/slimserver/Bin/armhf-linux/faad
and it is able to run (shows Build: Apr 6 2017 along with other stuff).

Errors above imply to me that LMS is determining that this fails - before it has run faad.

Viewing all articles
Browse latest Browse all 9342

Trending Articles