⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
// README,v 1.4 2003/11/08 02:16:10 yamuna Exp

Description
-----------

This directory contains a simple test in the form of a sender and a
receiver.  The test has the following features:

1. It tests the AVStreams Pluggable Protocol Framework
2. Shows a mechanism to pace data.
3. Records the inter-frame arrival time and dumps the results
in the Stats.dat file.

Running the test
----------------

receiver
--------

receiver -f <output_filename>

-f <output_filename> -> The name of the file under which the received stream
                        data has to be stored (defaults to "output")

sender
------

sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-l <local_address>] [-a <peer_address>] [-d] 

-f filename --> The file to be streamed to the receiver (defaults to
                "input"). 

-p protocol --> The protocol string could be UDP, TCP, RTP/UDP or SCTP_SEQ (defaults to
                UDP). But with the multicast address it should be UDP.

-r framerate--> The rate at which tha data frames need to be sent
                (defaults to 30 frames per second).

-l address  --> Local address in the format host:port. If protocol is SCTP_SEQ then specify "," 
		separated secondary addresses.eg. primary_addr:port,sec_addr1,sec_addr2

-a address  --> Destination address in the format host:port. If protocol is SCTP_SEQ then specify "," 
		separated secondary addresses.eg. primary_addr:port,sec_addr1,sec_addr2

-d          --> Increment the TAO_debug_level for debug messages.


The test must be run with the naming service.  Check the run_test.pl
to see how to configure the test case.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -