Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notedit authored May 5, 2020
1 parent 90ab9d3 commit a9ba8a0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ media server go demo for https://github.com/notedit/media-server-go
#### Ubuntu 18.04.2 LTS
```shell
mkdir wk_webrtc && cd wk_webrtc
git clone --recurse-submodules https://github.com/notedit/media-server-go-native.git
git clone https://github.com/notedit/media-server-go.git
git clone --recurse-submodules https://github.com/notedit/media-server-go.git
git clone https://github.com/notedit/media-server-go-demo.git

# build media-server-go-native
cd media-server-go-native && make -j 4

# build media-server-go
cd ../media-server-go && go build
cd ../media-server-go && make && go build

# build media-server-go-demo
cd ../media-server-go-demo
Expand All @@ -30,6 +27,7 @@ go build

# rtmp-to-webrtc
sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-libav gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev

go build

# rtp-streamer
Expand Down Expand Up @@ -59,4 +57,4 @@ go build
- [RTMP-To-WebRTC](https://github.com/notedit/media-server-go-demo/tree/master/rtmp-to-webrtc): Rtmp to webrtc
- [Server-To-Server](https://github.com/notedit/media-server-go-demo/tree/master/server-to-server): WebRTC server relay
- [WebRTC-To-RTMP](https://github.com/notedit/media-server-go-demo/tree/master/webrtc-to-rtmp): WebRTC to rtmp
- [WebRTC-To-HLS](https://github.com/notedit/media-server-go-demo/tree/master/webrtc-to-hls): WebRTC to hls
- [WebRTC-To-HLS](https://github.com/notedit/media-server-go-demo/tree/master/webrtc-to-hls): WebRTC to hls

0 comments on commit a9ba8a0

Please sign in to comment.