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="Dggrr" data-source="post: 1128438" data-attributes="member: 238167"><p>I think the SatDreamGR tools are reasonably portable to any other image.</p><p></p><p>I currently have it working on my Linux desktop.</p><p></p><p>Steps were as follows:</p><p></p><p>(0. install eti-tools on Linux as described earlier in this thread and on the piratfm git repository.)</p><p></p><p>1. Clone the SatDreamGR dabstreamer repository</p><p></p><p>$ git clone <a href="https://github.com/satdreamgr/dabstreamer.git" target="_blank">GitHub - satdreamgr/dabstreamer: DAB Streamer for Enigma2 using tsniv2ni and modified ni2http</a></p><p>$ cd dabstreamer</p><p></p><p>2. the file dabstreamer is Python but has 127.0.0.1 hard coded as the dvb tuner address, I changed this to 192.168.1.11 in my case within the dabstreamer source</p><p></p><p>3. run dabstreamer </p><p></p><p>~/src/dabstreamer $ ./dabstreamer </p><p>usage: ./dabstreamer start|stop|restart|manualstart</p><p></p><p>I think start|stop|refresh are for a daemonized execution, so</p><p></p><p>~/src/dabstreamer $ ./dabstreamer manualstart</p><p>Mon Mar 28 22:42:34 2022 Server Starts - :5237</p><p></p><p>4. in a web browser enter the url, e.g. <a href="http://localhost:5237/fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6" target="_blank">http://localhost:5237/fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6</a></p><p></p><p>After 3 or 4 seconds the BFBS station starts to play in my Firefox tab</p><p></p><p>Also some messages appear in the console running dabstreamer</p><p></p><p>127.0.0.1 - - [28/Mar/2022 22:44:15] "GET /fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6 HTTP/1.1" 200 -</p><p>127.0.0.1 - - [28/Mar/2022 22:44:15] Parameters: /fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6</p><p>127.0.0.1 - - [28/Mar/2022 22:44:15] Using command wget <a href="http://192.168.1.11:8001/1:0:C:21FD:1:10:64ABD5:0:0:0" target="_blank">http://192.168.1.11:8001/1:0:C:21FD:1:10:64ABD5:0:0:0</a>: -q -O- | fedi2eti 701 239.232.1.201 4000 | ni2out --sid 0xced6</p><p></p><p>Finally Ctrl-C in the console to kill the dabstreamer server:</p><p></p><p>^CMon Mar 28 22:48:08 2022 Server Stops - :5237</p><p></p><p>Dabstreamer is doing much the same as dablin or dablin_gtk</p><p></p><p>All that would be required to do the whole thing on another image would be an native compiled set of eti-tools. e.g. Arm, mipsel, etc</p><p></p><p>There is a fork of eti-tools on the SatDreamGR git but it is 4 years out of date, so I suspect that they are now using the version in the piratfm repository but could be wrong.</p><p></p><p>Dabstreamer seems to run happily on the Python 3.10 of my desktop linux and on the Python 2.7 of my OpenATV, a pleasant surprise.</p><p></p><p>I do have an arm cross-compiler for building oscam, and will see if I can build eti-tools to run on my SF8008 OpenATV box. It may take a few days.</p></blockquote><p></p>
[QUOTE="Dggrr, post: 1128438, member: 238167"] I think the SatDreamGR tools are reasonably portable to any other image. I currently have it working on my Linux desktop. Steps were as follows: (0. install eti-tools on Linux as described earlier in this thread and on the piratfm git repository.) 1. Clone the SatDreamGR dabstreamer repository $ git clone [URL="https://github.com/satdreamgr/dabstreamer.git"]GitHub - satdreamgr/dabstreamer: DAB Streamer for Enigma2 using tsniv2ni and modified ni2http[/URL] $ cd dabstreamer 2. the file dabstreamer is Python but has 127.0.0.1 hard coded as the dvb tuner address, I changed this to 192.168.1.11 in my case within the dabstreamer source 3. run dabstreamer ~/src/dabstreamer $ ./dabstreamer usage: ./dabstreamer start|stop|restart|manualstart I think start|stop|refresh are for a daemonized execution, so ~/src/dabstreamer $ ./dabstreamer manualstart Mon Mar 28 22:42:34 2022 Server Starts - :5237 4. in a web browser enter the url, e.g. [URL]http://localhost:5237/fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6[/URL] After 3 or 4 seconds the BFBS station starts to play in my Firefox tab Also some messages appear in the console running dabstreamer 127.0.0.1 - - [28/Mar/2022 22:44:15] "GET /fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6 HTTP/1.1" 200 - 127.0.0.1 - - [28/Mar/2022 22:44:15] Parameters: /fedi2eti/1:0:C:21FD:1:10:64ABD5:0:0:0:/701/239.232.1.201/4000/0xced6 127.0.0.1 - - [28/Mar/2022 22:44:15] Using command wget [URL]http://192.168.1.11:8001/1:0:C:21FD:1:10:64ABD5:0:0:0[/URL]: -q -O- | fedi2eti 701 239.232.1.201 4000 | ni2out --sid 0xced6 Finally Ctrl-C in the console to kill the dabstreamer server: ^CMon Mar 28 22:48:08 2022 Server Stops - :5237 Dabstreamer is doing much the same as dablin or dablin_gtk All that would be required to do the whole thing on another image would be an native compiled set of eti-tools. e.g. Arm, mipsel, etc There is a fork of eti-tools on the SatDreamGR git but it is 4 years out of date, so I suspect that they are now using the version in the piratfm repository but could be wrong. Dabstreamer seems to run happily on the Python 3.10 of my desktop linux and on the Python 2.7 of my OpenATV, a pleasant surprise. I do have an arm cross-compiler for building oscam, and will see if I can build eti-tools to run on my SF8008 OpenATV box. It may take a few days. [/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