Dabstreamer

Well 99 percent of the time it takes Work to add something from Github to an image. And since you don't use telnet, then you probably will not use this feature. The user manual for the TNAP version of dabstreamer is attached. and will be included in the next build.
 

Attachments

Efforts were made to build ad correctly install Dabstreamer into current TNAP-7 image versions.

Dabstreamer is CLI or Command Line Interface. It will not be seen in the plugins menu per se. You sort of need to know what command line interface is. In its basic form, a CLI such as Dabstreamer will be started inside a termial (putty may be used in Windows). Dabstreamer is started and ran inside the terminal. It is also installed inside the terminal.Example:


Code:
pli@pli-Precision-T5610:~/Videos$ ssh root@192.168.1.160
root@sf8008:~# opkg find "*dabstreamer*"
dabstreamer - 1.0+git17+8d84fef0+8d84fef64b-r1
root@sf8008:~# opkg update
Downloading http://162.216.113.217/tnap-7/all/Packages.gz.
Updated source 'tnap-all'.
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/Packages.gz.
Updated source 'tnap-cortexa15hf-neon-vfpv4'.
Downloading http://162.216.113.217/tnap-7/sf8008/Packages.gz.
Updated source 'tnap-sf8008'.
root@sf8008:~# opkg install dabstreamer
Installing eti-tools (1.0+git117+73f4a0f0+73f4a0f574) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/eti-tools_1.0+git117+73f4a0f0+73f4a0f574-r0_cortexa15hf-neon-vfpv4.ipk.
Installing tsniv2ni (1.0+git9+00c08940+00c08945f0) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/tsniv2ni_1.0+git9+00c08940+00c08945f0-r0_cortexa15hf-neon-vfpv4.ipk.
Installing rtl-sdr (418+84195f10+84195f169f) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/rtl-sdr_418+84195f10+84195f169f-r0_cortexa15hf-neon-vfpv4.ipk.
Installing libfftwf (3.3.10) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/libfftwf_3.3.10-r0_cortexa15hf-neon-vfpv4.ipk.
Installing dab-cmdline-sdgradio-pcm (1.3+git343+22152fa0+22152fa509) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/dab-cmdline-sdgradio-pcm_1.3+git343+22152fa0+22152fa509-r1_cortexa15hf-neon-vfpv4.ipk.
Installing dabstreamer (1.0+git17+8d84fef0+8d84fef64b) on root
Downloading http://162.216.113.217/tnap-7/cortexa15hf-neon-vfpv4/dabstreamer_1.0+git17+8d84fef0+8d84fef64b-r1_cortexa15hf-neon-vfpv4.ipk.
Configuring eti-tools.
Configuring tsniv2ni.
Configuring libfftwf.
Configuring rtl-sdr.
Configuring dab-cmdline-sdgradio-pcm.
Configuring dabstreamer.
DAB Streamer installed successfully
HTTP streaming interface will be available on port 5237
Configure settings in /etc/default/dabstreamer if needed

Start the service with:
  /etc/init.d/dabstreamer start
 Adding system startup for /etc/init.d/dabstreamer.
Starting dabstreamer...
dabstreamer started successfully (PID: 24165)
HTTP interface available on port 5237
root@sf8008:~#
 
Back
Top