I make http live streaming (hls) server with NodeJS. Now i have two variants: ffmpeg and VLC.
With ffmpeg I know command -re
(Read input at native frame rate. Mainly used to simulate a grab device or live input stream (e.g. when reading from a file)). I need this for real time streaming (pseudo-live channel) from file.
As result I expected sign "Live" on the video player in browser, and not be able to make rewind over video (video.js player or hls.js library)
But how I can do this with VLC? Maybe you know some commands?