Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream to Twitch - framerate is missing in global header #1462

Open
STL1811 opened this issue Feb 13, 2023 · 0 comments
Open

stream to Twitch - framerate is missing in global header #1462

STL1811 opened this issue Feb 13, 2023 · 0 comments

Comments

@STL1811
Copy link

STL1811 commented Feb 13, 2023

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

  • Commit: windows build : 3e8005 - 2023/01/06
  • Server version: v2.3.3
  • Operating system: Windows 11

Network analysis for CasparCG 2.0.7 :
Screenshot CasparCG 2 0 7
Network analysis for CasparCG 2.3.3 :
Screenshot CasparCG 2 3 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants