thegobot
thegobot
I was able to run in ff by modifying SDP I just put the video block at the beginning and the audio at the end of the SDP workaround ```...
The code above is a workaround You can make your own publish in FF The fact is that FF(Win7) ignores the MID-N and determines the types in ascending order.
Default Apache 2 on Debian 8.6 ebot3 conf ``` Alias /eBot-CSGO /usr/share/eBot-WEB/web AllowOverride All Allow from All php_admin_value open_basedir "/usr/share/eBot-WEB/web:/usr/share/eBot-WEB/" AssignUserID www-data www-data ```
http://91.240.86.63/eBot-CSGO/admin.php
Yes, table created... php symfony configure:database "mysql:host=localhost;dbname=ebotv3" login password 
Yes! ) I will try to re-create the tables ...
``` php symfony guard:create-user --is-super-admin admin@ebot admin pass >> guard Create user "admin" ``` The user admin was created  I got same error and empty page after login ```...
I commented line #AssignUserID www-data www-data and it working. When you first launch the panel without this option did not work, the engine can not create files in the /cache
I edited /etc/apache2/conf.d/ebotv3 Folder /usr/share/eBot-WEB/ has an owner www-data:www-data, but apache work under a different uid. Now I'm forced to work under Apache different user (no www-data)
``` sh: 1: node: not found module.js:340 throw err; ^ Error: Cannot find module 'formidable' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/usr/share/eBot-CSGO/websocket_server.js:2:18)...