02-15-2021, 05:12 AM
I confirmed my camera is working on the Armbian image from the wiki. I tried the "gstreamer: h264 HLS" example from the wiki (software encoding) and I can see images from the camera in my browser.
Then I tried to do hardware encoding with your script, but I was unable to get it working. After following your instructions, here's what I get:
And when I load the webpage, I get a blank screen and this in the console:
Any ideas to fix the error?
Then I tried to do hardware encoding with your script, but I was unable to get it working. After following your instructions, here's what I get:
Code:
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
Setting pipeline to PAUSED ...
0:00:01.108083798 2042 0x2665600 ERROR cedar_h264enc gstcedarh264enc.c:340:gst_cedarh264enc_change_state: Cannot open VE
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...
And when I load the webpage, I get a blank screen and this in the console:
Code:
192.168.4.30 - - [15/Feb/2021 03:58:40] "GET / HTTP/1.1" 200 -
192.168.4.30 - - [15/Feb/2021 03:58:40] "GET /dist/hls.js HTTP/1.1" 200 -
192.168.4.30 - - [15/Feb/2021 03:58:41] code 404, message File not found
192.168.4.30 - - [15/Feb/2021 03:58:41] "GET /playlist.m3u8 HTTP/1.1" 404 -
Any ideas to fix the error?