Jump to content

GstWebRTC - Building GstWebRTC: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 92: Line 92:
libnice \
libnice \
libsrtp
libsrtp
</syntaxhighlight>
From the scratch
<syntaxhighlight lang='bash'>
export GSTDIR =/usr/lib/
git clone https://github.com/sctplab/usrsctp
cd usrsctp
./bootstrap
./configure --prefix $GSTDIR
make
make install
</syntaxhighlight>
<syntaxhighlight lang='bash'>
git clone https://github.com/EricssonResearch/openwebrtc-gst-plugins
cd openwebrtc-gst-plugins
./configure --prefix $GSTDIR CFLAGS=-I$GSTDIR/include LDFLAGS=-L$GSTDIR/lib/
make
make install
cd ..
</syntaxhighlight>
</syntaxhighlight>


434

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.