# AppConfigDb needs this to determine the capabilities of all applications. # # Each line in the file should be of format # app_id (int >= 0) # str_media ("AUDIO" | "VIDEO" | "APPLICATION" | "DATA" | # "CONTROL") # str_transport_protocol ("TCP" | "UDP" | "RTP") # num_transport_send_ports (int > 0) # num_recv_ports (int > 0) # [fmts]* (optional int's) # # Parsing skips empty lines or lines prefixed with '#' in 1st column. # Lines are case sensitive. # AppId Media Xport Send Recv Fmts 10 AUDIO RTP 2 2 0 # 20 VIDEO RTP 2 2 32 # 30 APPLICATION RTP 2 2 33