dkrivoruchko / ScreenStream

ScreenStream Android App
https://screenstream.io
MIT License
1.56k stars 320 forks source link

[Question] Playing the stream via OpenCV or FFmpeg #137

Closed Dexter2389 closed 3 years ago

Dexter2389 commented 3 years ago

Hello everyone, I was wondering if I can use the open stream via OpenCV or FFmpeg? If it is possible how can it be done?

Thank you in advance!!!

dkrivoruchko commented 3 years ago

App use MJPEG. So, try to work with it.

Dexter2389 commented 3 years ago

Thanks.