Video On Demand Crashes while forwarding in HTML Player

Video On Demand Crashes while forwarding in HTML Player

Support ForumCategory: Integration and CustomizationVideo On Demand Crashes while forwarding in HTML Player
avaneesh asked 8 years ago
Hello ,  I have a precaptured mp4 files which i wanted to play in browser using EvoStream .Now for that i have placed all these media files to this location  “C:\EvoStream\media\vod” Inside this i have placed my files . I have set this path to the webrootfolder in webconfig.lua . Now i am able to get the stream in player using the following code  <source src=”http://192.101.154.144:8090/vod/13-05-2017_03_57_04.mp4&#8243; type=”video/mp4″>  in my html player . I  am able to view the stream in html player but when i forward the stream the EvoWebserver crashes each time. as a result my view stops .  I am using the latest version of Evostream 1.7.1… . I dont know why this happens .Please tell me how to solve this issue .   Regards Avaneesh Srivastava  



6 Answers
erika Staff answered 8 years ago
Hello avaneesh!   May I know what HTML player you are using?   Also could you please enumerate the steps you did with your test?    Thank you!
avaneesh answered 8 years ago
Hello ,  I am using plain html code to run the video not any specialized js .I am using this plain html code and open with a browser  <html>
<body> <video width=”400″ controls>
<source src=”http://192.101.154.114:8090/vod/13-05-2017_03_57_04.mp4&#8243; type=”video/mp4″>
Your browser does not support HTML5 video.
</video> </body>
</html> i have placed all these media files to this location 
“C:\EvoStream\media\vod”   Now i open my html page which has been created using above code  in chrome browser and plays a video and there i forward the stream 4-5 times then evowebserver crashes .  Please tell me how to solve this issue    Regards
Avaneesh Srivastava
erika Staff answered 8 years ago
Hi avaneesh! “i forward the stream 4-5 times” – how did you do this?  also, can you attach the logs here?    Thank you!
avaneesh answered 8 years ago
Hello , While Testing EvoStream has generated the two logs i am pasting the logs of both here  First Log : PID: 8424; TIMESTAMP: 1494831478; LIFE: 8424_1494831478_ANVEFDB4
EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1494831478:3:..\..\..\sources\webserver\src\webserver_main.cpp:266:Initialize:EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:269:Initialize:OS files descriptors count limits: 2048/2048
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:271:Initialize:Initialize I/O handlers manager: iocp without native timers
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:274:Initialize:Configure modules
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:280:Initialize:Plug in the default protocol factory
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:287:Initialize:Start I/O handlers manager: iocp without native timers
1494831479:3:..\..\..\sources\webserver\src\webserver_main.cpp:290:Initialize:Configure applications
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 0->1 IOHT_TIMER
1494831479:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application webserver instantiated
1494831480:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 1->2 IOHT_ACCEPTOR
1494831480:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1965:webserver::WebServerApplication::Initialize:Web Server(HTTP) was instantiated successfully. Listening on port: 8090
1494831480:3:..\..\..\sources\webserver\src\webserver_main.cpp:296:Initialize:Install the quit signal
1494831480:3:..\..\..\sources\webserver\src\webserver_main.cpp:313:Run:\n+—————————————————————————–+\n| Services|\n+—+—————+—–+————————-+————————-+\n| c | ip | port| protocol stack name | application name |\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1|53874| inboundBinVariant| webserver|\n+—+—————+—–+————————-+————————-+
1494831480:3:..\..\..\sources\webserver\src\webserver_main.cpp:314:Run:LIFE: 8424_1494831478_ANVEFDB4
1494831480:3:..\..\..\sources\webserver\src\webserver_main.cpp:315:Run:GO! GO! GO! (8424)
1494831481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 2->3 IOHT_TCP_CONNECTOR
1494831481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 3->4 IOHT_TCP_CARRIER
1494831481:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1603:webserver::WebServerApplication::RegisterProtocol:Got connected from Origin.
1494831481:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 127.0.0.1:1113; Near: 127.0.0.1:53878) CTCP(440) <-> TCP(2) <-> [BVAR(3)]
1494831481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 4->3 IOHT_TCP_CONNECTOR
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1235:webserver::WebServerApplication::NotifyConnectionCallback:192.168.100.219:31442 Connected.
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:977:webserver::WebServerApplication::RequestHandlerCallback:Requesting Valid File: C:\Evostream\media\vod\15-05-2017_09_42_39.mp4
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1065:webserver::WebServerApplication::RequestHandlerCallback:Partial Content: bytes 0-95487596/95487597
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1201:webserver::WebServerApplication::RequestCompletedCallback:192.168.100.219:31442: Request Completed.[Client Abort]
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1235:webserver::WebServerApplication::NotifyConnectionCallback:192.168.100.219:31698 Connected.
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1248:webserver::WebServerApplication::NotifyConnectionCallback:192.168.100.219:31442 Disconnected.
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:977:webserver::WebServerApplication::RequestHandlerCallback:Requesting Valid File: C:\Evostream\media\vod\15-05-2017_09_42_39.mp4
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1065:webserver::WebServerApplication::RequestHandlerCallback:Partial Content: bytes 95354880-95487596/95487597
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1201:webserver::WebServerApplication::RequestCompletedCallback:192.168.100.219:31698: Request Completed.[OK]
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831489:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:977:webserver::WebServerApplication::RequestHandlerCallback:Requesting Valid File: C:\Evostream\media\vod\15-05-2017_09_42_39.mp4
1494831489:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1065:webserver::WebServerApplication::RequestHandlerCallback:Partial Content: bytes 786432-95487596/95487597
1494831489:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831494:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1220:webserver::WebServerApplication::Logger:MHD: Failed to send data: Software caused connection abort\n\n
1494831494:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1235:webserver::WebServerApplication::NotifyConnectionCallback:192.168.100.219:32978 Connected.
1494831494:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1201:webserver::WebServerApplication::RequestCompletedCallback:192.168.100.219:31698: Request Completed.[Error]
1494831494:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831494:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1248:webserver::WebServerApplication::NotifyConnectionCallback:192.168.100.219:31698 Disconnected.
1494831494:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)
1494831494:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:53:webserver::WebServerApplication::Metric::Metric:Metric:Active Threads(1/8)
1494831494:3:..\..\..\sources\webserver\src\application\webserverapplication.cpp:977:webserver::WebServerApplication::RequestHandlerCallback:Requesting Valid File: C:\Evostream\media\vod\15-05-2017_09_42_39.mp4
1494831494:4:..\..\..\sources\webserver\src\application\webserverapplication.cpp:1065:webserver::WebServerApplication::RequestHandlerCallback:Partial Content: bytes 9568256-95487596/95487597
1494831494:4:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\webserver\include\application/webserverapplication.h:58:webserver::WebServerApplication::Metric::~Metric:Metric:Active Threads(0/8)   Second Log :   PID: 9900; TIMESTAMP: 1494831478; LIFE: 9900_1494831478_ANVEFDB4
EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:420:Initialize:EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:423:Initialize:OS files descriptors count limits: 2048/2048
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:425:Initialize:Initialize I/O handlers manager: iocp without native timers
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:480:Initialize:Configure modules
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:486:Initialize:Plug in the default protocol factory
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:493:Initialize:Configure factories
1494831478:3:..\..\..\sources\thelib\src\configuration\module.cpp:96:Module::ConfigFactory:Loaded factory from application evostreamms
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:499:Initialize:Configure acceptors
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 0->1 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 1->2 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 2->3 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 3->4 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 4->5 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 5->6 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 6->7 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 7->8 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 8->9 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 9->10 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 10->11 IOHT_ACCEPTOR
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 11->12 IOHT_ACCEPTOR
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:505:Initialize:Configure instances
1494831478:2:..\..\..\sources\thelib\src\configuration\configfile.cpp:206:ConfigFile::ConfigInstances:Windows doesn’t support multiple instances
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:511:Initialize:Start I/O handlers manager: iocp without native timers
1494831478:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:514:Initialize:Configure applications
1494831478:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application evostreamms instantiated
1494831478:2:..\..\..\sources\thelib\src\mediaformats\readers\streammetadataresolver.cpp:156:StreamMetadataResolver::InitializeStorage:meta folder for storage 0x00000001 not specified. seek/meta files will be created inside the media folder
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 12->13 IOHT_TIMER
1494831478:0:..\..\..\sources\common\src\utils\lua\luautils.cpp:326:LoadLuaScriptFromFile:Error parsing file : cannot open : Invalid argument
1494831478:0:..\..\..\sources\common\src\utils\lua\basevmlua.cpp:69:BaseVMLua::LoadScriptFile:Unable to load script:
1494831478:2:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:75:BaseRTMPAppProtocolHandler::BaseRTMPAppProtocolHandler:Unable to load script
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 13->14 IOHT_TIMER
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 14->15 IOHT_TIMER
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 15->16 IOHT_TIMER
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 16->17 IOHT_TIMER
1494831478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 17->18 IOHT_TIMER
1494831479:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application lminterface instantiated
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 18->19 IOHT_TIMER
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TIMER
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1494831479:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:520:Initialize:Install the quit signal
1494831479:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:535:Run:\n+—————————————————————————–+\n| Services|\n+—+—————+—–+————————-+————————-+\n| c | ip | port| protocol stack name | application name |\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1112| inboundJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 7777| inboundHttpJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1222| inboundAsciiCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 1935| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1936| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1113| inboundBinVariant| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 5544| inboundRtsp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 6666| inboundLiveFlv| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8080| inboundHttp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8100| inboundJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8210| wsJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8410| inboundWSFMP4| evostreamms|\n+—+—————+—–+————————-+————————-+
1494831479:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:536:Run:LIFE: 9900_1494831478_ANVEFDB4
1494831479:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:537:Run:GO! GO! GO! (9900)
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1494831479:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.190.161.115:443; Near: 192.168.100.219:53873) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)]
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1494831479:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1494831479:2:..\..\..\sources\applications\evorouter\src\protocols\timer\drmtimerprotocol.cpp:50:app_evorouter::DRMTimerProtocol::RequestKey:Unable to get protocol handler
1494831479:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol T(6) <-> [TMR(6)] unregistered from application: evostreamms
1494831479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TIMER
1494831480:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.190.161.115:443; Near: 192.168.100.219:53873) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)] unregistered from application: lminterface
1494831480:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 20->19 IOHT_TCP_CARRIER
1494831481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TCP_CARRIER
1494831481:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:53878; Near: 127.0.0.1:1113) CTCP(368) <-> TCP(13) <-> [BVAR(14)]
1494831481:3:..\..\..\sources\applications\evorouter\src\protocols\variant\originvariantappprotocolhandler.cpp:632:app_evorouter::OriginVariantAppProtocolHandler::ProcessMessageHello:New edge available (Web Server): ip/port: 127.0.0.1:53874; pid: 8424
1494831505:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:69:TCPCarrier::OnEvent:Unable to read/write data from/to connection: (Far: 127.0.0.1:53878; Near: 127.0.0.1:1113) CTCP(368) <-> [TCP(13)] <-> BVAR(14). GetLastError returned: 64
1494831505:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 20->19 IOHT_TCP_CARRIER
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:2:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:234:TCPAcceptor::Drop:TCPAcceptor::Drop not yet implemented
1494831505:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [BVAR(14)] unregistered from application: evostreamms
1494831508:2:..\..\..\sources\applications\evorouter\src\protocols\timer\processwatchdogtimerprotocol.cpp:44:app_evorouter::ProcessWatchdogTimerProtocol::RestartPid:Unknown pid 8424 terminated   May be this way you could solve this issue    Regards  Avaneesh Srivastava
erika Staff answered 8 years ago
Hi avaneesh, Can you provide the steps you did?   Thank you!

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.