I am using the Stream buffer engine to record three streams, a video stream, audio stream and a data stream. If there is no audio and video, but there is data, the SBE will stop saving all three streams. Is there any to get the SBE to keep recording the data stream when there is no audio and video?
On Sat, 05 Jul 2008 07:44:56 -0700, Greg C wrote: > Is there any to get the SBE to keep recording the data stream when > there is no audio and video? AFAIK, no. The SBE is designed to save either MPEG-2 or DV data. Without those, it is not supported. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
If you can allow gpl code, perhaps you could jump on the new opensource SBE engine started by frodo @ team-mediaportal(.com). It's called TsWriter and it's opensource sourceforge. Please commit back all your improvements though please. <Greg C> wrote in message news:mj1v64hnr4u37io80tvo9im6grma9vs3mv@4ax.com... >I am using the Stream buffer engine to record three streams, a video > stream, audio stream and a data stream. If there is no audio and > video, but there is data, the SBE will stop saving all three streams. > Is there any to get the SBE to keep recording the data stream when > there is no audio and video?