Git Product home page Git Product logo

video_streaming's Introduction

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

video_streaming's People

Contributors

thodde avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.