Jump to content

PlaybackStart missing Session Transcode Object?


bakes82

Recommended Posts

bakes82

When using the PlaybackStart there is no Session.TranscodingInfo.  If I move the code to PlaybackProgress its filled in, ideas?

 

private void PlaybackStart(object sender, PlaybackProgressEventArgs e)
{
    if (e.Session.TranscodingInfo == null) return; // Im always null.
}
Link to comment
Share on other sites

  • 2 months later...
bakes82
On 3/27/2022 at 5:55 PM, Luke said:

Hi, we'll take a look at it. Thanks.

Was this fixed?

Link to comment
Share on other sites

bakes82
16 hours ago, Luke said:

Are you seeing cases where it still occurs?

Dunno, what version was it fixed in?

Link to comment
Share on other sites

In one of the 4.7 beta releases, although there still could be cases of this happening in theory.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...