Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this app require two-way communication? Can I only listen to data input? #54

Open
haveamission opened this issue Oct 27, 2019 · 1 comment

Comments

@haveamission
Copy link

I am trying to make an HDMI -> iPad application.

Ideally, the configuration would go as follows:

HDMI -> converter -> USB-C -> iPad -> decode HDMI data into video

Preferably, I'd only need to use one-way communication - I don't care for the iPad to respond to the HDMI provider (unless that's necessary). Is it possible to instead of PeerTalk... just, PeerListen?

@vileer
Copy link

vileer commented Oct 28, 2019

@haveamission for what I know there is some device called the ”Febon HDMI capture card for ios“ do the same work. But the card act as an ethernet adapter. The app on iOS talks to the capture card through the network socket. I hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants