Giter VIP home page Giter VIP logo

Comments (6)

ludwigloh avatar ludwigloh commented on August 26, 2024 1

from rtlsdr-airband.

nrussell88 avatar nrussell88 commented on August 26, 2024

I have found it easiest to narrow down where the issue is (network or machine) by adding a "file" output to your outputs and seeing if the audio experience is the same or different. I would use a file output on both devices.

You will need to create a directory for these files to go into and then note the file path. Then you can do something like the below--

outputs: (
{
type = "icecast";
server = "audio-in.liveatc.net";
port = 8010;
mountpoint = "essp2_twr_app_ctrl";
send_scan_freq_tags = true;
name = "ESSP Twr/Radar/Control";
description = "ESSP Norrkoping, Sweden";
genre = "ATC";
username = "";
password = "";
}
{
type = "file";
directory = "/your/path";
filename_template = "TOWER";
}

Syntax and explanations can be found here-
https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki/Configuring-file-outputs#syntax

If you decide to keep the file outputs after you are done troubleshooting, you can set up a quick bash script to clean the folder every X minutes or days to prevent your storage from filling up. Some brainstorming on this here

from rtlsdr-airband.

ludwigloh avatar ludwigloh commented on August 26, 2024

I must say that I am pretty confident that it is network related somehow. I have listend to a lot of the recorded files and there is absolutely no choppy or garbled audio in the files on disk.

The problem came instantly after changing from a normal PC to RPi 5. Its the same internet connection 20/10mbps.

Another observation that also was reported by a listener was that VLC has "problems" with the feed, the "seconds" that ticks in VLC often skip from x:2 directly to x:5 for instance. Maybe not related, but an observation. Also VLC seems to have some kind of issue buffering the feed.

from rtlsdr-airband.

nrussell88 avatar nrussell88 commented on August 26, 2024

I must say that I am pretty confident that it is network related somehow. I have listend to a lot of the recorded files and there is absolutely no choppy or garbled audio in the files on disk.

The problem came instantly after changing from a normal PC to RPi 5. Its the same internet connection 20/10mbps.

Another observation that also was reported by a listener was that VLC has "problems" with the feed, the "seconds" that ticks in VLC often skip from x:2 directly to x:5 for instance. Maybe not related, but an observation. Also VLC seems to have some kind of issue buffering the feed.

I agree with you it is likely network related. Are you using a WiFi or wired Ethernet connection to the Pi?

from rtlsdr-airband.

ludwigloh avatar ludwigloh commented on August 26, 2024

from rtlsdr-airband.

ludwigloh avatar ludwigloh commented on August 26, 2024

I might have rushed to a conclusion earlier. I have listened to even more recorded files and the choppy audio is present there as well. Its not so frequent anymore as it was 5 to 14 days ago. Maybe this rules out network after all.

from rtlsdr-airband.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.