Skip to content

martin19/libvncserver

 
 

Repository files navigation

h264 in vnc experiment (server)

This is an experiment of integrating a h264 encoder/decoder in vnc. Motivation was to get a acceptable remote desktop for the raspberry pi.

converted noVNC client (https://github.com/novnc/noVNC) to typescript and integrated a wasm h264 decoder (https://github.com/gliese1337/h264decoder).

integrated openh264 (https://github.com/cisco/openh264) and raspberry PI MMAL libraries into libvncserver (https://github.com/LibVNC/libvncserver)

  • The protocol is somehow ad-hoc - at the time of creating this there was no "official" h264 spec for vnc.
  • this is experimental so don't expect everything to work without some tinkering

See it in action https://www.youtube.com/watch?v=yL9wrNHgcQc&t=48s

license

please refer to the original license of libvncserver

About

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.5%
  • CMake 2.4%
  • Other 1.1%