我需要在视频剪辑中使用VLM作为“视频点播”媒体类型来流式传输基本流的子集。通常我会进行代码转换,所以我的输出流是这样的
#duplicate{dst="transcode{<options>}, select="es=x,es=y,..."}在没有代码转换的情况下,我想使用"duplicate“模块,但有一个空的(或通过的) "dst”链。是否仍然可以使用"duplicate“或者我必须使用"es”模块来选择基本流?
在这种情况下,我有一些问题与"es“module...could谁来帮助我?
谢谢你的建议,请原谅我糟糕的英语
发布于 2013-07-10 18:36:34
duplicate{dst=std{access=udp{ttl=10},mux=ts,dst=239.192.15.15:1234},dst=rtp{ttl=10,mux=ts,dst=10.0.0.4,port=5004}}关于如何处理dst的示例。你必须把它寄到某个地方,对吗?
关于ES,我认为你在正确的轨道上
es=: duplicate only the elementary stream with the selected id.VLC Duplicate help
https://stackoverflow.com/questions/15296951
复制相似问题