ffplay / OpenFrameworks / AR Parrot Drone / TCP video

1.4k Views Asked by At

I can get a video stream coming from AR parrot 2.0 drone by running "ffplay tcp://192.168.1.1:5555" But I'm trying to get this video stream into OpenFrameworks.

  1. is there a way to figure out how to pipe this video into OF?
  2. Can I make this ffplay call directly in OF so the video is in the OF app by default?

there is no ffmpeg module for OpenFrameworks that I know of. Thanks

0

There are 0 best solutions below