資源簡介
C#開發的播放視頻流播放工具,支持rtmp,rtsp,超低延遲。

代碼片段和文件信息
using?System;
using?System.Windows;
using?System.Windows.Threading;
namespace?StreamPlayerDemo
{
????///?
????///?Interaction?logic?for?App.xaml
????///?
????public?partial?class?App
????{
????????void?HandleDispatcherUnhandledException(object?sender?DispatcherUnhandledExceptionEventArgs?e)
????????{
????????????string?message?=?e.Exception.Message;
????????????if?(e.Exception.InnerException?!=?null)
????????????{
????????????????message?+=?Environment.NewLine?+?string.Format(“[{0}]“?e.Exception.InnerException.Message);
????????????}
????????????MessageBox.Show(message?“Exception!“?MessageBoxButton.OK?MessageBoxImage.Error);
????????????e.Handled?=?true;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-08?05:24??StreamPla
?????文件????????1017??2015-07-23?06:03??StreamPla
?????文件?????????199??2015-07-23?06:03??StreamPla
?????文件?????????407??2015-07-23?06:03??StreamPla
?????文件?????????734??2015-07-23?06:03??StreamPla
?????文件????????2162??2017-10-16?07:33??StreamPla
?????文件????????2132??2017-11-22?05:21??StreamPla
?????文件?????????173??2017-12-03?07:32??StreamPla
?????目錄???????????0??2015-12-04?06:23??StreamPla
?????文件????????2294??2015-07-23?06:03??StreamPla
?????文件????????2860??2015-07-23?06:03??StreamPla
?????文件????????5612??2015-07-23?06:03??StreamPla
?????文件????????1099??2015-07-23?06:03??StreamPla
?????文件?????????201??2015-07-23?06:03??StreamPla
?????文件????????4702??2017-12-03?07:32??StreamPla
評論
共有 條評論