Jump to content

GstWebRTC - Building GstWebRTC: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 95: Line 95:


From the scratch
From the scratch
Installation path:
<syntaxhighlight lang='bash'>
export GSTDIR=/opt/local/
</syntaxhighlight>
Package path:
<syntaxhighlight lang='bash'>
export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
</syntaxhighlight>


* SCTP libraries
* SCTP libraries
Line 111: Line 101:
cd usrsctp
cd usrsctp
./bootstrap  
./bootstrap  
./configure --prefix $GSTDIR
./configure <platform configuration option, see Table 1>
make  
make  
sudo make install
sudo make install
Line 122: Line 112:
cd openwebrtc-gst-plugins
cd openwebrtc-gst-plugins
./autogen.sh
./autogen.sh
./configure --prefix $GSTDIR CFLAGS=-I$GSTDIR/include LDFLAGS=-L$GSTDIR/lib/  
./configure --prefix <platform configuration option, see Table 1> CFLAGS=-I<prefix>/include LDFLAGS=-L$<prefix>/lib/  
make
make
sudo make install
sudo make install
234

edits

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