I would like to know which path I should choose, my task is to receive a video stream from an iPhone via airplay or mirroring screen, with the ability to receive a png/jpg image of the screen at a given time, I would like to receive the stream inside nodejs app, but all airplay server implementations on nodejs are outdated and/or do not work.
Basically I just need a server that takes a video stream and sends it to nodejs, this can be done in C++, python or any other language that I can use on windows.
Perhaps there are some ready-made solutions for my problem? Or I can read something somewhere for a better understanding.
Thank you!