-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (10 loc) · 742 Bytes
/
README
File metadata and controls
17 lines (10 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
******************************************************************************************************
Developing RTSP protocol for the IP Camera
Author: Muhammad Junaid Muzammil
Created: April 10th , 2012
******************************************************************************************************
1) The main.c program contains the source code for the session establishment between the client and the source IP camera. This program connects the client with the source over port 554. The IP address of the server is to be provided as an argument.
Compile the program by executing the following command
gcc main.c stream-acq.c -o main
Execute the program by executing the following command
./main CAMERA_IP_ADDRESS