Hi there! Is there a way to watch and dump a iptv ts stream with variable framerate so the variable framerate is also stored in the resulting dump file?
When only watching this stream, all is well. But if I try to watch and store the stream, it becomes jerky. I use following command line to watch and save:
Code: Select all
vlc [url to play] --sout#duplicate{dst=display, dst=std{access=file, mux=ts, dst='/file/to/save.ts'}}
Is there a way to save the stream "untouched" and show it as well? Or an option to keep the variable framerate when remuxing the stream in standard output module?
Thanks in advance,
Jo2003