Skip to content

Troubleshooting

  1. Check stream status to ensure status is running:
Terminal window
unleash-stream-cli list
  1. Follow logs for the relevant stream:
Terminal window
unleash-stream-cli logs DEVICE -f
  1. Verify the source URL is accessible from the machine.
  2. Verify the destination URL (device ID + token) is correct.
  • Check the FFmpeg log file for error details.
  • Confirm RTSP credentials and source URL correctness.
  • Confirm outbound RTMP/network access is not blocked.
  • Increase connection timeout (--timeout) for slow sources:

macOS

Terminal window
launchctl list | grep unleash

Linux (systemd)

Terminal window
systemctl --user status unleash-stream.service

Check service logs

Terminal window
cat /tmp/unleash-stream-service.log

macOS requires explicit camera permission for background capture processes.

Go to System Settings > Privacy & Security > Camera and ensure access is allowed for unleash-stream-cli.

If the issue persists, contact Unleash live Support or your Unleash live Account Manager.