rtmpdump传输直播流 -- pause and resume

rtmpdump在传输直播流的时候不支持pause and resume(在rtmpdump.c的main函数743行中能够看到说明)函数 int bLiveStream = FALSE; // is it a live stream? then we can't seek/resume 实现的方式其实很简单,pause的时候只要中止数据采集和发送就能够了,而resume的时候将数据流的时间戳更新
相关文章
相关标签/搜索