-
Notifications
You must be signed in to change notification settings - Fork 1
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
Streaming not working when using differents wifi networks #5
Comments
The available bandwidth over 4G connection may be insufficient (https://www.speedtest.net can give you an idea of available bandwidth). In v0.1.6, the video bitrate is static, but you can adjust it using the |
Ok, thanks. |
Thanks! Happy to hear it's working for you. At the moment, we haven't been able to find a business model that would let us open-source the code, although if that changes in the future we would be happy to do so as we share the belief that open source code makes software more valuable. But we also need to feed our families. If you are worried that we're eavesdropping on the video or metrics, we're not -- feel free to use Wireshark to inspect the network traffic. We make Alohacam available for free to show developers what is possible, and get real-world testing on our code base. |
Hi again,
Ok, thanks. Do you have any plans to offer it as a service? I'm working on
a project (seed like idea and trying to build a proof-of-concept) that
would require WebRTC. I'm no expert in this and so one possibility would be
to use part of your solution. "Part" because I just need the script located
in the raspberry pi. I would just need the websocket address for the
signaling as a parameter (I think).
Regards,
Miguel
Chris Hiszpanski <[email protected]> escreveu no dia quinta,
31/10/2019 à(s) 21:00:
… Thanks! Happy to hear it's working for you.
At the moment, we haven't been able to find a business model that would
let us open-source the code, although if that changes in the future we
would be happy to do so as we share the belief that open source code makes
software more valuable. But we also need to feed our families.
If you are worried that we're eavesdropping on the video or metrics, we're
not -- feel free to use Wireshark to inspect the network traffic. We make
Alohacam available for free to show developers what is possible, and get
real-world testing on our code base.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ABYIDCO2ZYVB2EGWQRMQULTQRNBPVA5CNFSM4JFUEGD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECZHNMI#issuecomment-548566705>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYIDCNITRU4UDE26TI3XCLQRNBPVANCNFSM4JFUEGDQ>
.
|
Yes, we'll be launching a service next month. Email us at [email protected] and will make sure you're notified when this happens. |
Everything works fine when I'm connected to the same network (browser in laptop and camera in the raspberry pi).
But I tried the following: left
alohacam
running in the background and then switched the laptop wifi to an external one (used my mobile 4G as hotspot). With this setup, the stream does not work. After connecting, it only shows the first frame and then it gets frozen.If I switch back the laptop wifi to the local network and connect, it starts to work ok.
I'm using Rasp 4 with:
The text was updated successfully, but these errors were encountered: