atyenoria / janus-webrtc-gateway-docker

Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
687 stars 200 forks source link

Update Janus to v 0.7.6 #46

Closed kuzm1ch closed 4 years ago

kuzm1ch commented 4 years ago

Look like debian jessie is too old. Some issue is occurred after update Janus version to 0.7.6. https://github.com/meetecho/janus-gateway/issues/1887

Due to this, I've tried to update the docker image to fit 0.7.6 properly. Some package versions should be updated to resolve incompatibility:

libvpx: Update to latest stable version and update URL as libvpx use another location for storing releases: https://chromium.googlesource.com/webm/libvpx

FDK_AAC: build failed with version "0.1.4",. after updated it to 2.0.1" error is disrepair.

openresty: https://github.com/openresty/encrypted-session-nginx-module/issues/12

libglib2.0:

    apt-get install -y libglib2.0-0 -t jessie-backports && \

libglib2 is already installed and on the latest stable version.

atyenoria commented 4 years ago

Great! Thanks for your help.