MallocArray / obico-oraclecloud

Self Hosted Obico server on Oracle Cloud Free Tier
53 stars 3 forks source link

Video only streaming snapshots (moonraker-obico) #8

Closed hydazz closed 2 years ago

hydazz commented 2 years ago

I have got obico setup and mostly working following the setup instructions, but it's only serving snapshots, (i assume at 0.1fps). how do I get it to stream the live video stream at 25fps?

Im using klipper + moonraker + mainsail

and here is the moonraker-obico.cfg

[server]
url = 
auth_token = 

[moonraker]
host = 127.0.0.1
port = 7125

[webcam]
disable_video_streaming = False
snapshot_url = http://127.0.0.1/webcam?action=snapshot
stream_url = http://127.0.0.1/webcam/?action=stream

[logging]
path = /home/pi/klipper_logs/moonraker-obico-.log

here are the errors im getting which dont provide much information

2022-07-10 13:52:33,128     ERROR  obico.utils - backing off 18.201134 seconds: Janus quit! This should not happen. Exit code: 127
2022-07-10 13:52:44,750      INFO  backoff - Backing off wait_for_janus(...) for 16.5s (ConnectionRefusedError: [Errno 111] Connection refused)
hydazz commented 2 years ago

seems to be fixed in 0.4.1

MallocArray commented 2 years ago

@hydazz Was that a new version of klipper, moonraker, or obico?

hydazz commented 2 years ago

@hydazz Was that a new version of klipper, moonraker, or obico?

moonraker-obico, 0.4.1 has added 25fps streaming to all OSs