rdp - Is it possible to preview remote desktop on php website? -


is possible view remote desktop connection on php website? preview, not interactive window. know, how connect remote desktop using vnc opens in separate tab , can control window.

short answer is: no.

how typically done getting server generate screenshots , getting images embedded in php gets displayed on site.

if fancy live stream them you'd need service generates feed in way php can display it. guy here did screen casting online sessions:

https://www.youtube.com/watch?v=dyrji_u3ka8

basically using google hangouts broadcast youtube , embedding in page using:

https://github.com/kassius/youtube-live-embed

from example:

require_once('embedyoutubelivestreaming.php'); // use if class file repo in same directory $channelid = 'replace_me'; // channel id $api_key = 'replace_me'; // google project api key youtube api enabled $youtubelive = new embedyoutubelivestreaming($channelid, $api_key); 

hope helps!


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo