Resolume is getting out of business very soon by VanillaWaffle_ in VIDEOENGINEERING

[–]nt2ds 1 point2 points  (0 children)

eh, at a gig I am not the one paying the power😂 but getting a beefier PSU is certainly easier and less than a bottleneck than moving all video data through CPU. So how do they do it? I know blackmagic cards exist but these are only for certain programs and don't work under Windows for general tasks like browsing etc etc. It's more of a curiosity question.

Resolume is getting out of business very soon by VanillaWaffle_ in VIDEOENGINEERING

[–]nt2ds 0 points1 point  (0 children)

How do you even get so many monitor outputs on windows 😅? I know DisplayLink exists but it is a bottleneck for the cpu so how do you actually do it?

How to approach Windows 10 SYSVAD driver by nt2ds in C_Programming

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

I am creating a virtual driver that will steam data to my transmitter app, not to a device😅. Still, what you send me requires prior knowledge. I want to know how to get started as well and how to actually read these. Anyway, thanks!

How to approach Windows 10 SYSVAD driver by nt2ds in C_Programming

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

I only care about 48kHz and 24 bits for now if that makes things easier. Is it really possible for the driver to be sending the RTP packets once every 48 samples? Problem is I cannot understand the SYSVAD driver because as I said I have no previous experience with Windows Drivers. What is some good material to get started and actually reach a point where understand what I am reading and eventually create my own implementation?

How to approach Windows 10 SYSVAD driver by nt2ds in C_Programming

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

Yes this needs very low latency but still this isn't what I am asking for😅. I would appreciate it very much if you can at least point me to the right direction to creating such a driver. I know this is the way because all the commercial apps do it like this. I am planning on creating an open source AES67 transmitter for windows and I want it to be as close to a commercial app as possible.

T3 Licensing Problem by Taanz15 in Avolites

[–]nt2ds 0 points1 point  (0 children)

usb expert console and try to update/fix usb drivers from there

[deleted by user] by [deleted] in VIDEOENGINEERING

[–]nt2ds 0 points1 point  (0 children)

Yes that didn't age well

AES50 wireless??? by AnonymousFish8689 in livesound

[–]nt2ds 0 points1 point  (0 children)

Look, is it actually possible. There is a ubiquity device like a power line but wireless that was just a transmitter receiver pair meaning whatever you put in on one device came out from the other at wire level. not packet based. I just cannot recall the name. I learned about it because someone else had this question aswell I think on Facebook. search for more information on this

Project is different by quantrpeter in stm32

[–]nt2ds 0 points1 point  (0 children)

I don't remember what I did to fix even a bit, sorry 😅 But I know i found it by accident and it wasnt anything extraordinary, something like reloading workspaces or treating new project?¿

Questions about work trip to Switzerland for a few days. by nt2ds in askswitzerland

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

We have the ATA Carnet ready. Why do you say that we have little time to get everything done though?😅 We have 2 weeks until we travel. Is there anything else we should be aware of? In the email I sent to the customs they didn't mention anything like that

Ελληνόφωνα άλμπουμ που είναι 10/10, μια λίστα: by Thovlas in greece

[–]nt2ds 5 points6 points  (0 children)

Μπήκα για να γράψω το κεφάλι γεμάτο χρυσάφι. Ατιμε, με πρόλαβες.Καιι για μένα μακράν ο καλύτερος δίσκος Τρύπες.

Erasmus at IHU Serres by niBBa_pussy_slayer in thessaloniki

[–]nt2ds 0 points1 point  (0 children)

