Spreed.me Plugin wont work

Hello,

i try to install Spreed.me with Nextcloud 9.0.52 on Debian stable 64bit. First, i enable expermental plugins to see spreed.me in the App-Page. The WebRTC Server is running at the same host:

root@SERVER:/var/www/spreed-webrtc-master$ ./bin/spreed-webrtc-server
server 2016/07/18 13:27:04.036968 Enabled modules: [contacts screensharing youtube presentation]
server 2016/07/18 13:27:04.038275 Loaded extra templates from: /var/www/nextcloud/apps/spreedme/extra
server 2016/07/18 13:27:04.038322 Using the number of CPU's (4) as GOMAXPROCS
server 2016/07/18 13:27:04.038332 Max open files are 4096
server 2016/07/18 13:27:04.039157 Enabled users handler 'sharedsecret'
server 2016/07/18 13:27:04.039329 Added URL handler /extra/static/... for static files in /var/www/nextcloud/apps/spreedme/extra/static/...
server 2016/07/18 13:27:04 Starting HTTP server on 127.0.0.1:8080

My configs are:

apps/spreedme/config/config.php

…$ cat config.php|grep -v //

class Config {

    const SPREED_WEBRTC_ORIGIN = ':8080';
    const SPREED_WEBRTC_BASEPATH = '';
    const SPREED_WEBRTC_SHAREDSECRET = 'ce95c5c3a9f13b2ea3a0...........4';
    const OWNCLOUD_TEMPORARY_PASSWORD_LOGIN_ENABLED = false;
    const OWNCLOUD_TEMPORARY_PASSWORD_SIGNING_KEY = 'f20e1b84781d80............ccb56922398a45eXXXXXXXXXXXXXXXX';
    private function __construct() {

    }

}

/var/www/spreed-webrtc-master/server.conf

root@SERVER:/var/www/nextcloud/$ cat /var/www/spreed-webrtc-master/server.conf |grep -v ;

[http]
listen = 127.0.0.1:8080

[https]

[app]
sessionSecret = 18775db52..................................7a0d55f90
encryptionSecret = 5fb0420843.............................................dc8cc849063e
authorizeRoomJoin = true
serverToken = i-did-not-change-the-public-token-boo
serverRealm = local
extra = /var/www/nextcloud/apps/spreedme/extra
plugin = /var/www/nextcloud/apps/spreedme/extra/static/owncloud.js

[modules]

[log]

[users]
enabled = true
mode = sharedsecret
sharedsecret_secret = ce95c5c3a9f13.........................................8bd3bd3b681d4

[nats]
root@SERVER:/var/www/nextcloud/apps/spreedme/config$

and my /var/www/nextcloud/apps/spreedme/extra/static/config/OwnCloudConfig.js

OWNCLOUD_ORIGIN: ‘127.0.0.1:8080’,

Try empty ‘’ too.

But if i go to “Apps” -> “Spreed.me”, the console output is:

“Refused to frame ‘%3127.0.0.1:8080’ because it violates the following Content Security Policy directive: “frame-src 127.0.0.1:8080 mailto:”.”

Or, if i change in apps/spreedme/config/config.php

const SPREED_WEBRTC_ORIGIN = ‘’;
to
const SPREED_WEBRTC_ORIGIN = ‘:8080’;

i got:

Failed to load resource: the server responded with a status of 403 (Forbidden)

Any ideas whats wrong?

Edit: i have compile the WebRTC-Server again, the complete log:

root@SERVER:/var/www/spreed-webrtc-master$ wget https://github.com/strukturag/spreed-webrtc/archive/master.zip
root@SERVER:/var/www/spreed-webrtc-master$ unzip master.zip
root@SERVER:/var/www/spreed-webrtc-master$ ./autogen.sh
ln: die symbolische Verknüpfung „.git/hooks/pre-commit“ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:47: installing './install-sh'
configure.ac:47: installing './missing'
Makefile.am: installing './INSTALL'
autoreconf: Leaving directory `.'
root@SERVER:/var/www/spreed-webrtc-master$

root@SERVER:/var/www/spreed-webrtc-master$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for grep that handles long lines and -e... /bin/grep
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) mawk
checking for find... /usr/bin/find
checking for gpm... no
checking for jshint... no
checking for python2... /usr/bin/python2
checking for version of python2... 2.7.9
checking for go... /usr/bin/go
checking for version of Go... 1.3.3
checking third-party Go source code path... /var/www/spreed-webrtc-master/vendor
checking for nodejs... /usr/bin/nodejs
checking for version of node.js... 0.10.29
checking for compass... /usr/bin/compass
checking for version of compass... 1.0.1
checking for sass... /usr/local/bin/sass
checking for version of sass... 3.4.22
checking for scss-lint... /usr/local/bin/scss-lint
checking for version of scss-lint... 0.48.0
checking for compass support in sass... ok
checking for autoprefixer... no
configure: WARNING: Please install autoprefixer before trying to build styles.
checking for pybabel... no
configure: WARNING: Please install pybabel before trying to build i18n.
checking for npm... /usr/bin/npm
checking for version of npm... 1.4.21
checking for po2json support in node.js... not available
configure: WARNING: Please install the node.js module po2json to build i18n.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/styles/Makefile
config.status: creating src/i18n/Makefile
root@SERVER:/var/www/spreed-webrtc-master$

root@SERVER:/var/www/spreed-webrtc-master$ make
if [ -z "" ]; then GOPATH="/var/www/spreed-webrtc-master/vendor:/var/www/spreed-webrtc-master" go get github.com/rogpeppe/godeps; fi
if [ -z "" ]; then GOPATH="/var/www/spreed-webrtc-master/vendor:/var/www/spreed-webrtc-master" /var/www/spreed-webrtc-master/vendor/bin/godeps -u dependencies.tsv; fi
update github.com/longsleep/pkac failed; trying to fetch newer version
update github.com/strukturag/sloth failed; trying to fetch newer version
github.com/longsleep/pkac now at 68bf8859f58dd84332ee41c07eba357fb3818ba3
update github.com/dlintw/goconf failed; trying to fetch newer version
github.com/strukturag/sloth now at 74a8bcf67368de59baafe5d3e17aee9875564cfc
update github.com/gorilla/mux failed; trying to fetch newer version
github.com/dlintw/goconf now at dcc070983490608a14480e3bf943bad464785df5
update github.com/gorilla/websocket failed; trying to fetch newer version
github.com/gorilla/mux now at ba336c9cfb43552c90de6cb2ceedd3271c747558
update github.com/nats-io/nats failed; trying to fetch newer version
github.com/gorilla/websocket now at 6eb6ad425a89d9da7a5549bc6da8f79ba5c17844
update github.com/satori/go.uuid failed; trying to fetch newer version
github.com/nats-io/nats now at 355b5b97e0842dc94f1106729aa88e33e06317ca
update github.com/strukturag/goacceptlanguageparser failed; trying to fetch newer version
github.com/satori/go.uuid now at afe1e2ddf0f05b7c29d388a3f8e76cb15c2231ca
update github.com/strukturag/httputils failed; trying to fetch newer version
github.com/strukturag/goacceptlanguageparser now at 68066e68c2940059aadc6e19661610cf428b6647
update github.com/strukturag/phoenix failed; trying to fetch newer version
github.com/strukturag/httputils now at afbf05c71ac03ee7989c96d033a9571ba4ded468
update github.com/gorilla/context failed; trying to fetch newer version
github.com/strukturag/phoenix now at c3429c4e93588d848606263a7f96f91c90e43178
update github.com/gorilla/securecookie failed; trying to fetch newer version
github.com/gorilla/context now at 215affda49addc4c8ef7e2534915df2c8c35c6cd
github.com/gorilla/securecookie now at aeade84400a85c6875264ae51c7a56ecdcb61751
mkdir -p /var/www/spreed-webrtc-master/vendor/src/github.com/strukturag
rm -f /var/www/spreed-webrtc-master/vendor/src/github.com/strukturag/spreed-webrtc
ln -sfn /var/www/spreed-webrtc-master /var/www/spreed-webrtc-master/vendor/src/github.com/strukturag/spreed-webrtc
GOPATH="/var/www/spreed-webrtc-master/vendor:/var/www/spreed-webrtc-master" /usr/bin/go build  -o bin/spreed-webrtc-server -ldflags '' app/spreed-webrtc-server
/bin/mkdir -p /var/www/spreed-webrtc-master/build/out
/usr/bin/nodejs /var/www/spreed-webrtc-master/build/r.js \
        -o /var/www/spreed-webrtc-master/build/build.js \
        dir=/var/www/spreed-webrtc-master/build/out
/bin/mkdir -p /var/www/spreed-webrtc-master/static/fonts
cp -r /var/www/spreed-webrtc-master/src/styles/libs/font-awesome/fonts/font* /var/www/spreed-webrtc-master/static/fonts
root@SERVER:/var/www/spreed-webrtc-master$

Problem is solved: https://github.com/strukturag/spreed-webrtc/issues/318