https://github.com/nkbai/gopjnath
a go wrapper of gopjnath
https://github.com/nkbai/gopjnath
golang ice pjnath stun turn
Last synced: about 1 month ago
JSON representation
a go wrapper of gopjnath
- Host: GitHub
- URL: https://github.com/nkbai/gopjnath
- Owner: nkbai
- Created: 2018-04-19T08:10:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T08:33:59.000Z (about 8 years ago)
- Last Synced: 2025-01-27T06:16:18.327Z (over 1 year ago)
- Topics: golang, ice, pjnath, stun, turn
- Language: C
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# gopjnath
a go wrapper of gopjnath
# how to use
## build
### 1. build pjsip
```
wget http://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2
tar xjf pjproject-2.7.2.tar.bz2
cd pjproject-2.7.2
./configure --disable-sound --disable-video --disable-ssl
make dep && make && make install
```
### 2. build example
```
cd cmd
go build
```
you can find how to use the export api in the cmd/main.go