I have setup all according to tutorial on wiki pge but when playing series on mag250 i get server unavailable.When i run in chrome:i get:{"status":"OK","results":{"series":["1"],"series_file":["1.mkv"],"files":[{"name":"1.mkv","md5":"731f679263ce892c99d6f4443a95e606","status":"done"}]}}on stalker portal folder is green and recognized one file in folder (file name is: 1.mkv).i setup storage as image atatched.nginx configuration is:server { listen 88; server_name SERVERIP; location / { proxy_pass http://127.0.0.1:80/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } location ~* \.(htm|html|jpeg|jpg|gif|png|css|js)$ { root /var/www; expires 30d; } }I run apache on port 80 and nginx on port 88.How to solve problem so that video play? I see when i press ok button on mag remote to play series 1.mkv file on mag that in mac folder is created file 318.mkv but i im getting mesasge video unaivalable.
I have mag250 that have manufacturer firmware so ssh is disabled....can you please post link or writ etutorial how to put in my mag250 public firmware so that ssh is open?Thanks.
ok..i flashed successfully my mag250 and ssh is working...what i need to write into ssh to get debug log?
i fixed it now...linking was wrong...now all is working perfectly.i have another question...when i watch movie that is in mkv - subtitle is encoded in mkv file...sometime subtitle dissapear and apear again for about 10sec...how to fix this issue? So that subtitles shows whole time. Thanks.
How to set up in stalker portal to forbid (not to connect) mag250 box if open firmware is running on client mag250 box?
Is possible to put in stalker portal to detect if mag250 have manufacturer firmare (SSH closed) and public firmware (SSH) so that i can forbid boxed to connect to stalker if have public firmware because user can then login to SSH to mag250 and get password for stream(channels) and videoclub.How to set up in stalker portal to forbid (not to connect) mag250 box if open firmware is running on client mag250 box?