forked from xiaoyaocz/biliuwp-lite
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4b8c5bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FFmpegInteropX 升级到1.0.1后,直播终止时会导致整个软件直接崩溃。 使用调试模式检查,会发现在
LiveHlsPlayer.cs
的m_fFmpegMediaSource.Dispose();
处发生了未经处理的异常,原因是AccessViolationException
@ywmoyue4b8c5bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NSDanmaku 升级到2.2.0后,似乎弹幕描边也失效了
4b8c5bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GD-Slime 好的,我看看