在 Expression Encoder 3 SDK 中模拟启动和停止存档
我希望能够启动编码会话,然后像在 Windows Media Encoder 9 中一样,在编码器仍在运行时开始和停止录制我的实时流。这可能吗?
I would like to be able to start an encoding session and then like in Windows Media Encoder 9, start and stop recording my live stream while the encoder is still running. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我解决这个问题的方法是创建两个单独的 LiveJobs,并在
A)启动通用编码器
B)按下 Record
时启动每个LiveJobs 我还将这两个作业的输出格式设置为 WindowsMediaBroadcastOutputFormat 和 WindowsMediaOutputFormat。一种用于广播,另一种用于简单地录制到桌面上的文件。
Ok so the way I solved this was to create two separate LiveJobs and start each when I
A) Started the general encoder
B)Pressed Record
I also set the output formats for the two jobs as WindowsMediaBroadcastOutputFormat and WindowsMediaOutputFormat. One was for broadcasting and the other was for simply recording to a file on the desktop.