zhangziqi
zhangziqi
in my case `brew install protobuf` `brew link --overwrite protobuf` works. Others like downgrade pip protobuf does not work for me.
in my case `brew install protobuf` `brew link --overwrite protobuf` works. Others like downgrade pip protobuf does not work for me.
> input = ffmpeg.input('rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1') > out1 = input.output(an=None, f='rtp', filename='rtp://127.0.0.1:7777') > out2 = input.output(vn=None, f='rtp', filename='rtp://127.0.0.1:7777') > ffmpeg.merge_outputs(out1, out2).run() you can try this code