Hello there,
i’m creating currently a movie drone simulator, in which the drone got a pilot camera. The thing is now to watch the “output” of the camera on my android phone in real time. So i was thinking about 3 Steps:
- First i guess i have to render the video in a buffer on my pc
- Then i have to transfer this data over Network (i was thinking about WebRTC, to do this stuff)
- At the end i want to play this video at my smartphone
Optional, if the data is too big, i have to compress the files first and later decompress on the phone again.
All of this sounds quite tricky to me, because i’m no expert in Android and network coding.
For the second point, i installed already WebRTC Network from the Asset Store. But i don’t know how i should start. Does anybody have experience in this technologies and is able to give me some tips?
