Replies: 2 comments 4 replies
-
|
I don't know much about this, but I might as well try as much as I can to be helpful, since you haven't gotten a response, yet. How are you feeding the video into the server? If you're using live streaming via a program like OBS, it may be adding its own b-frames when re-encoding, and so you may need to adjust its settings. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
@Keukhan is this something you might be able to help with? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(Edited: I realized this isn't coming from the Alert module, it's in the stream info API! Sorry!)
We inspect the stream info API to let our users know if there is a problem with the incoming stream (
/v1/vhosts/vhost/apps/app/streams/stream). It is wonderful.But sometimes I notice we get
hasBframes=trueeven though the stream does not contain them. Here is a stream sample coming from the Blackmagic Web Presenter. It plays back great in OME but the stats API tells us there are B-frames the whole time.BlackmagicNoBFrames.mp4
Here is the analysis by MediaInfo of the recorded stream:
And the Stream info as reported by OME API:
Beta Was this translation helpful? Give feedback.
All reactions