reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
182 stars 56 forks source link

[Error] #139

Open juan0fran opened 3 years ago

juan0fran commented 3 years ago

Describe the bug SOX MP3 library is missing in install script or WORKING.md to highlight that libsox-fmt-mp3 shall be installed in the raspberry pi and ncat and libsox-fmt-mp3 in the host computer.

Screenshots and/or logs pi@xxx: ~/raspberry-noaa $ ./test_reception.sh 105 The server is in testing mode tuned to 105 Mhz! Open a terminal in your computer and paste: ncat 303 8073 | play -t mp3 -

Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM sox FAIL formats: no handler for given file type `mp3'

Server information (please complete the following information):

Problem is solved installing

sudo apt-get install libsox-fmt-mp3

in the raspberry pi, and

sudo apt-get install ncat libsox-fmt-mp3

in the host computer.

Add both commands in "WORKING.md" to complete the guide.

Thank you for your work!

jekhokie commented 3 years ago

@juan0fran come check out V2 of this library: https://github.com/jekhokie/raspberry-noaa-v2

Also, feel free to join us on Discord chat - there’s a whole community around V2 now: https://discord.gg/5UfPraGh