Everything posted by PeteAsking
-
[Support] binhex - MinecraftBedrockServer
thanks for finding my error . It got me further. When I join now it says "encountered a problem when downloading or applying resource packs" but I will try a different pack and see what happens
-
[Support] binhex - MinecraftBedrockServer
A second issue is i want to run a command at each hour using userscripts plugin. eg script: #!/bin/bash docker exec -u nobody -it binhex-minecraftbedrockserver screen -r minecraft say Daily Objectives say Example text. When I run this script manually by typing each command via ssh its no problem, but with userscripts it says: Script location: /tmp/user.scripts/tmpScripts/MC message/script Note that closing this window will abort the execution of this script the input device is not a TTY Any ideas how to get around that? Pete
-
[Support] binhex - MinecraftBedrockServer
Hello, Yes thank you for responding. After having my wold working well and being able to use it for a week, as well as set op permissions in the server.properties file and permissions.json As all worked well i wanted a texture pack applied. I am using Ipads and Iphones. What I tried was the following: 1) Downloaded Flow 128x128 from this link: https://mcpedl.com/flows-hd/ 2) Copied this (unzipped) into appdata/binhex-minecraftbedrockserver/minecraft/resource_packs/flows 3) Also copied into appdata/binhex-minecraftbedrockserver/minecraft/worlds/Bedrock%20level/resource_packs/flows 4) Edited valid_known_packs.json (appdata/binhex-minecraftbedrockserver/minecraft) and added following text: { "file_system" : "RawPath", "path" : "resource_packs/flows", "uuid" : "b78f3052-485c-3e4d-9750-24f50529bd20", "version" : "0.0.1" }, 5) created file world_resource_packs.json (appdata/binhex-minecraftbedrockserver/minecraft/worlds/Bedrock%20level) and added text: { "pack_id" : "b78f3052-485c-3e4d-9750-24f50529bd20", "version" : [ 0, 0, 1 ] } 6) Edited server.properties and changed texturepack-required=true 7) Restarted docker. No invalid resource pack file was generated so assume it didnt find an issue. However no textures are applied to world Pete
-
[Support] binhex - MinecraftBedrockServer
Does anyone know how to get a resource pack added to the server?
-
[Support] spaceinvaderone - Shinobi Pro
You just cant use it in commercial locations like a business. If you want cameras for your house its no problem.
-
[Support] spaceinvaderone - Shinobi Pro
Just fyi to you guys asking about the mobile app. We managed to overcome a problem that had stalled the project so probably in a couple of months Moe can get an alpha out. Its using vlc as a base. I will keep you guys posted.
-
[Support] spaceinvaderone - Shinobi Pro
For black images, if you dont use sound (jpeg mode stream does not support sound) a work around is the following: 1) On each camera setting in shinobi (all of the cameras) enable jpeg api. Set a reasonable FPS like 3-5 depending on CPU. 2) In the top left menu under your name, scroll down and turn on jpeg mode. This will allow any issues with the streaming protocol to fall back to jpegs while your recording is left untouched. You can also use this setup if you want the recording to be h.265 while still being able to stream the image in a browser via jpeg mode. P Edit: Above post - shinobi shouldnt be reencoding except under special circumstances. Your recording type and stream type should be set to 'copy' if it is anything else, and you cannot provide a logical explication as to why you are choosing to reencode, then you have set it up wrong.
-
Using BTRFS for my main array. Convince me otherwise...
I use btrfs on all my drives. Been using it as my daily file system on all my computers also for years. It used to have issues (like disk space disappearing) when I first started with it but since linux kernel 5 onwards pretty much everything has been sorted out in daily use. I dunno why the Ubuntu community hates it. They think its not being developed or something but its just slow work filesystem development.
-
[Support] spaceinvaderone - Shinobi Pro
They are making a mobile app with vlc as a backend at the moment. Maybe in a few months it will be ready.
-
VM Backup Plugin
Thank you @bastl
-
VM Backup Plugin
Hello, I am confused as to how this is functioning. Does it function like Veeam Backup where it snapshots then creates a backup (and there are two files during this period) and at the end of the backup it writes back the changes to the original disk from the delta file so we are left with just one disk file again, or is it creating additional disk files each time the backup runs and never writing the changes back so we just have a single disk image each backup and are ending up with multiple files over time? Sorry if this is already answered but it was not clear to me. P