zidootech / zidoorecorder

Zidoo hdmi recorder for X9
Apache License 2.0
14 stars 12 forks source link

Does zidoorecorder use video4linux2 (v4l2)? #1

Closed fabdrol closed 7 years ago

fabdrol commented 7 years ago

Dear Zidoo,

We're in love with the new Zidoo X9S. However, in order to be able to fully utilise it in our use case, we need to access the HDMI input in some way. This app does just that, but we're having trouble figuring out how it actually gets the stream. I have some questions, and I hope you can help:

Thanks in advance

zidootech commented 7 years ago

Hi, This project is for Zidoo X9, not for Zidoo X9S. Recording code of X9S will be released in the feature. The project developes on Android camera api, not V4L2.
The output of encoded stream can transfer to ffmpeg/VLC. Yes, you have to modify the application to duplicate the stream to ffmpeg/vlc.

fabdrol commented 7 years ago

Ah, okay.. thank you. How does that work? Other apps don't seem to recognise the HDMI as a camera?