Mr_Jay84

Members
  • Posts

    189
  • Joined

  • Last visited

Everything posted by Mr_Jay84

  1. Scratch that. I still have errors when the data drives are spinning up.
  2. I've noticed that if I keep the parity drives spinning there's no issue so far.
  3. ultron-diagnostics-20210815-2104.zip Squid. Please find attached the logs. Thanks for taking the time.
  4. I'm having issues with regard too read errors, it seems as if the drives are not spinning up fast enough for unraid. Is there way to get unraid to wait on the drives being ready before trying to read from them?
  5. I've been suffering some strange crashes recently completely at random on 6.9.1. This morning it was at 00:46 The system can't be accessed at all via web or SSH. I did find this section in the log, can anyone tell what's happened here? New Text Document (4).txt
  6. Twitch OBS bandwidth switcher https://github.com/715209/nginx-obs-automatic-low-bitrate-switching I have tis running on a Ubuntu VM however a docker version would be more efficient.
  7. Thanks for the reply I'm looking for it to be used with an DIY external DAS. Not quite sure what you mean here.
  8. Spied this on ebay https://www.ebay.co.uk/itm/303686605799?hash=item46b521dbe7:g:WacAAOSwofVfXEyc Has anyone had experience with this model?
  9. Is it normal for any of the variables set in the UI to reset when the docker restarts?
  10. The media is stored on my NAS however I did find it was better to copy the item to the OBS VM first. The Owncast end user has a delay of about 8 seconds, owncast is set at medium for the latency buffer. I've had up to 8 users so far in various parts of the world, playback has always been smooth with no issues.
  11. Ah right I see. Yeah you connect to Owncast from OBS via the unRaid IP. You may have to adjust the hardware resources or the stream settings in Owncast itself if you're experiencing buffering the Owncast stream page. My Owncast is set for 3000Kbps but you'll have to tailor yours for your hardware/bandwidth. There's also a buffer/delay setting to be mindful of, too low and your end users might have issues. With regard to OBS. I have the stream set to use the x264 CPU encoder, CBR, 3000Kbps, fast CPU usage. I tried NVENC but the result was a pixelated stream on the Owncast side. Remember Owncast does a transcode of it's own. My setup is OBS on a Win 10 VM hosted on unRaid streaming to Owncast docker on the same machine. I have four cores (8 threads) assigned to both the docker and the VM. I also tested tested it from various bare metal machines ony CAT6 network with no issues either. I wouldn't recommend trying this on WiFi though. Feel free to ask any more questions if needed.
  12. I think you're getting confused here mate. You use RTMP to stream from OBS to Owncast. This is normally done on your internal network i.e. rmtp://YourUnraidIP:1935/live. Port 1935 is what you stream to from OBS. It's not the port users should connect too, which by default is 8080 Then to access the Owncast page via https use (for example) https://Owncast.yourdomain.com No port is required as it's https. Your gateway should be pointing the domain to the internal address i.e. http://YourUnraidIP:8080
  13. You stream from OBS to Owncast via RTMP on the internal address Users access Owncast via the http/https address Could this be the confusion?
  14. Like you I use Cloudflare although I use SWAG as the gateway. Works perfectly for me. Owncast should be used via http or https. My runs via https on my domain name and http internally. Why would you want to use RTMP just out of interest?
  15. To add to this discussion. I'm using Brave Browser and noticed recently that it won't load any Guca based dockers. I need to use FF for that even though there's nothing wrong with the docker
  16. Neither can I! That's what took me so long to find out why it was crashing. Very strange. Thinking back though, at one point I had an issue where I selected "animate on hover" which caused the folder to disappear and the UI to become unresponsive. Eventually I managed to delete the folder and recreate it. Maybe this happened twice. I wonder if it's linked.
  17. I installed the plugin a few weeks back and had issues with the machine becoming completely unresponsive via both Web and SSH that included all the running dockers. This happened almost every day until I uninstalled it a few days back. I assumed it was other dockers that I had installed since then. I don't have any proof of this though as there was never anything in the logs at all. I had discounted the possibility of the crashes were due to this, but everything is back to normal once uninstalled. I'll give it another go in a few weeks again as it's a very good addition to unRaid. I need the server for some vital tasks at present.
  18. Has there been any reports of system instability using this plug-in?
  19. Do you need help with the reverse proxy config?
  20. I'm using a reverse proxy via SWAG for external access.
  21. No rush mate. Thank you looking into this.
  22. It's from the Ghost container. I was advised on the Ghost forum to perform this... https://ghost.org/docs/faq/misconfigured-mysql-database/ However I still have no idea how to turn off the ANSI quotes. All the guides online tell you how to turn it on, not off
  23. A few months back I ran into an issue with Ghost and Maria due to a Ghost update. I was advised on the ghost forum to do this... https://ghost.org/docs/faq/misconfigured-mysql-database/ Does anyone know what the actual commands are to turn off ANSI_QUOTES?