Skip to content

Instantly share code, notes, and snippets.

View Dagnan's full-sized avatar

Michel Pigassou Dagnan

View GitHub Profile
require 'open3'
RTSP_USER = 'user'
RTSP_PASSWORD = 'password'
RTSP_HOST = '192.168.1.100'
RTSP_PATH = '/live2'
RTSP_PROXY_URI = 'rtmp://127.0.0.1/live/test'
SCREENSHOT_FILE_NAME = 'screenshot.png'