Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
3.98k stars 536 forks source link

Add h264 support for agent #5103

Open gaalos opened 1 year ago

gaalos commented 1 year ago

Hi. When we use agent, the stream is send by jpeg stream. It might be usefull if the stream work with h264 codec for a fluent render

Thx

SomeGuru commented 1 year ago

Can you share a JavaScript/NodeJS code snippet that has this function? If so than maybe it can be implemented?

Like h264LivePlayer module.

const H264LivePlayer = require('node-h264-live-player');

However does that in retrospect put it to your server for the video rendering and traffic? If so than seems it would have to be on agent side as not to cause slowdown and high data caps for those hosting on aws/google/azure instances.

-SomeGuru