-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS says downloaded file damanged #6
Comments
Yeah, I think Go stopped supporting very old versions. |
I will try a newer Mac. How reliable would this be to send live audio from computer. I assume there is a url generated for others to listen. In our case it is a church service delivered to a local AM radio station. I would hate to provide them a link and your servers changed or went down. Once they set it up from the computers it would be annoying for them to keep changing. This is a great service though. Thank You for providing! |
Yeah it generates a URL for others to listen. I have no plans for taking the service down or changing the name. But, to be frank, the reliability really depends on sponsorship (servers/domains/bandwidth do cost me real $). If you or someone in your congregation could support me, that would go a long way to maintaining this tool and many others: https://github.com/sponsors/schollz |
I will see how the UI works with choosing the USB audio input and remembering it. They are using Mixlr now and it has stopped remembering on the recent update. It is fairly complicated etc. Would be great if heavier users would pay. |
Neither, this simply streams from
There is no
Yes, that's the main purpose.
Yes, you can choose to use a credit card or most other online banking services if you were to choose sponsorship. If you want to sponsor me, please feel free to email me ([email protected]), I'd be happy to help you get you set up. |
@aquav77 try running |
I recently figured out how to do the "no download" version of this on a mac os. You can running the following (if you have ffmpeg -f avfoundation -i ":default" -f mp3 - | \
curl -s -k -H "Transfer-Encoding: chunked" -X POST -T - \
"https://streammyaudio.com/MYSTREAMNAME.mp3?stream=true&advertise=true" Added to the instructions as well: |
confirmed @strickinato , amazing! that worked immediately. |
I am running a much older version of Mac OS. Could that be the issue?
The text was updated successfully, but these errors were encountered: