Skip to content

hirozonet/janus-skywayiot-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prepare for development

version 0.4

copy and make symbolic links

cp configure.ac ${SOMEWHERE}/janus-gateway
cp Makefile.am ${SOMEWHERE}/janus-gateway
ln -s conf/janus.plugin.skywayiot.cfg.sample ${SOMEWHERE}/janus-gateway/conf
ln -s plugins/janus_skywayiot.c ${SOMEWHERE}/janus-gateway/plugins

make

cd ${SOMEWHERE}/janus-gateway
sh autogen.sh
./configure --prefix=/opt/janus --disable-rabbitmq --disable-docs --disable-websockets
make
sudo make install
sudo make configs

© Kensaku Komatsu @komasshu

About

Janus plugin for SkyWay IoT SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.5%
  • M4 24.0%
  • Makefile 16.1%
  • Shell 0.4%