Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
RAI DAB+ feed from 5 West
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cirio70" data-source="post: 1128371" data-attributes="member: 417496"><p>A quick guide:</p><p></p><p>assuming you have the transponder stored in your box, we have to create the service for receiving the radios.</p><p>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:</p><p>[ATTACH]141786[/ATTACH]</p><p>In the extra parameters i tell the box to use the pid 701 (<strong>c:15</strong>=use pid <strong>02bd</strong>=701 in HEX)</p><p>Now you have to send the new channel to your box and restart enigma2.</p><p></p><p>We are ready to see what's inside the stream: connect to your box using telnet and send this command:</p><p>[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[/code]</p><p></p><p>where:</p><p><strong>1:0:1:21FD:1:10:640000:0:0:0</strong> is the service reference of the channel we just created (just copy it from dreamboxedit)</p><p><strong>fedi2eti</strong> is the command necessary to decapsulate the dab stream</p><p><strong>701</strong> is the pid containing the stream</p><p><strong>239.232.1.201</strong> is the multicast ip address where the dab stream is transmitted</p><p><strong>4000</strong> is the port</p><p><strong>ni2out --list</strong> tells the receiver to list the stations contained in the stream</p><p></p><p>If we did everything right we should see something like this:</p><p>[code]</p><p>root@sf8008:~# 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</p><p>using pid 701 ip 239.232.1.201 port 4000</p><p>[03/28/22 10:10:32] Initialise next pseq to 63188</p><p>[03/28/22 10:10:32] EDI-AF: Packet sequence error</p><p></p><p>Ensemble: Salisbury (0xc1d8)</p><p>****************************************************************************</p><p> # Programme Label Serv.Id. P/S SubCh Capac.Units Prot. Bitrate Mode</p><p>****************************************************************************</p><p> 1: Grt Hits S Coast (0xc4e5) Prm 15 24 (334-357) eep-3a 32 Kb/s DAB+</p><p> 2: Grt Hits Sals (0xc487) Prm 14 58 (276-333) uep-3 80 Kb/s DAB</p><p> 3: Nation 70s (0xc2ed) Prm 4 24 ( 24- 47) eep-3a 32 Kb/s DAB+</p><p> 4: Nation 80s (0xc2ef) Prm 5 24 ( 48- 71) eep-3a 32 Kb/s DAB+</p><p> 5: Nation 90s (0xc2fa) Prm 6 24 ( 72- 95) eep-3a 32 Kb/s DAB+</p><p> 6: Angel Vintage (0xcdc2) Prm 7 24 ( 96-119) eep-3a 32 Kb/s DAB+</p><p> 7: Salisbury Radio (0xc2c1) Prm 8 36 (120-155) eep-3a 48 Kb/s DAB+</p><p> 8: Like One (0xceeb) Prm 9 24 (156-179) eep-3a 32 Kb/s DAB+</p><p> 9: BFBS Edge (0xc4f1) Prm 11 24 (204-227) eep-3a 32 Kb/s DAB+</p><p>10: BFBS Gurkha (0xc2fc) Prm 13 24 (252-275) eep-3a 32 Kb/s DAB+</p><p>11: BFBS Beats (0xced6) Prm 12 24 (228-251) eep-3a 32 Kb/s DAB+</p><p>12: Like Retro (0xc1f3) Prm 10 24 (180-203) eep-3a 32 Kb/s DAB+</p><p>13: BFBS Salisbury (0xc991) Prm 1 24 ( 0- 23) eep-3a 32 Kb/s DAB+</p><p>14: Hot Gold (0xccef) Prm 16 18 (358-375) eep-3a 24 Kb/s DAB+</p><p>15: Hot Radio (0xc481) Prm 17 18 (376-393) eep-3a 24 Kb/s DAB+</p><p>Free CUs on this multiplex = 470[/code]</p><p></p><p>Back to dreamboxedit, we need to create a new bouquet of favorites and add a new iptv service (right click - "IPTV and other streaming services" - Add) and insert the data we have collected before:</p><p>[ATTACH=full]141788[/ATTACH]</p><p>The important data are:</p><p>Stream Type : non -TS</p><p>Name : Use the name you want</p><p>URL: <a href="http://localhost:5237/fedi2eti/" target="_blank">http://localhost:5237/fedi2eti/</a> SERVICE REFERENCE / PID / IP ADDRESS / PORT / SERVICE ID</p><p>Service Type: 2 (radio)</p><p></p><p>In the url the SERVICE ID is the hex number you see in table received using telnet, so in the example above BFBS Beats has the service id 0xced6.</p><p></p><p>Add an IP service for every channel of the dab stream, send the new channels to the box, reload channels and if you did everithing right you can now listen to your new radio stations.</p></blockquote><p></p>
[QUOTE="cirio70, post: 1128371, member: 417496"] 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: [ATTACH alt="service1.png"]141786[/ATTACH] In the extra parameters i tell the box to use the pid 701 ([B]c:15[/B]=use pid [B]02bd[/B]=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[/code] where: [B]1:0:1:21FD:1:10:640000:0:0:0[/B] is the service reference of the channel we just created (just copy it from dreamboxedit) [B]fedi2eti[/B] is the command necessary to decapsulate the dab stream [B]701[/B] is the pid containing the stream [B]239.232.1.201[/B] is the multicast ip address where the dab stream is transmitted [B]4000[/B] is the port [B]ni2out --list[/B] tells the receiver to list the stations contained in the stream If we did everything right we should see something like this: [code] root@sf8008:~# 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 using pid 701 ip 239.232.1.201 port 4000 [03/28/22 10:10:32] Initialise next pseq to 63188 [03/28/22 10:10:32] EDI-AF: Packet sequence error Ensemble: Salisbury (0xc1d8) **************************************************************************** # Programme Label Serv.Id. P/S SubCh Capac.Units Prot. Bitrate Mode **************************************************************************** 1: Grt Hits S Coast (0xc4e5) Prm 15 24 (334-357) eep-3a 32 Kb/s DAB+ 2: Grt Hits Sals (0xc487) Prm 14 58 (276-333) uep-3 80 Kb/s DAB 3: Nation 70s (0xc2ed) Prm 4 24 ( 24- 47) eep-3a 32 Kb/s DAB+ 4: Nation 80s (0xc2ef) Prm 5 24 ( 48- 71) eep-3a 32 Kb/s DAB+ 5: Nation 90s (0xc2fa) Prm 6 24 ( 72- 95) eep-3a 32 Kb/s DAB+ 6: Angel Vintage (0xcdc2) Prm 7 24 ( 96-119) eep-3a 32 Kb/s DAB+ 7: Salisbury Radio (0xc2c1) Prm 8 36 (120-155) eep-3a 48 Kb/s DAB+ 8: Like One (0xceeb) Prm 9 24 (156-179) eep-3a 32 Kb/s DAB+ 9: BFBS Edge (0xc4f1) Prm 11 24 (204-227) eep-3a 32 Kb/s DAB+ 10: BFBS Gurkha (0xc2fc) Prm 13 24 (252-275) eep-3a 32 Kb/s DAB+ 11: BFBS Beats (0xced6) Prm 12 24 (228-251) eep-3a 32 Kb/s DAB+ 12: Like Retro (0xc1f3) Prm 10 24 (180-203) eep-3a 32 Kb/s DAB+ 13: BFBS Salisbury (0xc991) Prm 1 24 ( 0- 23) eep-3a 32 Kb/s DAB+ 14: Hot Gold (0xccef) Prm 16 18 (358-375) eep-3a 24 Kb/s DAB+ 15: Hot Radio (0xc481) Prm 17 18 (376-393) eep-3a 24 Kb/s DAB+ Free CUs on this multiplex = 470[/code] Back to dreamboxedit, we need to create a new bouquet of favorites and add a new iptv service (right click - "IPTV and other streaming services" - Add) and insert the data we have collected before: [ATTACH type="full" alt="sevice2.png"]141788[/ATTACH] The important data are: Stream Type : non -TS Name : Use the name you want URL: [URL]http://localhost:5237/fedi2eti/[/URL] SERVICE REFERENCE / PID / IP ADDRESS / PORT / SERVICE ID Service Type: 2 (radio) In the url the SERVICE ID is the hex number you see in table received using telnet, so in the example above BFBS Beats has the service id 0xced6. Add an IP service for every channel of the dab stream, send the new channels to the box, reload channels and if you did everithing right you can now listen to your new radio stations. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
RAI DAB+ feed from 5 West
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top