Hello!<br><br>This is my first post on this list. I am sorry if this has come up before, but I have been searching the archives and can't find a good answer to this.<br><br>I have an application that encodes an incoming video stream and muxes it as a transport stream. This is working great when writing to a file like in the example muxing.c.<br>
<br>Now what I would like to do is to capture the muxed output in a RAM buffer (queue of some sort) instead of writing directly to file. Is this possible?<br><br>The reason is that I will be encoding the signal continuously, but the finished muxed TS will be passed on to different places and files as the application is running. Sometimes it will be written to multiple destinations at once and stuff like that.<br>
<br>Any help is much appreciated!<br><br>Thank you<br><br>Regards<br>Carl Lindqvist<br>