A quick guide:
assuming you have the transponder stored in your box, we have to create the service for receiving the radios.
in this case we know the PID where the stream is broadcasted (701), so we create a new service whit dreamboxedit editing one of the channels of the bouquet:
View attachment 141786
In the extra parameters i tell the box to use the pid 701 (c:15=use pid 02bd=701 in HEX)
Now you have to send the new channel to your box and restart enigma2.
We are ready to see what's inside the stream: connect to your box using telnet and send this command:
Code:wget http://localhost:8001/1:0:1:21FD:1:10:640000:0:0:0: -q -O- | fedi2eti 701 239.232.1.201 4000 | ni2out --list



@rodschacould you try the same command using windows telnet terminal?
(Just in case: in "Windows power shell" type "telnet <ip.of.your.box>")

Question : is there the way to do it with mpe2aac/mpe2mpa signals ? For example
Seems to me, that '| ni2out --list' is not "valid" for that kind of format...or am i wrong ?
wget 127.0.0.1:8001/1:0:1:48D:1AF4:9E:5A0000:0:0:0: -q -O- | ts2na -p 1062 -s 12 | na2ni | ni2out --list
It seems to that this problem is only present on sf8008, on sf4008 doesn't seems to have a problem. I've read in another forum for sf8008, i only own 4008.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
Thank you for bearing with me, Cirio70.could you try the same command using windows telnet terminal?
(Just in case: in "Windows power shell" type "telnet <ip.of.your.box>")




From what i see you didn't install tsniv2ni (it's missing from the file list you posted) and if you read carefully on the telnet window it says "Command not found".Where's my missing point?!