forked from lvjh/Video_Streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
36 lines (28 loc) · 1.23 KB
/
README.txt
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
29
30
31
32
33
34
35
36
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-
Video_Streaming Application
By Trevor Hodde
o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-
Prerequisites:
--------------
1. The Streaming Video Client and Server were written using the Ubuntu Operating System (Version 12.04)
2. The Compiler version is GCC 4.7.2.
3. Using GTK
Before compiling and running the Video Client, you must install GTK+ on the Unix system.
If you do not know how to install GTK+, please see http://www.gtk.org/
If you are using an Ubuntu system (Which this program was built on) type "sudo apt-get install gtk2-engines-pixbuf" to install the necessary libraries.
If anything else is needed, Ubuntu will complain to you at runtime.
Running the Program:
--------------------
1. To compile the project, just run the following steps:
cd server
make
cd ../client
make
You can also choose to "make clean" in case of any unexpected errors or changes.
2. To run the video server, you must provide a valid port number.
Example: ./VideoServer 5000
3. To run the video client, you must provide the following parameters:
IP Address or hostname of the server
Valid port number
Existing Video File on the server
Example: ./VideoClient 10.244.174.79 5000 tmp.Mjpeg