You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When streaming RTMP stream to Twitch, RTMP Header with duration, width, height, videocodecid, audiodatarate, audiosamplerate, audiosamplesize, stereo, audiocodecid, encoder, filesize AND FRAMERATE seems to be better decoded than without framerate.
Current behaviour
with CasparCG v2.3.3, global header is filled except framerate.
with CasparCG V2.0.7 or ffmpeg, global header contains framerate also.
Expected behaviour
When streaming RTMP stream to Twitch, RTMP Header with duration, width, height, videocodecid, audiodatarate, audiosamplerate, audiosamplesize, stereo, audiocodecid, encoder, filesize AND FRAMERATE seems to be better decoded than without framerate.
Current behaviour
with CasparCG v2.3.3, global header is filled except framerate.
with CasparCG V2.0.7 or ffmpeg, global header contains framerate also.
Steps to reproduce
command on casparcg 2.3 :
ADD 1-9001 STREAM rtmp://live-cdg.twitch.tv/app/<STREAMKEY> -flags:v +global_header -codec:v libx264 -codec:a aac -strict -2 -b:a 192k -ar:a 48000 -b:v 3000k -bufsize:v 4500k -maxrate:v 4500k -minrate:v 4500k -preset:v veryfast -tune:v zerolatency -level:v 4.0 -filter:v format=pix_fmts=uyvy422,scale=1920x1080,fps=25 -g:v 50 -filter:a pan=stereo|c0=c0|c1=c1 -format flv
Environment
Network analysis for CasparCG 2.0.7 :
Network analysis for CasparCG 2.3.3 :
The text was updated successfully, but these errors were encountered: