Open masoudr opened 7 years ago
@masoudr Thank you for using picam! 1) Run a web server (e.g. nginx or Apache) and make HLS output directory public. 2) HLS encryption has nothing to do with HTTPS. If you want to use HTTPS, you need to enable it with a web server.
Thanks for the answer.
Follow these instructions (you don't need php) https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md
Then, run picam with -o /var/www/html/hls
option. At this point, the HLS stream is available at http://YOUR_PI_IP/hls/index.m3u8
For authentication, Basic Auth is very easy to setup. Try googling it.
As for audio noise, WiFi dongle might cause such noise. Put microphone away from WiFi dongle. Also, please make sure that you are using a power supply that provides enough power.
Thank you.
I tried to take away the mic, and it was fixed then I tried to use my 4g USB dongle which has built in wifi too, but the noise getting crazy and got worse.
here is the log window: (I see a lot of "-o-o-o" in the terminal)
...-o-o-o-o-o-o-o-o-o-trying to recover from error microphone error: buffer overrun
Is there any solution to fix it?
Please lower the microphone volume with alsamixer
command and see if "o-o-o-" disappears.
Hi, First, thank you for the awesome project, I tested a lot of related solutions and this one is one of the best. My questions maybe already were asked but I didn't find a straight forward answer yet. I have 2 questions: