blob: 8f4bf8eb5d88d033b56d5ca6fc553fa307efe0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This directory contains a Audio/Video Streaming
service client and server to measure the throughput achieved and also
the stream establishment time.
server options:
=============
-p : Use Process strategy.
-r : Use reactive strategy.
Other standard orb options.
client options:
==============
-b block_size to be used.
-t No. of threads on the client side (to measure stream establishment
time for different threads.)
-s Use the Datagram reactive strategy and streamendpoint.Default is
TTCP reactive strategy.
-p Port number to listen on.
-h hostname to bind to.
|