Black screen Streaming to Wowza encoder from 2.2.0

Hi Guys, I’m trying to stream to a Wowza encoder using RTMP, and while I do get a stream is back (with a high bitrate), It might be a codec or format issue but not sure why.

I’m using this command:

ADD 1 STREAM rtmp://server/app/default -codec:v libx264 -codec:a aac -b:a 128k -ar:a 48000 -b:v 750k -filter:v format=yuv420p -format flv -preset:v ultrafast -tune:v zerolatency -crf:v 25

this one works without problems on 2.0.7:

ADD 1 STREAM rtmp://server/app/default -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```

the log in the 2.2.0 looks like this:

############################################################################
[2019-07-04 03:06:22.239] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2019-07-04 03:06:22.240] [info]    under the GNU General Public License GPLv3 or higher.
[2019-07-04 03:06:22.240] [info]    Please see LICENSE.TXT for details.
[2019-07-04 03:06:22.240] [info]    http://www.casparcg.com/
[2019-07-04 03:06:22.240] [info]    ############################################################################
[2019-07-04 03:06:22.240] [info]    Starting CasparCG Video and Graphics Playout Server 2.2.0 66a9e3e2 Stable
[2019-07-04 03:06:22.245] [info]    Initialized ffmpeg module.
[2019-07-04 03:06:22.245] [info]    Initialized oal module.
[2019-07-04 03:06:22.245] [info]    Initialized decklink module.
[2019-07-04 03:06:22.245] [info]    Initialized screen module.
[2019-07-04 03:06:22.291] [info]    Initialized html module.
[2019-07-04 03:06:22.464] [info]    Initialized flash module.
[2019-07-04 03:06:22.464] [info]    Initialized newtek module.
[2019-07-04 03:06:22.465] [info]    Initialized bluefish module.
[2019-07-04 03:06:22.465] [info]    Initialized image module.
[2019-07-04 03:06:22.465] [info]    "C:/Users\leonedo\Desktop\Server\casparcg.config":
[2019-07-04 03:06:22.465] [info]    -----------------------------------------
[2019-07-04 03:06:22.465] [info]    <?xml version="1.0" encoding="utf-8"?>
[2019-07-04 03:06:22.465] [info]    <configuration>
[2019-07-04 03:06:22.465] [info]       <log-level>trace</log-level>
[2019-07-04 03:06:22.465] [info]       <paths>
[2019-07-04 03:06:22.465] [info]          <media-path>media/</media-path>
[2019-07-04 03:06:22.465] [info]          <log-path>log/</log-path>
[2019-07-04 03:06:22.465] [info]          <data-path>data/</data-path>
[2019-07-04 03:06:22.465] [info]          <template-path>template/</template-path>
[2019-07-04 03:06:22.465] [info]          <font-path>font/</font-path>
[2019-07-04 03:06:22.465] [info]       </paths>
[2019-07-04 03:06:22.465] [info]       <lock-clear-phrase>secret</lock-clear-phrase>
[2019-07-04 03:06:22.465] [info]       <channels>
[2019-07-04 03:06:22.465] [info]          <channel>
[2019-07-04 03:06:22.465] [info]             <video-mode>720p5994</video-mode>
[2019-07-04 03:06:22.465] [info]             <consumers/>
[2019-07-04 03:06:22.465] [info]          </channel>
[2019-07-04 03:06:22.465] [info]       </channels>
[2019-07-04 03:06:22.465] [info]       <controllers>
[2019-07-04 03:06:22.465] [info]          <tcp>
[2019-07-04 03:06:22.465] [info]             <port>5250</port>
[2019-07-04 03:06:22.465] [info]             <protocol>AMCP</protocol>
[2019-07-04 03:06:22.465] [info]          </tcp>
[2019-07-04 03:06:22.465] [info]       </controllers>
[2019-07-04 03:06:22.465] [info]       <amcp>
[2019-07-04 03:06:22.465] [info]          <media-server>
[2019-07-04 03:06:22.465] [info]             <host>localhost</host>
[2019-07-04 03:06:22.465] [info]             <port>8000</port>
[2019-07-04 03:06:22.465] [info]          </media-server>
[2019-07-04 03:06:22.465] [info]       </amcp>
[2019-07-04 03:06:22.465] [info]    </configuration>
[2019-07-04 03:06:22.465] [info]    -----------------------------------------
[2019-07-04 03:06:22.968] [info]    Initializing OpenGL Device.
[2019-07-04 03:06:22.971] [info]    Initialized OpenGL 4.5.0 NVIDIA 425.31 NVIDIA Corporation
[2019-07-04 03:06:23.011] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 1
[2019-07-04 03:06:23.012] [info]    video_channel[1|720p5994] Successfully Initialized.
[2019-07-04 03:06:23.012] [info]    Initialized channels.
[2019-07-04 03:06:23.014] [info]    Initialized controllers.
[2019-07-04 03:06:23.014] [info]    Initialized osc.
[2019-07-04 03:06:36.831] [info]    Received message from Console: ADD 1 STREAM rtmp://realserverGoeshere/default -codec:v libx264 -codec:a aac -b:a 128k -ar:a 48000 -b:v 750k -filter:v format=yuv420p -format flv -preset:v ultrafast -tune:v zerolatency -crf:v 25\r\n
[2019-07-04 03:06:36.831] [debug]   Executing command: ADD
[2019-07-04 03:06:36.835] [info]    ffmpeg[rtmp://realserverGoeshere/default] Initialized.
[2019-07-04 03:06:36.835] [debug]   Executed command (0.004s): ADD
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [Parsed_format_0 @ 000001C3A6882D80] Setting 'pix_fmts' to value 'yuv420p'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] Setting 'video_size' to value '1280x720'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] Setting 'pix_fmt' to value '80'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] Setting 'time_base' to value '1001/60000'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] Setting 'sar' to value '1/1'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] Setting 'frame_rate' to value '60000/1001'
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.836] [trace]   [ffmpeg] [in_0 @ 000001C3A6883140] w:1280 h:720 pixfmt:yuva422p tb:1001/60000 fr:60000/1001 sar:1/1 sws_param:
[2019-07-04 03:06:36.836] [trace]   
[2019-07-04 03:06:36.837] [trace]   [ffmpeg] [auto_scaler_0 @ 000001C3A68857C0] w:iw h:ih flags:'bilinear' interl:0
[2019-07-04 03:06:36.837] [trace]   
[2019-07-04 03:06:36.837] [trace]   [ffmpeg] [Parsed_format_0 @ 000001C3A6882D80] auto-inserting filter 'auto_scaler_0' between the filter 'in_0' and the filter 'Parsed_format_0'
[2019-07-04 03:06:36.837] [trace]   
[2019-07-04 03:06:36.837] [trace]   [ffmpeg] [AVFilterGraph @ 000001C3A6882B80] query_formats: 3 queried, 1 merged, 1 already done, 0 delayed
[2019-07-04 03:06:36.837] [trace]   
[2019-07-04 03:06:36.838] [trace]   [ffmpeg] [auto_scaler_0 @ 000001C3A68857C0] w:1280 h:720 fmt:yuva422p sar:1/1 -> w:1280 h:720 fmt:yuv420p sar:1/1 flags:0x2
[2019-07-04 03:06:36.838] [trace]   
[2019-07-04 03:06:36.838] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] using SAR=1/1
[2019-07-04 03:06:36.838] [info]    
[2019-07-04 03:06:36.842] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[2019-07-04 03:06:36.842] [info]    
[2019-07-04 03:06:36.845] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] profile Constrained Baseline, level 3.2
[2019-07-04 03:06:36.845] [info]    
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [in_0 @ 000001C3A68DC4C0] Setting 'time_base' to value '1/48000'
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [in_0 @ 000001C3A68DC4C0] Setting 'sample_rate' to value '48000'
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [in_0 @ 000001C3A68DC4C0] Setting 'sample_fmt' to value '2'
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [in_0 @ 000001C3A68DC4C0] Setting 'channel_layout' to value '0x63f'
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [in_0 @ 000001C3A68DC4C0] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x63f
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [out @ 000001C3A68DB9C0] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'out'
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [AVFilterGraph @ 000001C3A6882CC0] query_formats: 3 queried, 3 merged, 3 already done, 0 delayed
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [auto_resampler_0 @ 000001C3A68DB8C0] [SWR @ 000001C3B9E83800] Using fltp internally between filters
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.846] [trace]   [ffmpeg] [auto_resampler_0 @ 000001C3A68DB8C0] ch:8 chl:7.1 fmt:s32 r:48000Hz -> ch:8 chl:7.1 fmt:fltp r:48000Hz
[2019-07-04 03:06:36.846] [trace]   
[2019-07-04 03:06:36.850] [trace]   Ready for a new command
[2019-07-04 03:06:36.850] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] No default whitelist set
[2019-07-04 03:06:36.850] [trace]   
[2019-07-04 03:06:36.850] [trace]   [ffmpeg] [tcp @ 000001C3B9F60B40] No default whitelist set
[2019-07-04 03:06:36.850] [trace]   
[2019-07-04 03:06:36.934] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Handshaking...
[2019-07-04 03:06:36.934] [trace]   
[2019-07-04 03:06:37.007] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Type answer 3
[2019-07-04 03:06:37.007] [trace]   
[2019-07-04 03:06:37.008] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Server version 3.0.1.1
[2019-07-04 03:06:37.008] [trace]   
[2019-07-04 03:06:37.008] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Proto = rtmp, path = /ZypeLive/default, app = ZypeLive, fname = default
[2019-07-04 03:06:37.008] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Window acknowledgement size = 2500000
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Max sent, unacked = 2500000
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] New incoming chunk size = 4096
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Releasing stream...
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] FCPublish stream...
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.141] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Creating stream...
[2019-07-04 03:06:37.141] [trace]   
[2019-07-04 03:06:37.317] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Sending publish command for 'default'
[2019-07-04 03:06:37.317] [trace]   
[2019-07-04 03:06:37.615] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   0 QP=22.00 NAL=3 Slice:I Poc:0   I:3600 P:0    SKIP:0    size=3477 bytes
[2019-07-04 03:06:37.615] [trace]   
[2019-07-04 03:06:37.629] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   1 QP=19.00 NAL=2 Slice:P Poc:2   I:0    P:0    SKIP:3600 size=48 bytes
[2019-07-04 03:06:37.629] [trace]   
[2019-07-04 03:06:37.645] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   2 QP=18.00 NAL=2 Slice:P Poc:4   I:0    P:0    SKIP:3600 size=48 bytes
[2019-07-04 03:06:37.645] [trace]   
[2019-07-04 03:06:37.662] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   3 QP=18.00 NAL=2 Slice:P Poc:6   I:0    P:0    SKIP:3600 size=48 bytes
[2019-07-04 03:06:37.662] [trace]   
[2019-07-04 03:06:37.678] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   4 QP=18.00 NAL=2 Slice:P Poc:8   I:0    P:0    SKIP:3600 size=48 bytes
[2019-07-04 03:06:37.678] [trace]   
[2019-07-04 03:06:37.693] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   5 QP=17.00 NAL=2 Slice:P Poc:10  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.693] [trace]   
[2019-07-04 03:06:37.711] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   6 QP=17.00 NAL=2 Slice:P Poc:12  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.711] [trace]   
[2019-07-04 03:06:37.729] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   7 QP=17.00 NAL=2 Slice:P Poc:14  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.729] [trace]   
[2019-07-04 03:06:37.744] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   8 QP=17.00 NAL=2 Slice:P Poc:16  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.744] [trace]   
[2019-07-04 03:06:37.760] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=   9 QP=17.00 NAL=2 Slice:P Poc:18  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.760] [trace]   
[2019-07-04 03:06:37.779] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  10 QP=17.00 NAL=2 Slice:P Poc:20  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.779] [trace]   
[2019-07-04 03:06:37.797] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  11 QP=17.00 NAL=2 Slice:P Poc:22  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.797] [trace]   
[2019-07-04 03:06:37.811] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  12 QP=17.00 NAL=2 Slice:P Poc:24  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.811] [trace]   
[2019-07-04 03:06:37.828] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  13 QP=17.00 NAL=2 Slice:P Poc:26  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.828] [trace]   
[2019-07-04 03:06:37.845] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  14 QP=17.00 NAL=2 Slice:P Poc:28  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.845] [trace]   
[2019-07-04 03:06:37.861] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  15 QP=17.00 NAL=2 Slice:P Poc:30  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.861] [trace]   
[2019-07-04 03:06:37.879] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  16 QP=17.00 NAL=2 Slice:P Poc:32  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.879] [trace]   
[2019-07-04 03:06:37.896] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  17 QP=17.00 NAL=2 Slice:P Poc:34  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.896] [trace]   
[2019-07-04 03:06:37.910] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  18 QP=17.00 NAL=2 Slice:P Poc:36  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.910] [trace]   
[2019-07-04 03:06:37.927] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  19 QP=17.00 NAL=2 Slice:P Poc:38  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.927] [trace]   
[2019-07-04 03:06:37.945] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  20 QP=17.00 NAL=2 Slice:P Poc:40  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.945] [trace]   
[2019-07-04 03:06:37.962] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  21 QP=17.00 NAL=2 Slice:P Poc:42  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.962] [trace]   
[2019-07-04 03:06:37.978] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  22 QP=17.00 NAL=2 Slice:P Poc:44  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.978] [trace]   
[2019-07-04 03:06:37.996] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  23 QP=17.00 NAL=2 Slice:P Poc:46  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:37.996] [trace]   
[2019-07-04 03:06:38.011] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  24 QP=17.00 NAL=2 Slice:P Poc:48  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.011] [trace]   
[2019-07-04 03:06:38.027] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  25 QP=17.00 NAL=2 Slice:P Poc:50  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.027] [trace]   
[2019-07-04 03:06:38.044] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  26 QP=17.00 NAL=2 Slice:P Poc:52  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.044] [trace]   
[2019-07-04 03:06:38.059] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  27 QP=17.00 NAL=2 Slice:P Poc:54  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.059] [trace]   
[2019-07-04 03:06:38.077] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  28 QP=17.00 NAL=2 Slice:P Poc:56  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.077] [trace]   
[2019-07-04 03:06:38.095] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  29 QP=17.00 NAL=2 Slice:P Poc:58  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.095] [trace]   
[2019-07-04 03:06:38.115] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  30 QP=17.00 NAL=2 Slice:P Poc:60  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.115] [trace]   
[2019-07-04 03:06:38.129] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  31 QP=17.00 NAL=2 Slice:P Poc:62  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.129] [trace]   
[2019-07-04 03:06:38.146] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  32 QP=17.00 NAL=2 Slice:P Poc:64  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.146] [trace]   
[2019-07-04 03:06:38.162] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  33 QP=17.00 NAL=2 Slice:P Poc:66  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.162] [trace]   
[2019-07-04 03:06:38.179] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  34 QP=17.00 NAL=2 Slice:P Poc:68  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.179] [trace]   
[2019-07-04 03:06:38.194] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  35 QP=17.00 NAL=2 Slice:P Poc:70  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.194] [trace]   
[2019-07-04 03:06:38.211] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  36 QP=17.00 NAL=2 Slice:P Poc:72  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.211] [trace]   
[2019-07-04 03:06:38.229] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  37 QP=17.00 NAL=2 Slice:P Poc:74  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.229] [trace]   
[2019-07-04 03:06:38.246] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  38 QP=17.00 NAL=2 Slice:P Poc:76  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.246] [trace]   
[2019-07-04 03:06:38.262] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  39 QP=17.00 NAL=2 Slice:P Poc:78  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.262] [trace]   
[2019-07-04 03:06:38.279] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  40 QP=17.00 NAL=2 Slice:P Poc:80  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.279] [trace]   
[2019-07-04 03:06:38.294] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  41 QP=17.00 NAL=2 Slice:P Poc:82  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.294] [trace]   
[2019-07-04 03:06:38.313] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  42 QP=17.00 NAL=2 Slice:P Poc:84  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.313] [trace]   
[2019-07-04 03:06:38.330] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  43 QP=17.00 NAL=2 Slice:P Poc:86  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.330] [trace]   
[2019-07-04 03:06:38.345] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  44 QP=17.00 NAL=2 Slice:P Poc:88  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.345] [trace]   
[2019-07-04 03:06:38.362] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  45 QP=17.00 NAL=2 Slice:P Poc:90  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.362] [trace]   
[2019-07-04 03:06:38.378] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  46 QP=17.00 NAL=2 Slice:P Poc:92  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.378] [trace]   
[2019-07-04 03:06:38.396] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  47 QP=17.00 NAL=2 Slice:P Poc:94  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.396] [trace]   
[2019-07-04 03:06:38.412] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  48 QP=17.00 NAL=2 Slice:P Poc:96  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.412] [trace]   
[2019-07-04 03:06:38.429] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  49 QP=17.00 NAL=2 Slice:P Poc:98  I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.429] [trace]   
[2019-07-04 03:06:38.446] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  50 QP=17.00 NAL=2 Slice:P Poc:100 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.446] [trace]   
[2019-07-04 03:06:38.462] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  51 QP=17.00 NAL=2 Slice:P Poc:102 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.462] [trace]   
[2019-07-04 03:06:38.479] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  52 QP=17.00 NAL=2 Slice:P Poc:104 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.479] [trace]   
[2019-07-04 03:06:38.495] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  53 QP=17.00 NAL=2 Slice:P Poc:106 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.495] [trace]   
[2019-07-04 03:06:38.512] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  54 QP=17.00 NAL=2 Slice:P Poc:108 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.512] [trace]   
[2019-07-04 03:06:38.530] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  55 QP=17.00 NAL=2 Slice:P Poc:110 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.530] [trace]   
[2019-07-04 03:06:38.544] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  56 QP=17.00 NAL=2 Slice:P Poc:112 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.544] [trace]   
[2019-07-04 03:06:38.562] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  57 QP=17.00 NAL=2 Slice:P Poc:114 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.562] [trace]   
[2019-07-04 03:06:38.579] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  58 QP=17.00 NAL=2 Slice:P Poc:116 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.579] [trace]   
[2019-07-04 03:06:38.596] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame=  59 QP=17.00 NAL=2 Slice:P Poc:118 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:38.596] [trace]   

