termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
35.58k stars 3.73k forks source link

chromecast support #196

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

it would be a nice use-case if I can share my tablet-screen (termux) with my bigger screen at home. So more screen-space for all the cool stuff :-).

Best

dafky2000 commented 7 years ago

I may try to hack this up at some point if no one else does, could be a while though... I thought of this a few months ago and it's been a recurring bug in my brain. Could sit on my couch and connect to my dev environment from my TV or anyone's TV really, using a real keyboard and mouse of course. I would use it like a portable cloud pc, would be friggen awesome. Screw laptops haha

v3ree commented 7 years ago

I've been trying to find a VNC server to use with Termux (as root) for a couple of days - no success. (sorry if unrelated) It seems there are no working VNC servers for Android 7.1 - is this true?

Is there any other way to screencast/VNC the Android screen to a PC (by using Termux, or adb in termux or any other app)? Especially useful if it would tunnel through Termux SSH.

fornwall commented 7 years ago

@vlad3-3-3 Does vysor (https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm) work?

brinsche commented 5 years ago

I just tried to look into this and it might be possible. It would probably require a Custom CAF Receiver which receives Custom messages from Termux and renders Custom UI. Ideally just terminal themed text as an html page I'd imagine.

There is a Receiver Sample to start from and sending would probably start with the CastVideos-android sample implementing a Custom Channel to communicate with the receiver.

Sadly developing cast apps seems quite complicated to debug and also requires a 5$ registration fee as described in the cast receiver sample readme. Assuming all this is possible, is this a feature you would be interesting in having in Termux?

I don't think my chances of getting this to work are very high so if anyone wants to try this feel free to play with the idea.

ghost commented 5 years ago

I would love this! Would anyone do this for a bounty?

Topkek-190 commented 2 years ago

Bump because I need the same feature