Am trying to stream to wowza server with the following command in casparcg version 2.2 but with no success.
streaming with the following options work with caparcg 2.1 but with version 2.2 latest build only the audio is streaming, no video.
ADD 1-99 STREAM rtmp://localhost:1935/live/preview -vcodec libx264 -acodec aac -strict -2 -b:a 128k -x264opts keyint=45 -ar 48000 -tune zerolatency -preset ultrafast -b:v 750k -minrate 500k -maxrate 1000k -bufsize 1146k -vf format=pix_fmts=yuv420p -format flv
in version 2.2, with the exception of the -format flv option, i get used options message for rest of the other options and nothing get streamed.
i am streaming to wowza local server over rtmp. how do i get the streaming to work in version 2.2 latest build