Hi there. So I’m able to get plenty of info from a live stream from like this:
{Obj[]: author
copyright: “”
description: “”
keywords: “”
rating: “”
title: “”
presetname: “Custom”
creationdate: "Thu Aug 15 10
videodevice: “XSplitBroadcaster”
framerate: 30.0
width: 1280.0
height: 720.0
videocodecid: “avc1”
avclevel: 31.0
avcprofile: 100.0
videodatarate: 390.625
videokeyframe_frequency: 0.1
audiodevice: “VHAudioCustom”
audiosamplerate: 16000.0
audiochannels: 1.0
audioinputvolume: 100.0
audiocodecid: 11.0
audiodatarate: 27.1484375
bufferSize: “1250k”
maxBitrate: “1250k”
xsplitBroadcasterVersion: “1.3.0.95”
xsplitCoreVersion: “1.2.1303.0101 Version 1.2”
xsplitGameSourceVersion: “1.1.1.30”
xsplitMediaLibVersion: “2.0.0.209”}
But I need to get more information, including:
-
Video encoding mode: CBR, VBR, or Strict CBR.
-
Video encoding keyframe.
-
Audio encoding.
-
Video encoding bitrate and format.
This depends on the software encoding used to stream to wowza too right? But Take XSplit or OBS for example, how do I retrieve those information?