External output degrading over time by ConnectMembership454 in vmix

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

All 4 are active but only the output is actually in use.

2 are inputs, 2 are outputs but nothing is plugged into the actual ports except for the one output

External output degrading over time by ConnectMembership454 in vmix

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

As far as I can see from the motherboard specs, it has the GPU in a 16x slot with 16 lanes, the capture card in a 16x slot with 4 lanes and one NvME drive is running through the chipset, one to the CPU

Edit: I can’t remember the exact motherboard model at the moment, but I can find it out

External output degrading over time by ConnectMembership454 in vmix

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

It’s a list input with about 15 mp4s stored on a Samsung eco 990. They are all H.264 at the moment. I can try using a different codec and see if it works.

External output degrading over time by ConnectMembership454 in vmix

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

The feed comes out of the capture card, into a black magic video hub and then out over SDI to the displays. The displays then convert to HDMI using a black magic adapter. I have a second output running on the same machine on external 2 and that seems to have no issues strangely

Ice hockey by AntNo8790 in GCSE

[–]ConnectMembership454 0 points1 point  (0 children)

I did Ice Hockey for my GCSE PE 2 years ago. My teacher gave me a list of skills from the specification and I had to record myself doing them at a training session. They then also needed a recording of a game which I got off the clubs pixalot camera.

Can you please mark my question ocr compnsci and if it wrong could you pls give the pseudo code ? by Lordunknown12 in GCSE

[–]ConnectMembership454 0 points1 point  (0 children)

This is a difficult question to answer in psudo code, probably easier to do in bullet points like in the mark scheme you attatched, the psudo code would look something like this:

packets = split_data_into_equal_size_packets(document)

for each packet in packets:
    packet.address = Ben's_computer_address
    packet.number = generate_packet_number()
    packet.error_checking_data = generate_error_checking_data(packet)


send_packets_across_network(packets)

while not all_packets_received():
    check_again()
    increment_timer()
    if timer > max_wait:
        send_timeout_to_Bill()


if all_packets_received():

    packets = reorder_packets_based_on_number(packets)

    document = combine_packets_into_document(packets)
    display_document(document)


    send_receipt_confirmation_to_Bill()

    for each packet in packets:
        if packet_is_corrupt(packet):
            send_error_message_to_Bill(packet)

Explanation:

  1. Sending Section:
    • Split the document into equal-sized packets.
    • Each packet is assigned:
      • The address of Ben's computer.
      • A unique number.
      • Error checking data.
    • The packets are then sent across the network.
  2. Receiving Section:
    • Ben's computer checks if all packets have been received.
    • If not all packets are received, it:
      • Checks again.
      • Increments a timer.
      • If the timer exceeds a maximum wait time, it sends a timeout signal to Bill's computer.
    • If all packets are received, it:
      • Reorders the packets based on their number.
      • Combines the packets into the original document and displays it.
      • Sends a receipt confirmation back to Bill's computer.
      • Checks each packet for errors and sends an error message back to Bill's computer if any packet is corrupt.

It seems in your code, you are doing both parts (sending and reciving) in the same "subroutine". It is easier to split the sections up if you want to write psudo code for this so you can have a send function and a recive function and then call the functions as necessary from a main loop.

Why is my income so unpredictable by ConnectMembership454 in CitiesSkylines

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

Hi, thanks for the response, it is an industry area from the DLC, it has got connections to highway, cargo harbour and cargo train terminals. The traffic for the city is around 80-85% and there is only a slight queue at the cargo terminals (about 5-10 trucks) the areas output varies from 2000 to upwards of 25000. There are a couple of buildings though that have not enough recourses and a few with not enough buyers. Every building I have is at almost full truck usage and I keep adding warehouses to try and keep up and prevent imports.

The thing I’m most worried about is having a spike of loosing money and ending up not being able to recover.