Hi,
We would like to know if there a way to enable "verbose logging" that will print lower-level details of the functioning of video-node/media-chain - to enable application developers debug streaming issues especially when player is stuck in "buffering" state ?
Background: we have a Scenegraph that uses roku video-node for DASH stream playback. We are trying to debug issues related to ReBuffering and Video-Start-Fails where the player is perpetually stuck in "buffering" state. We are aware of the "error" description that errorCode/errorMsg/errorStr fields of the VideoNode that provide clues w.r.t what went wrong when player enters "error" state. But, in cases where player is stuck indefinitely in "buffering" we are unable to get any clues from the logs w.r.t what is happening under-the-hood that results in this behavior. Additional/Lower-level clues w.r.t hints pointing to issues around demux/decode/render of the stream will help us narrow down the issue.
Thank you!