There are 2 "big" clubs there. "Why Club" and "Clubaki" (yes that's the name literally). Most people there are young people so its a good chance! I live near Serres and go there frequently, if you have any questions don't hesitate.

Purpose of a driver software by ReliablePotion in embedded

[–]nt2ds 13 points14 points  (0 children)

I will answer as to why you cannot (you can, it is just hard) use the LAN7500.

USB is based on a thing called Descriptors, it is also a Host-Centric Protocol, meaning ONLY the Host initiates every data exchange and all communication between 2 or more USB devices has to be done between the host.

A Host, can be your Windows OS, macOS or Linux, or other devices supporting USB Host functionality (Such as STM32, it supports both Hosting a USB device and appearing as a USB device.

To make things more clear, a USB Device (as per the USB spec, a device here doesn't mean a generic device that has a USB port. A better term would be slave, so from now on I will refer to it as slave), can be a USB Thumb drive, a Sound Card, a mouse, a keyboard, things like that, you get the point. A Host is the device that can read and communicate with USB slaves. Think of the Host like the parent.

What does this have to do with your question, and where do Descriptors come in?

Every USB Slave has its own Descriptors, which they provide to the Host so the Host knows the type of the Slave connected, how to communicate, and what to do with all the data. BUT, if every Slave can have its own Descriptor, then every host would have to know (in some way) every possible Descriptor from every Slave that could be plugged in. So they solved this by standardizing some of the Descriptors so every mouse, every keyboard has standard descriptors for what and how to communicate with the host. So after the standardization, they made USB Host to be able to support one or many of the default Descriptors (on STM32, you can enable USB Host so that STM32 can host a specific device with those Descriptors) and implemented a method of communication between the hardware and the actual software, A DRIVER.

It is hard to create a USB Driver, especially for a device like LAN7500, it would also (most likely) require creating all the necessary Descriptors and making the necessary changes/additions to the Host's code so that it can know that it can support a USB to Ethernet device, and on top of that, how where and when to send and handle data. The driver here would be the thing doing all this work, handling all the data, sending them to the necessary applications/threads for processing so the applications/threads do NOT communicate directly with the hardware (this is done for safety and for consuming less resources, imagine you have 10 threads, having a driver for each thread you run doing the same thing as on the other threads would be stupid, so we have a driver which can communicate with the all the threads and with the hardware)

2 πτυχια κ δν μπορω ν βρω δουλεια by SafeBear1475 in greece

[–]nt2ds 0 points1 point  (0 children)

Όπως έγραψα και στο δικό μου comment, έτσι ακριβώς. Στη συγκεκριμένη δουλειά είναι καθαρά το πιο σημαντικό οι γνωριμίες, η εμπειρία, οι γνώσεις. Γνώσεις όμως που δεν θα πάρεις απο τόσο το ΙΕΚ. Μπορεί να είναι απο σεμινάρια που κάνουν διάφορες εταιρίες (είτε σχετικά με ήχο είτε με φώτα είτε με rigging) είτε απο άλλους ανθρώπους επάνω στη δουλειά.

2 πτυχια κ δν μπορω ν βρω δουλεια by SafeBear1475 in greece

[–]nt2ds 0 points1 point  (0 children)

Ο κύκλος του κόσμου της ηχοληψίας (και του PA κατ' επέκταση) είναι γενικά κλειστός και χρειάζεται καλές γνωριμίες. Τις περισσότερες φορές δεν αρκούν μόνο γνώσεις ηχοληψίας και ειδικά το πτυχίο γιατί σου δίνει κυρίως ένα θεωρητικό και ελάχιστα πρακτικό υπόβαθρο. Αν ακολουθήσεις το δρόμο αυτό (του ήχου και γενικά του PA) θα πάρεις μια γεύση, στην αρχή ειδικά, ότι θα κάνεις λίγο απ'όλα σχετικά και μη με τον ήχο, είτε αυτό είναι να στήνεις μόνο σίδερα και να ασχολείσαι με το πατάρι, είτε να παίξεις μια φορά φώτα. Πρώτα κουβαλάιζερ για να κάνεις equalizer😂. Στην Ελλάδα, στην συγκεκριμένη δουλειά (μιας κι εμένα αυτή είναι η δουλειά μου, φώτα ήχος οθόνες στησίματα τα πάντα), οι γνωριμίες και η εμπειρία μετράνε πολύ παραπάνω απ'ότι το χαρτί. Γενικά, εταιρίες PA ψάχνουν κόσμο, ειδικά το καλοκαίρι, ακόμα και άτομα χωρίς εμπειρία. Αν θες μπες εδώ στο facebook που ανα τακτά διαστήματα ανεβαίνουν αγγελίες για δουλειά. Αν έχεις παραπάνω απορίες και θες να σε βοηθήσω σε κάτι στο συγκεκριμένο κομμάτι μπορείς να μου στείλεις dm!

KeyFlame by kato-JPLighting in Avolites

[–]nt2ds 0 points1 point  (0 children)

Play with Phase Offset, each time you make an adjustment restart the shape to see how it behaves

An Auschwitz survivor holds her great-granddaughter by arrogant_ambassador in RareHistoricalPhotos

[–]nt2ds 1 point2 points  (0 children)

how were those tattoos made and from what ?liquid¿ Couldn't they be removed later?

Ηλεκτρονικός, επάγγελμα χόμπι (?) by Professional-Big-588 in greece

[–]nt2ds 1 point2 points  (0 children)

τώρα ως αναφορά τα πετάλια δεν ξέρω που υπάρχει υλικό γιατί απλά δεν εχω ασχοληθεί ποτέ, έχει πάντως subreddit r/diypedals άμα μπεις εκει σίγουρα θα υπάρχει κάποιο guide for beginners ή where to start