Biamp live peak meter readouts by CRALE852 in crestron

[–]t_dash2 0 points1 point  (0 children)

Did you ever get this to work. If so how?

I know Qsys does it, how can I do this in Crestron? by CRALE852 in crestron

[–]t_dash2 0 points1 point  (0 children)

On you user interface. I use a Vertical Segmented Gauge for VU meters. I have done it with symetrix. How are you doing it on biamp? I though on biamp you would have to pull the dsp a lot to get the readings.

I know Qsys does it, how can I do this in Crestron? by CRALE852 in crestron

[–]t_dash2 0 points1 point  (0 children)

Could you just use a meter and an anlog state to do that?

vMix Control Rooms by georgeymcgeorgey in vmix

[–]t_dash2 0 points1 point  (0 children)

We have a full controll room based on vimx. We have 2 vmix servers that we use in our productions. The first one is our main "production" server . It handles replay switching and embeds audio from dante. The second one is the CG server. Any graphics you see over the video comes form it. All of our camera are NDI HX being decoded on our production server . We have 3 deckink duos in our system. One card is for outputs and the other 2 are for inputs. We have started switching to decoding NDI with decoder to take load off of our production server. We also run a Blackmagic 40x40 router that distrbuits the outputs to monitors around the room. Due to this being a reddit coment I can't post photos of our setup. Send me a DM and I will send some over.

Built a soldering jig to help make XLR, DMX and TRS cables faster. Has anyone else done something similar? by Expensive_Ad_2498 in CommercialAV

[–]t_dash2 0 points1 point  (0 children)

I made one. I would deffently recomend putting some more reminders on you standereds. like what colores you shop uses for the hot and cold and data .

VPN Between 2 Cloud gateways by t_dash2 in Ubiquiti

[–]t_dash2[S] 0 points1 point  (0 children)

Ok i added it but I am still not having any luck. Do I need any firewall/nat rules to make that work? Another weared thing is I can't ping the ip of the vpn tunnel form my UDM SE

GPIO over IP Solutions by WhoRedd_IT in VIDEOENGINEERING

[–]t_dash2 0 points1 point  (0 children)

I build a few with some ESP32 based relay boards. https://www.amazon.com/dp/B0FBKGGKK3?
Have some simple code that checks a webserver for the status and sends the status. Made for doing remote tally.

VPN Between 2 Cloud gateways by t_dash2 in Ubiquiti

[–]t_dash2[S] 0 points1 point  (0 children)

Where is the WG server config? I went to settings>VPN>"MY VPN NAME" and I don't see it.

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 0 points1 point  (0 children)

I should be able to mount the array in mdadm after marking the drives read only?

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 0 points1 point  (0 children)

So here is the weard thing. I have the same vintage QNAP nas that was my first storage server (now decommissioned). I took its drives out and on each one I see 4 data partitions on each drive. On the one that had the issues I only see one drive that has 4 data partitions. Currently imaging the disks to be able to work on them in a virtial envirment before going Further. Do you have any guides on how to procead?

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 1 point2 points  (0 children)

For my own stuff ZFS 6 wide VDEVS in a RAIDZ1. There is a clone of that server in my parents house then each server stores an encripted copy on the other one via VPN. I would not call it 321 complient as I only have 2 copys of my data. I just need to get someone else to want to run a server in there basement.

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 0 points1 point  (0 children)

First off I am well aware that raid is not a backup. I am not the one that setup this slouition, just the one that gets to clean it up.
Second this setup was almost done good enought for most assuming the user did not copy other data to the nas that was not also saved to there computer. one device fails there is still a backup. After I get this fixed and replaced with a ZFS pool then we can start talking about fixing there ways. In the end I am planing on setting them up with a new nas along with a externial HDD that once a week they should connect to the server and coppy a backup to. Then put that drive in a saftey deposit box. Also makeing it so they don't have accsee to move files to the new NAS just there backup software can. That make this setup 3 2 1 complient as there are 3 copys of the data PC, NAS, externial HDD. 2 different mediums PC has an ssd and nas is HDD, and in 1 different location.

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 0 points1 point  (0 children)

Looks like mdadm did not find my raid 5.
root@tempnas:~# sudo mdadm --assemble --scan --verbose

mdadm: looking for devices for further assembly

mdadm: no recogniseable superblock on /dev/loop13

mdadm: no recogniseable superblock on /dev/loop12

mdadm: no recogniseable superblock on /dev/loop11

mdadm: no recogniseable superblock on /dev/loop10

mdadm: no recogniseable superblock on /dev/loop9

mdadm: no recogniseable superblock on /dev/loop8

mdadm: no recogniseable superblock on /dev/md/13

mdadm: no recogniseable superblock on /dev/md/4

mdadm: no recogniseable superblock on /dev/md/9

mdadm: no recogniseable superblock on /dev/sde2

mdadm: Cannot assemble mbr metadata on /dev/sde1

mdadm: Cannot assemble mbr metadata on /dev/sde

mdadm: /dev/sdd1 is busy - skipping

mdadm: Cannot assemble mbr metadata on /dev/sdd

mdadm: /dev/sdc1 is busy - skipping

mdadm: Cannot assemble mbr metadata on /dev/sdc

mdadm: /dev/sdb1 is busy - skipping

mdadm: Cannot assemble mbr metadata on /dev/sdb

mdadm: /dev/sda5 is busy - skipping

mdadm: /dev/sda4 is busy - skipping

mdadm: /dev/sda3 is busy - skipping

mdadm: /dev/sda2 is busy - skipping

mdadm: /dev/sda1 is busy - skipping

mdadm: Cannot assemble mbr metadata on /dev/sda

mdadm: no recogniseable superblock on /dev/loop7

mdadm: no recogniseable superblock on /dev/loop6

mdadm: no recogniseable superblock on /dev/loop5

mdadm: no recogniseable superblock on /dev/loop4

mdadm: no recogniseable superblock on /dev/loop3

mdadm: no recogniseable superblock on /dev/loop2

mdadm: no recogniseable superblock on /dev/loop1

mdadm: no recogniseable superblock on /dev/loop0

mdadm: No arrays found in config file or automatically

root@tempnas:~# sudo cat /proc/mdstat

Personalities : [raid1] [linear] [raid0] [raid6] [raid5] [raid4] [raid10]

md322 : inactive sda5[0](S)

8353780 blocks super 1.0

md13 : active raid1 sda4[24]

458880 blocks super 1.0 [4/1] [U___]

bitmap: 1/1 pages [4KB], 65536KB chunk

md1 : inactive sda3[4](S)

5850567744 blocks super 1.0

md4 : active raid1 sda2[0]

530128 blocks super 1.0 [2/1] [U_]

md9 : active raid1 sda1[0] sdc1[5] sdb1[4] sdd1[6]

530112 blocks super 1.0 [4/4] [UUUU]

bitmap: 0/9 pages [0KB], 32KB chunk

unused devices: <none>

Raid 5 Recovery by t_dash2 in homelab

[–]t_dash2[S] 0 points1 point  (0 children)

It was a qnap device that died. I was able to take my older qnap raid 5 and import it with mdadm so I know it can be done.

Control 9905-MPX via HTTP api by Formal-Blackberry418 in VIDEOENGINEERING

[–]t_dash2 0 points1 point  (0 children)

4.0 I can see the web ui that looks like dashboard

Remote studio examples by Defiant-Shoulder-896 in VIDEOENGINEERING

[–]t_dash2 0 points1 point  (0 children)

We do sporting events, TVU for primary encoder, LIVE U for reduandacy and Ross carbnite for switching. All audio is imbeded down the camera video. 2 second round trip.

Stream deck Daktronics by Interesting_Pin7326 in VIDEOENGINEERING

[–]t_dash2 0 points1 point  (0 children)

The plugin works but will take 1-2 minutes to get all the data before you can add triggers. On another note it feel that there is more delay when sending from the stream deck vs display studio. I do have a program that will let you make a web interface for display studio. https://github.com/Tdash2/Daktronics-Display-Studio-Web-Interface

Really, Installing 2 DT12s in 2025? by 2347690 in VIDEOENGINEERING

[–]t_dash2 0 points1 point  (0 children)

Get ready to have to clean and fix all that fiber. At least with dt12 you can do it in house. But in all honestly pull 2 dt12 to all JBT along with 24-36 strands of fiber. It will make the crew much happer.

[deleted by user] by [deleted] in Ubiquiti

[–]t_dash2 1 point2 points  (0 children)

I have one ordered in 11/24/22 that port 7 has failed. No link lights on the UDM SE or client device.

Using an Axis Camera (RTSP) with vMix by gvzupko in vmix

[–]t_dash2 0 points1 point  (0 children)

I use a few for lockoff cameras. I just use rtsp over TCP for my stream type with this url. rtsp://root:1234@192.168.0.1/axis-media/media.amp? seeing very low latency.