Streaming 动态更改HTTP流的覆盖

Streaming 动态更改HTTP流的覆盖,streaming,open-source,vlc,http-live-streaming,Streaming,Open Source,Vlc,Http Live Streaming,我需要通过http流传输一个带有徽标或字幕轨迹的源文件(*.ts),可以在运行时动态更改(在服务器端)。该流将在iPad上观看。静态徽标很容易用VLC实现,但不是动态徽标 我发现了一个旧的VLC wiki页面,这是为更改徽标而描述的: vlc -I rc --logo-file nonexistent_dummy.png --sout "#transcode{vcodec=...,vb=...,sfilter=logo}:duplicate{dst=display,dst=std{...}}"

我需要通过http流传输一个带有徽标或字幕轨迹的源文件(*.ts),可以在运行时动态更改(在服务器端)。该流将在iPad上观看。静态徽标很容易用VLC实现,但不是动态徽标

我发现了一个旧的VLC wiki页面,这是为更改徽标而描述的:

vlc -I rc --logo-file nonexistent_dummy.png --sout "#transcode{vcodec=...,vb=...,sfilter=logo}:duplicate{dst=display,dst=std{...}}"

# Once the program has started
add video.avi
# If using VLC 0.9.0 or newer (see NEWS for details about the new syntax):
@logo logo-file logo.png
在较新版本的RC界面中,
@logo
命令似乎已被删除。是否可以在运行时通过另一个界面或标准GUI更改徽标过滤器

在运行时,是否有其他免费或开源的解决方案来流式处理和更改覆盖? 多谢各位