norihiro / obs-vban

VBAN audio plugin for OBS Studio
GNU General Public License v3.0
51 stars 2 forks source link

Feature request DNS hostnames #8

Closed MarekPro1 closed 1 day ago

MarekPro1 commented 3 months ago

Hello can you please add a feature that insead of using classic IP address you can write an DNS address? Thank you very much.

norihiro commented 1 week ago

Could you let me know how important the DNS resolution is? From the implementation point of view, it takes time to resolve the name from DNS, so it would be complicated to avoid audio packets being dropped or UI freezing during the DNS resolution.

MarekPro1 commented 1 week ago

Hello, in VBMatrix i also use dns for vban with the lowest latency streams. And iam not exactly sure how they do that but I think it should be fine. Youre the profesional, and if its not posible okay I will be little sad. But I want to use your plugin.

On Sat, 26 Oct 2024 at 14:35, Norihiro Kamae @.***> wrote:

Could you let me know how important the DNS resolution is? From the implementation point of view, it takes time to resolve the name from DNS, so it would be complicated to avoid audio packets being dropped or UI freezing during the DNS resolution.

— Reply to this email directly, view it on GitHub https://github.com/norihiro/obs-vban/issues/8#issuecomment-2439568471, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NQ3LBCAFF7HCGINNAJ6JDZ5OEBXAVCNFSM6AAAAABKW77IPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGU3DQNBXGE . You are receiving this because you authored the thread.Message ID: @.***>

MarekPro1 commented 1 day ago

Hello, if you merged it to main and didn't made a whole realese, how can I add it to my obs. Or how does it work. Thank you.

norihiro commented 1 day ago

I'm preparing the release together with some other changes but you can download from the latest binary from Actions tab or https://github.com/norihiro/obs-vban/actions/runs/11702366235 (The package for macOS is not signed, which may be problem. There is no issue for Windows.)

MarekPro1 commented 1 day ago

Thank you again I learned something new.