已更新: 我正在使用下面的管道来使用webm live Streaming从相机进行视频流传输,
gst-launch-1.0 v4l2src ! videoconvert ! video/x-raw,format=I420,width=320,height=240 ! vp8enc end-usage=cbr cpu-used=5 threads=4 target-bitrate=2048 max-quantizer=40 min-quantizer=10 cq-level=10 ! webmmux streamable=true ! shout2send ip=192.168.1.139 port=8000 password=uurmi321 mount=/test.webm max-bitrate=2048
从firefox查看该视频时,
Sentiment Analysis Using Doc2Vec
通过在vp8enc添加一些属性,延迟减少到6到8秒。
但是,我需要减少1到2秒。
我还需要设置哪些属性?