My code is taken from the example in the PiCamera2 documentation.
https://datasheets.raspberrypi.com/came ... manual.pdf
You need to start an http server with the command :And with VLC, you can open a stream at the http address containing the stream (ex: http://ip-address:port/stream.m3u8
At the end, I managed to get my stream working on Android. I called in help on the Android dev side and the problem was from there.
On the other hand, whether it's HLS or DASH, I think my raspberry crashes because after a while, I lose the SSH and HTTP connection and I have to restart the power supply.
Any idea why?
https://datasheets.raspberrypi.com/came ... manual.pdf
You need to start an http server with the command :
Code:
python3 -m http.server
At the end, I managed to get my stream working on Android. I called in help on the Android dev side and the problem was from there.
On the other hand, whether it's HLS or DASH, I think my raspberry crashes because after a while, I lose the SSH and HTTP connection and I have to restart the power supply.
Any idea why?
Statistics: Posted by Armageddon123 — Tue Sep 03, 2024 5:55 pm