config rtp2httpd
	option disabled '1'
	option respawn '1'
	# option use_config_file '0'
	# option verbose '1'
	# option port '5140'

	# Upstream Interface Configuration
	# Simple mode (default): Use one interface for all traffic
	# option upstream_interface 'iptv'

	# Advanced mode: Configure separate interfaces for different traffic types
	# To enable advanced mode, set advanced_interface_settings to '1' in LuCI
	# or uncomment the specific interface options below instead of upstream_interface
	# option advanced_interface_settings '0'
	# option upstream_interface_multicast 'eth0'
	# option upstream_interface_fcc 'eth1'
	# option upstream_interface_rtsp 'eth2'
	# option upstream_interface_http 'eth3'

	# option maxclients '5'
	# option workers '1'
	# option buffer_pool_max_size '16384'
	# option udp_rcvbuf_size '524288'
	# option hostname 'somehost.example.com'
	# option xff '0'
	# option status_page_path '/status'
	# option player_page_path '/player'
	# option r2h_token 'your-secret-token-here'
	# option external_m3u 'https://example.com/playlist.m3u'
	# option external_m3u_update_interval '7200'
	# option mcast_rejoin_interval '0'
	# option fcc_listen_port_range '40000-40100'
	# option zerocopy_on_send '0'
	# option rtsp_stun_server 'stun.miwifi.com'
	# option cors_allow_origin '*'
	# option ffmpeg_path 'ffmpeg'
	# option ffmpeg_args '-hwaccel none'
	# option video_snapshot '0'
