bakes82 Posted March 26 Share Posted March 26 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 More sharing options...
Luke Posted March 27 Share Posted March 27 Hi, we'll take a look at it. Thanks. Link to comment Share on other sites More sharing options...
bakes82 Posted May 28 Author Share Posted May 28 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 More sharing options...
Luke Posted June 1 Share Posted June 1 Are you seeing cases where it still occurs? Link to comment Share on other sites More sharing options...
bakes82 Posted June 1 Author Share Posted June 1 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 More sharing options...
Luke Posted June 3 Share Posted June 3 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now