-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: NDI Support #91
Comments
i thought about this too. there is not much info online about ndi on rpi's , i think it is only recently even compatible with ARMs. if possible it would be through the openframeworks extension ofxNDI , this thread sounds promising - although only sending not receiving , maybe possible in the near future ? leadedge/ofxNDI#4 |
I have a C++ class for sending NDI if you are interested, I'm not sure how easy it is to include in the python codebase though. NDI has a specific shared binary for rpi at /lib/ndi/arm-rpi3-linux-gnueabihf/ on the linux lib Idk how this works with ofx since ive never used it. From what I understand its C++ based so it should be possible. I haven't spent time properly testing the receiving code yet but it seems to be working based on the test code in the library. |
cool ! that sounds promising , the r_e_c_u_r backend is based in openframeworks, which yeah is just libraries around C++ , so it should be possible. i will have to look into this and have a play around. im not much of a C++ dev though so lets see. if you get receiving code working in C++ i would be keen to have alook |
Sienna said they can do it: also tried this: https://github.com/johanels/raspberrypi-FFmpegNDI |
I tried implementing a receive on the PI and I am only able to receive audio at the moment, which leads me to believe the SDK doesn't support video, I am contacting ndi via email to see whats up since a new version of NDI was just released. From what I gather from the forums, the issue is lack of ndi codec for arm based processors. Re Sienna: |
Reply from NDI support: Andrew" Anyone good at ARM assembly over here? lol |
I think this guys would be able to write the code: |
Thanks for the update ! Def would be keen to intergrate this once it is
supported; a bit out of my depth to help with that but will keep an eye on
the progress :) , please let me know if you hear more !
…On Thu 21. Nov 2019 at 23:30, magdesign ***@***.***> wrote:
I think this guys would be able to write the code:
https://github.com/z37soft/INetSyphon_RaspberryPi_SDK
http://www.techlife.sg/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#91>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3WCEQ2CFWN5UIVMXN5OVLQU4DWTANCNFSM4JCLVLTA>
.
|
It would be great to be able to feed recur NDI
This would eliminate the need for a capture card when trying to get video out of your computer (or other pis) into recur.
It would also enable you to feed recur further into a VJ setup using Resolume.
Would this be difficult to do?
The text was updated successfully, but these errors were encountered: