Is there a way to get the output stream?
I'd like to buffer some video for manual playing, currently I use --sout #std{mux=ts,access=file,dst=-} to output the data to the console and capture it manually to then use it as a buffer.
It would be better to access the stream directly, like with https://wiki.videolan.org/Documentation:Modules/smem/, but I'm not sure on how to do it (or if it's even possible)
Is there a way to get the output stream?
I'd like to buffer some video for manual playing, currently I use
--sout #std{mux=ts,access=file,dst=-}to output the data to the console and capture it manually to then use it as a buffer.It would be better to access the stream directly, like with https://wiki.videolan.org/Documentation:Modules/smem/, but I'm not sure on how to do it (or if it's even possible)