I'm trying to stream a webcam (via http) encoding it to MPEG-TS (no audio). But I keep getting errors about either vbv too small, or no vbv specified.
I had no problems with this with an older version (1.1.12 The Luggage). Now I am using 2.0.4 TwoFlower.
I am using the GUI interface, and this is what it generates for the output string: :sout=#transcode{vcodec=mp2v,vb=800,scale=1,acodec=none}:duplicate{dst=http{mux=ts,dst=:8080/finny},dst=display} :sout-keep.
Could someone show me what options are missing? Or perhaps a working output stream?
TIA
ken