[2019-07-04 03:06:51.992] [info]    Received message from Console: q\r\n
[2019-07-04 03:06:51.994] [info]    [asio] Shutting down global io_service.
[2019-07-04 03:06:51.994] [info]    [asio] Global io_service uninitialized.
[2019-07-04 03:06:51.994] [trace]   [cef_task] executing task
[2019-07-04 03:06:51.994] [trace]   [cef_task] task succeeded
[2019-07-04 03:06:52.007] [info]    video_channel[1|720p5994] Uninitializing.
[2019-07-04 03:06:52.009] [trace]   [ffmpeg] [libx264 @ 000001C3A68BE540] frame= 863 QP=17.00 NAL=2 Slice:P Poc:226 I:0    P:0    SKIP:3600 size=49 bytes
[2019-07-04 03:06:52.009] [trace]   
[2019-07-04 03:06:52.068] [debug]   ffmpeg[rtmp://realserverGoeshere/default] Uninitializing.
[2019-07-04 03:06:52.070] [trace]   [ffmpeg] [aac @ 000001C3B9E9A5C0] Trying to remove 160 more samples than there are in the queue
[2019-07-04 03:06:52.070] [trace]   
[2019-07-04 03:06:52.070] [warning] [ffmpeg] [flv @ 000001C3A6882240] Failed to update header with correct duration.
[2019-07-04 03:06:52.070] [warning] 
[2019-07-04 03:06:52.070] [warning] [ffmpeg] [flv @ 000001C3A6882240] Failed to update header with correct filesize.
[2019-07-04 03:06:52.070] [warning] 
[2019-07-04 03:06:52.070] [trace]   [ffmpeg] [AVIOContext @ 000001C3B9F6B040] Statistics: 0 seeks, 1543 writeouts
[2019-07-04 03:06:52.070] [trace]   
[2019-07-04 03:06:52.070] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] UnPublishing stream...
[2019-07-04 03:06:52.070] [trace]   
[2019-07-04 03:06:52.070] [trace]   [ffmpeg] [rtmp @ 000001C3B9F60600] Deleting stream...
[2019-07-04 03:06:52.070] [trace]   
[2019-07-04 03:06:52.071] [info]    [ffmpeg] [aac @ 000001C3B9E9A5C0] Qavg: 65476.297
[2019-07-04 03:06:52.071] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] frame I:4     Avg QP:16.00  size:  3023
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] frame P:860   Avg QP:17.02  size:    49
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] mb I  I16..4: 100.0%  0.0%  0.0%
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4:  0.0%  0.0%  0.0%  0.0%  0.0%    skip:100.0%
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] coded y,uvDC,uvAC intra: 0.0% 0.0% 0.0% inter: 0.0% 0.0% 0.0%
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] i16 v,h,dc,p: 91%  0%  9%  0%
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] i8c dc,h,v,p: 100%  0%  0%  0%
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.073] [info]    [ffmpeg] [libx264 @ 000001C3A68BE540] kb/s:30.09
[2019-07-04 03:06:52.073] [info]    
[2019-07-04 03:06:52.076] [info]    ffmpeg[rtmp://realserverGoeshere/default] Uninitialized.
[2019-07-04 03:06:52.076] [info]    Successfully shutdown CasparCG Server.

What I’m missing?? thanks!

From looking over your log, I only see stuff related to streaming. You should also play something on that channel, or do I miss something?

You are right, on that log I removed all things not related to the streaming… but I did all the tests with an mp4 clip looping.

edit: Checking on the wowza site I do see the Bitrate moving up and down… but the screen is black.

edit2: Audio is working… but the screen is black. If I use the ffmpeg.exe in the server folder it works fine…

any updates on this issue? on 2.3.x