Sink nodesΒΆ NotifierHTTP Arguments endpoint : str = "http://localhost:8080" timeout : int = 20 content_type : str = "application/json" NotifierUDP Arguments endpoint : str = "127.0.0.1" port : int = 12345 payload_size : int = 1024 max_sequence : int = 9999 max_chunks : int = 1000 encoding : str = "utf8" encode_b64 : bool = true NotifierWebsocket Arguments endpoint : str = "127.0.0.1:1237" VideostreamFFMPEG Arguments dst_host : str = "127.0.0.1" dst_port : int = 8888 in_width : int = 640 in_height : int = 480 out_width : int = 640 out_height : int = 480 gop : int = 30 process_log_level : str = "quiet" ffmpeg_proc_path : str = "ffmpeg_launcher_vp8.sh.template"