zellostream
zellostream copied to clipboard
Python script to stream audio to and from a Zello channel
The result I get when I attempt to start zellostream. It will stay at this point and not go any further. python3 zellostream.py 2023-09-01 19:31:10,547 I create_zello_connection: seq: 1 This...
Trying to get a small Zello gateway up and running for a local repeater. But i have a problem. Sending audio from my phone via Zello to the radio is...
Hello! Can you write example where pyav is source?
I am not sure where I am going wrong. I have followed the steps, but clearly I have either changed something or I have missed something. Attached is the what...
Thank you for wonderful code. It work perfectly. However I curious on how to let this code broadcast pre-recorded audio file?
When forwarding data to the Zello server I get this message: {'command': 'on_channel_status', 'channel': 'FENZ_DN', 'status': 'offline', 'users_online': 0, 'images_supported': False, 'texting_supported': False, 'locations_supported': False, 'error': 'invalid password', 'error_type': 'configuration'}...
I would very much like to use you script but have no experience of Python. I have a Pi4 with a USB sound card. These cards seam to only do...
When running the script: ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:720) My OpenSSL version: 'OpenSSL 1.1.0l 10 Sep 2019'
Is there any instructions to installing this in Ubuntu, as currently I can't install the dependencies due to the need to create an environment ?
Long time user of the sound card input streaming setup. Trying to help my brother with an issue using truck recorder and UDP stream. I see where the following section...