Search results

  1. _Peek

    Reolink RLC-410-5MP streams out-of-sync

    Damn ... I got hooked by the Hook UP :facepalm:
  2. _Peek

    Reolink RLC-410-5MP streams out-of-sync

    I TRULY appreciate the truth. Thank You Sir. However, what would you recommend as an equivalent replacement ? Requirements being: BlueIris (Yes, I'm stubborn) 5MP POE Night time No person, vehicle detection or whatever on the camera. Therefore I've got BlueIris + Deepstack (That...
  3. _Peek

    Passing variables from Blue Iris to a script

    I'm a bit stumped. How would one pass a variable from Blue Iris to a script ? ( and then also, how would one test/validate the contents of a variable? (During testing) ) Variables/Macros being: &CAM &ALERT_JPEG I'm trying to send an alert image to Telegram via an action within BlueIris...
  4. _Peek

    Reolink RLC-410-5MP streams out-of-sync

    8x Reolink RLC-410-5MP cameras were purchased to replace 8x 2MP Jovision POE cameras. However, BlueIris has never been the same again. Though the picture quality is better, everything else is problematic. Motion isn't detected properly. Playback is erratic. Triggers fire too late or not even at...
  5. _Peek

    Deepstack & Telegram notification

    I have BlueIris v5.5.2.5 (leonowski/docker-blueiris:run_as_service ) and Deepstack both running in docker containers. Alert text messages is easily send from BlueIris to Telegram by simply specifying the "Configure Web Request or MQTT" action with...
  6. _Peek

    Timeline Playback on UI3

    Is it possible to have a timeline playback (displaying all cameras at once) in UI3 as doable within the BlueIris console?
  7. _Peek

    BlueIris running in a Docker Container

    My portainer stack config (compose) being: version: "2" services: blueiris: image: jshridha/blueiris container_name: blueiris environment: - TZ=Australia/Perth volumes: - rediris:/root/prefix32:rw - /etc/localtime:/etc/localtime:ro ports: - 8055:8080...
  8. _Peek

    BlueIris running in a Docker Container

    I have BlueIris v5.2.9.19 running within a Docker container via Wine v5.11. The only outstanding an especially annoying issue is UTC time being displayed within BlueIris. The local time in the container reflects according to the timezone as passed to the container. It's only BlueIris with some...