I may have found the problem with the aac960 channels and a workaround!
The problem is Gstreamer, the one installed in satdreamgr even if older can play AAC960 using correct libavcodec, the one installed in OpenATV, even if newer, can't.
I tried upgrading OpenATV gstreamer including missing libraries but without success.
So i installed "ServiceApp" which is a service allowing to select the player to use (in OpenATV normally we have 2 player installed: Gstreamer (Default) and exteplayer3).
If you look in your bouquet file, you'll notice that all the iptv services begins with 4097 which means "Default Player" so Gstreamer
If i use 5002 instead of 4097 enigma2 will use exteplayer3 as player and guess what..... exteplayer3 can play AAC960!
So, for the moment, if you want to listen to AAC960 in openATV you must:
1) Install serviceapp
opkg install enigma2-plugin-systemplugins-serviceapp
2) Manually edit your dab bouquet file changing 4097 with 5002 ( or edit using dreamset choosing Stream Type=non-TS (exteplayer3) )
I.e. this is my line for Virgin Anthems in the SDL dab Service on 9E:
Code:
#SERVICE 5002:0:2:1:0:5:0:0:0:0:http%3a//localhost%3a5237/ts2na/1%3a0%3a1%3a492%3a1AF4%3a9E%3a5A0000%3a0%3a0%3a0%3a/1063/12/0xc7e6:Virgin Anthems
#DESCRIPTION Virgin Anthems
That's all for now