
LimeB
Members-
Posts
75 -
Joined
-
Last visited
Converted
-
Gender
Undisclosed
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
LimeB's Achievements
Rookie (2/14)
2
Reputation
-
Giving myself a bump. How would I try the other suggestions above?
-
Kind of put this to the side and forgot about it but now I want to try to get this figured out. I am not sure how to do either of these suggestions.
-
Appreciate the quick reply. I tried using the updated virtio drivers you linked but Windows says it was unable to install. Since it is my E drive I have tried: E:\ E:\vioscsi\ E:\vioscsi\w11\ E:\vioscsi\w11\amd64 And selected to include subfolders.
-
LimeB started following Extracting Video from Unifi Protect and Optical Drive Passthrough
-
I am having a hard time getting an optical drive to passthrough. I had it working just fine for years with Windows 10. I have since built a new VM with Windows 11, pretty sure it was working when initially set it up but many months later trying to use this VM again, it's not working. I am trying to passthrough this drive: SCSI Devices [1:0:0:0]cd/dvd HL-DT-ST BD-RE WH16NS40 1.02 /dev/sr0 Here is my XML: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>HomeVM</name> <uuid>3654d69a-1687-4e8f-17ce-f95c65879313</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='10'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='12'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-6.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/3654d69a-1687-4e8f-17ce-f95c65879313_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/cache/Virtual Machines/BrianVM/vdisk2.im'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/nvme1n1'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win11_English_x64v1.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.225-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='scsi' index='0' model='lsilogic'> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <controller type='scsi' index='1' model='lsilogic'> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <interface type='bridge'> <mac address='52:54:00:e7:bb:c2'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> </tpm> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='scsi' managed='no'> <source> <adapter name='scsi_host1'/> <address bus='0' target='0' unit='0'/> </source> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Not sure if this matters or not but I also have in Device Manager 2 SCSI Controllers showing without drivers. Other device SCSI Controller SCSI Controller But if I select the drive for virtio-win-0.1.225, it it unable to find the drivers
-
I have a VM (Windows 11) which seems to work okay when I select the video as vnc but when I change it to a dedicated card, it fails to boot. It did boot the first few times but then after a reboot, it not longer boots. I currently don't have a monitor to plug into it so I'm not sure what it would show. Here is a link to the log: https://1drv.ms/u/s!AqMvaDEKz3nnlconBp2VZhctiTR5VA?e=sgHLnH Any thoughts to what is wrong?
-
Should this allow to copy the files to any other system and able to play them? And are the recordings in a chronological order?
-
I am impressed. I don't really know much using Linux so this for sure not something I would have figured out. It would be interesting if you could move the video files over to an existing drive would work. I did read there is a DB and would assume that helps with having multiple cameras.
-
Sounds like it may not be a simple way to just have it in the Unraid system and extract the video. I was really hoping to use pop the drive in, run say Unifi Protect Remux, and would be good to go. I ended up shipping my Pro and for now put in a different drive into my SE. The chances are pretty slim that I will need the prior recordings. I have had to use some before for a legally issue but I think for the most part, as of about a week or so ago when a judge made an oral ruling, I don't think any prior recordings could be used in court if I needed. Or it might be after July 14th when the judge actually signs the orders. Seems like such a big issue not to have a way to extract the video. You can't just hand the drive to someone, say the police. Or what if there was a fire and the hardware died but the drive was intact?
-
I think going forward I’ll try that with the SE. The situation I’m in I actually may need to often keep a duplicate drive offsite as there is a chance the SE would get damaged, or stolen. But for the moment I need to make sure I can unload the files from my Pro as I want to sell off the Pro and not have it laying around.
-
I currently have a Unifi UDM Pro but am swapping it out for a UDM SE. It is my understanding that I can't just move the HDD from the Pro to the SE and keep my current recordings for Protect. And Unifi UI within the UI is not very good on downloading recordings and the files are for Unfi are a proprietary so they can't just be accessed from another system. But one tool that was suggested to me is Unifi Protect Remux. Aside from this tool, does anyone have any suggestions either using unRAID or another on extracting the videos from the UDM Pro? And does anyone have any suggestions on how to get Unifi Protect Remux to run off of unRAID? While I work in IT, i don't work with Linux and am very basic, needing to look everything up and figure it out. I'm just not sure how to get Remux to work on unRAID which seems to likely be an easy solution on getting the videos off of the HDD. Or maybe any other suggestions/guides that could help me? For legal reasons, I need to keep the videos for some period and would prefer not keeping the UDM Pro laying around.
-
For the moment, my living situation is that I am in a rental and it isn't known yet when I will be back into my house, hopefully just a few more months. I have my server in the garage in the rental. I am using UniFi and I have an AP in the living room and have another AP in the garage plugged directly into my server and setup as a bridge. It works but would prefer using wifi directly from the server.
-
Enabling SSL on the server didn't help but doing option 2 from https://www.technipages.com/google-chrome-bypass-your-connection-is-not-private-message did. Option 2 – Prevent Warning Click a blank section of the denial page. Using your keyboard, type thisisunsafe. This will add the website to a safe list, where you should not be prompted again. I thought I also had tried this before my original post but maybe I kept mistyping.
-
I think that likely would resolve it. But I'd imagine there is a way not to have to enable this and still view on. I just can't figure it out.
-
I recently switched over from Windows to Mac and I can't seem to figure out why I can't access to GUI in Chrome/Safari. Safari just loads a blank page while Chrome is a lank page but to the left of the address bar it says the connection is no secure. Typically, on Windows, when there is a message as such you can click on advance on the page but the page is blank. I have no issues connect through my Windows laptop. Any thoughts or ideas for me? I can't seem to google anything helpful.
-
I ended up being able to figure out the USB drive not being selectable. The BIOS listed something like 8 virtual devices (hdds, cd roms, floppys) which I couldn't figure out why but these were showing up as the selectable USB devices. After digging more into the IPMI settings I found a setting in there to disable them and now my USB drive shows up and I am booting so I look to be pretty set now.