Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 27, 2015
1 parent 88d1a38 commit 4a72619
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ cd ~/srs-dolphin/trunk && make

```
cd ~/srs-dolphin/trunk &&
./objs/srs_dolphin -p 19350 -w 4 -s 1936,1937,1938,1939 -b ../../srs/trunk/objs/srs -c conf/srs.conf
./objs/srs_dolphin -p 19350 -w 4 -s 1936,1937,1938,1939 \
-b ../../srs/trunk/objs/srs -c conf/dolphin.conf
```

Remark: User can specifies the SRS in other valid path.

Remark: The conf/dolphin.conf is a default conf for SRS by dolphin, user can use others.

**Step 5:** Publish stream

```
Expand Down

0 comments on commit 4a72619

Please sign in to comment.