📄 config.ini
字号:
###################################################### file name : config.ini# function: used to configure the codec devices by # client.# modify data: 2005-07-04 by wxr######################################################################################################### vm2010 parameters##################################################### device type: ENCODER,DECODER,CODECdevice_type=ENCODERdevice_ID=999# media stream type# TS:transport stream PS:program stream VES:video element streammedia_type=PS##################################################### network send parameters##################################################### transport_potocol: RTP,UDPtransport_protocol=UDP# local network parameterslocal_network_ipaddr=192.168.1.13local_network_mask=255.255.255.0local_network_gateway=192.168.1.1# my_port is my api server port wait for net api callmy_port=5050# server parametersserver_address=192.168.1.21:2121# control addresscontrol_ipaddr=192.168.1.21# use multicast send data - doMulticast: TRUE or FALSEdoMulticast=TRUEmulticast_address=234.1.1.21:2222# use unicast send data - doNetSend: TRUE or FALSEdoNetSend=TRUEsend_target_list=192.168.1.21:7777,192.168.1.16:6666##################################################### file record/write parameters##################################################### doFileWrite: TRUE or FALSEdoFileWrite=FALSE# file_write_name, its value is ignoredfile_write_name=fwrite.mpg##################################################### serial port param##################################################### for com1com1_baud_rate=9600com1_data_bit=8com1_parity_type=Ncom1_stop_bit=1# for com2com2_baud_rate=9600com2_data_bit=8com2_parity_type=Ncom2_stop_bit=1# alarm com: 0-none,1-com1,2-com2, read alarm from this comlocal_alarm_com=1# send alarm to the remote alarm server, IP:Portcom_remote_address=192.168.1.21:5678################################################## end of the config.ini file##################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -