Skip to content

Commit

Permalink
Update README.md [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Sep 18, 2013
1 parent 8e090da commit b144dbc
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,27 @@
[![Build Status](https://travis-ci.org/hyades/gst-switch.png?branch=master)](https://travis-ci.org/hyades/gst-switch)
[![Coverage Status](https://coveralls.io/repos/hyades/gst-switch/badge.png?branch=master)](https://coveralls.io/r/hyades/gst-switch?branch=master)

# GstSwitch
# gst-switch
## Purpose
This project is intended to be a replacement of DV-switch base on GStreamer.
This project is intended tog be a replacement of DV-switch base on GStreamer.
##Installing gst-switch
```bash
git clone https://github.com/hyades/gst-switch.git
cd gst-switch
./.travis-setup.sh
```
or you can do
```bash
wget https://raw.github.com/hyades/gst-switch/master/scripts/install.sh
chmod +x install.sh
./install.sh
```
The dependencies are taken care by the installation method.
## Components
GstSwitch contains two parts, *gst-switch-srv* and *gst-switch-ui*
gst-switch contains two parts, *gst-switch-srv* and *gst-switch-ui*
## Quick Manual
### The GstSwitch Server
The GstSwitch server will open at least three ports for video/audio input, and
### The gst-switch Server
The gst-switch server will open at least three ports for video/audio input, and
command controls.
#### Video Input
The video input port is *3000*. Supported input video format: I420
Expand Down Expand Up @@ -58,16 +71,3 @@ The command control port is *5000*.
e.g. *record 2013-01-23 131139.dat*
</td></tr>
</table>
##Installing GstSwitch
```bash
git clone https://github.com/hyades/gst-switch.git
cd gst-switch
./.travis-setup.sh
```
or you can do
```bash
wget https://raw.github.com/hyades/gst-switch/master/scripts/install.sh
chmod +x install.sh
./install.sh
```
The dependencies are taken care by the installation method.

0 comments on commit b144dbc

Please sign in to comment.