Built-in nodesΒΆ Source nodes AudioFile Arguments file_source : str = "" block_size : int = 3 audio_rate : int = 16000 AudioRTP Arguments rec_host : str = "127.0.0.1" audio_rate : int = 16000 block_size : int = 3 channels : int = 2 process_log_level : str = "quiet" payload_type : int = 97 encoding_clock_chan : str = "opus/48000/2" AudioRTPAv Arguments host : str = "127.0.0.1" port : int = 8888 payload_type : int = 97 encoding_clock_chan : str = "opus/48000/2" out_rate : int = 16000 out_channels : int = 1 resampler_format : str = "dblp" block_size : int = 3 HttpJson Arguments endpoint : str = "juturna" port : int = 8888 JsonWebsocket Arguments rtx_host : str = "127.0.0.1" rtx_port : int = 1237 VideoFile Arguments video_path : str = "" width : int = 800 height : int = 600 VideoRTP Arguments rec_host : str = "127.0.0.1" rec_port : int = 8888 payload_type : int = 97 codec : str = "vp8" width : int = 640 height : int = 480 VideoRTPAv Arguments rec_host : str = "127.0.0.1" rec_port : int = 8888 payload_type : int = 97 codec : str = "vp8" encoding_clock_chan : str = "9000" Proc nodes Warp (auto) Arguments grpc_host : str = "localhost" grpc_port : int = 50080 timeout : int = 30 remote_config : dict 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"