Commit 0f3dc7d9 by mahaisong

feat:叠加字幕+视频循环播放,测试通过。

parent cfd0eb72
...@@ -400,7 +400,7 @@ namespace GISportService ...@@ -400,7 +400,7 @@ namespace GISportService
// audioThreadMethodHelper.enumstate = TantaEVRPlayerStateEnum.OpenPending; // audioThreadMethodHelper.enumstate = TantaEVRPlayerStateEnum.OpenPending;
// audioThread.Start(audioThreadMethodHelper); ;//构建拓扑 音频流 // audioThread.Start(audioThreadMethodHelper); ;//构建拓扑 音频流
//} //}
Thread.Sleep(HEARTBEAT_DELAYTIME*1000); Thread.Sleep(HEARTBEAT_DELAYTIME);
} }
catch (Exception ex) catch (Exception ex)
{ {
......
2018-12-27 09:53:39,547 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 : 2018-12-27 09:53:39,547 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 09:54:28,825 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 : 2018-12-27 09:54:28,825 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 09:59:27,943 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 : 2018-12-27 09:59:27,943 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 16:50:46,606 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 16:50:51,351 [1] ERROR GISportService.Program [(null)] - MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
在 MySqlConnector.Core.ServerSession.<ConnectAsync>d__58.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<CreateSessionAsync>d__91.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<OpenAsync>d__25.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 MySql.Data.MySqlClient.MySqlConnection.Open()
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.BufferlessMoveNext(DbContext _, Boolean buffer)
在 Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext()
在 Microsoft.EntityFrameworkCore.Query.QueryMethodProvider.GetResult[TResult](IEnumerable`1 valueBuffers, Boolean throwOnNullResult)
在 lambda_method(Closure )
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
在 System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
在 Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
在 System.Linq.Queryable.Count[TSource](IQueryable`1 source)
在 GISportService.Program.Main() 位置 D:\smallproject\28.GISports\GISportService\Program.cs:行号 29 :
2018-12-27 16:56:07,644 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 16:56:10,006 [1] ERROR GISportService.Program [(null)] - MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
在 MySqlConnector.Core.ServerSession.<ConnectAsync>d__58.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<CreateSessionAsync>d__91.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<OpenAsync>d__25.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 MySql.Data.MySqlClient.MySqlConnection.Open()
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.BufferlessMoveNext(DbContext _, Boolean buffer)
在 Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext()
在 Microsoft.EntityFrameworkCore.Query.QueryMethodProvider.GetResult[TResult](IEnumerable`1 valueBuffers, Boolean throwOnNullResult)
在 lambda_method(Closure )
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
在 System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
在 Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
在 System.Linq.Queryable.Count[TSource](IQueryable`1 source)
在 GISportService.Program.Main() 位置 D:\smallproject\28.GISports\GISportService\Program.cs:行号 29 :
2018-12-27 16:58:32,381 [1] ERROR EFCoreInitConfig.Config [(null)] - 数据库配置项,约定枚举中不存在GISportsModels,临时以key value 方式加载。 :
2018-12-27 16:58:35,060 [1] ERROR GISportService.Program [(null)] - MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
在 MySqlConnector.Core.ServerSession.<ConnectAsync>d__58.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<CreateSessionAsync>d__91.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult()
在 MySql.Data.MySqlClient.MySqlConnection.<OpenAsync>d__25.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 MySql.Data.MySqlClient.MySqlConnection.Open()
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.BufferlessMoveNext(DbContext _, Boolean buffer)
在 Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext()
在 Microsoft.EntityFrameworkCore.Query.QueryMethodProvider.GetResult[TResult](IEnumerable`1 valueBuffers, Boolean throwOnNullResult)
在 lambda_method(Closure )
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
在 Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
在 System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
在 Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
在 Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
在 System.Linq.Queryable.Count[TSource](IQueryable`1 source)
在 GISportService.Program.Main() 位置 D:\smallproject\28.GISports\GISportService\Program.cs:行号 29 :
...@@ -409,3 +409,9 @@ ...@@ -409,3 +409,9 @@
12/27/2018 09:54:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged 12/27/2018 09:54:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 09:59:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged 12/27/2018 09:59:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 09:59:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged 12/27/2018 09:59:30 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:50:52 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:50:52 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:56:10 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:56:10 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:58:35 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
12/27/2018 16:58:35 GISportService.FilePlayer: ctlTantaEVRFilePlayer_SizeChanged
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment