Page 1 of 1

Sout to memory (named pipe or other)

Posted: 08 Nov 2024 15:51
by articbowling123456
Hi,

I deal with videos that have some custom encryption applied to the original file. The unencrypted file can never touch the hard drive.
I can pass to vlc via a stream (from c#, comes in as imem), but when using sout it wants a file for the destination, ideally this would be a named pipe or the ability to pass another imem stream to it for the output.

Does anyone have any ideas how I can achieve this?