Skip to content

Commit

Permalink
Path, dependency and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored and BonfaceKilz committed Oct 17, 2023
1 parent ccf3480 commit 054e622
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/deploying-janus-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ Create a new Fedora 38 virtual machine and then install the
build dependencies
```
sudo dnf -y install wget uacme nginx lua-devel \
cmake doxygen duktape-devel gcc glib2-devel graphviz \
cmake doxygen duktape-devel gcc git glib2-devel graphviz \
intltool jansson-devel libavcodec-free-devel \
libavformat-free-devel libavutil-free-devel \
libconfig-devel libcurl-devel libmicrohttpd-devel \
libnice-devel libogg libpcap-devel librabbitmq-devel \
libsrtp-devel libtool libwebsockets-devel lua-devel make \
nanomsg nanomsg-devel openssl-devel opus-devel paho-c-devel \
policycoreutils-python-utils sofia-sip-devel speexdsp-devel \
usrsctp-devel zlib-devel
usrsctp-devel which zlib-devel
```

### Getting and Building Janus Gateway

Clone from GitHub directly and then build it
```
git clone https://github.com/meetecho/janus-gateway
cd janus-gateways
cd janus-gateway
git checkout 9f03638
sh autogen.sh
./configure --prefix=/opt/janus
Expand Down Expand Up @@ -171,8 +171,8 @@ and [https](https://en.wikipedia.org/wiki/HTTPS) respectively.
Enable Nginx to serve content from the demo directory

```
sudo semange fcontext -a -t httpd_sys_content_t '/usr/share/janus/demos/(/.*)?'
sudo restorecon -R /usr/share/janus/demos/
sudo semanage fcontext -a -t httpd_sys_content_t '/opt/janus/share/janus/demos/(/.*)?'
sudo restorecon -R /opt/janus/share/janus/demos/
```

As explained by
Expand Down Expand Up @@ -293,7 +293,7 @@ and the lines for media contain
Configure the http transport

```
sudo vi /etc/janus/janus.transport.http.jcfg
sudo vi /opt/janus/etc/janus/janus.transport.http.jcfg
```

ensure that the http settings contain
Expand Down

0 comments on commit 054e622

Please sign in to comment.