-1

I want to stream live video from the camera app to my computer, how would I do that? Would I use the camera API? I don't want to run a server or anything like in this post, I want the connection to be completely wired.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Artemis
  • 15
  • 6

1 Answers1

0

You could implement a WebRTC solution. I'm sure there are many implementations but Kurento would be one example.

cyclic
  • 402
  • 1
  • 6
  • 17