0

The objective is to stream video with minimal latency, and be able to grab a frame from a web-attached camera supporting RTSP/RTMP H.264 (or H.265).

Lack of understanding of transcoding, multimedia containerization and media server processes suggests topics citing ffmpeg, libvlc should form the basis of a solution.

Noting the many responses of Streaming via RTSP or RTP in HTML5 (and others), what is the cleanest Electron solution to enable live video over RTMP (as a URI scheme not known to Chrome, Safari, Edge) to be displayed by means of the HTML5 video element, and arbitrary frame(s) to be grabbed?

Aware of node-ffmpeg and fluent-ffmpeg, is a library available to perform necessary processing within an Electron app, avoiding ffmpeg command-line invocation?

puzzler
  • 29
  • 5

0 Answers0