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"