Hello,
I have a big problem related to wowzatokenendtime parameter. I want that my HLS streaming url expire after 1 minute to ensure the safety of streaming.
I managed to do this, but SecureToken2 stops the streaming being executed after 1 minute, even if the ClientIP and the SessionID have been accepted. Therefore, it blocks the media .TS
This makes no sense, because the ClientIP and the sessionID are the same. It should block only new connections that trying to use the same url. As it is, I cannot have a URL that expires after 1 minute with videos that have duration of 2 minutes, for example. What the meaning of using the endtime then?
INFO server comment 2015-02-02 10:34:19 - - - - - 580.477 - - - - - - - - [vod/definst]ModuleCoreSecurity:current time stamp: 1422880459
INFO server comment 2015-02-02 10:34:19 - - - - - 580.477 - - - - - - - - [vod/definst]ModuleCoreSecurity:sessionId: 968354989
INFO server comment 2015-02-02 10:34:19 - - - - - 580.478 - - - - - - - - [vod/definst]ModuleCoreSecurity:hashReceived: 7HBwm70pLsge1a6avZ5aVKPBPCvwkvxE-4pc8Y1Wr9c=
INFO server comment 2015-02-02 10:34:19 - - - - - 580.478 - - - - - - - - [vod/definst]ModuleCoreSecurity:using exsisting httpToken for SessonId:968354989 uri:/vod/mp4:sample.mp4/media_w968354989_tkbG9jYWxtQXV0aHN0YXJ0dGltZT0xNDIyODgwMzkzJmxvY2FsbUF1dGhlbmR0aW1lPTE0MjI4ODA0NTMmbG9jYWxtQXV0aGNwZj0xMTEuMTExLjExMS0xMSZsb2NhbG1BdXRoaGFzaD03SEJ3bTcwcExzZ2UxYTZhdlo1YVZLUEJQQ3Z3a3Z4RS00cGM4WTFXcjljPQ==_16.ts
INFO server comment 2015-02-02 10:34:19 - - - - - 580.478 - - - - - - - - [vod/definst]ModuleCoreSecurity:client IP: 89.196.49.194
INFO server comment 2015-02-02 10:34:19 - - - - - 580.478 - - - - - - - - [vod/definst]ModuleCoreSecurity:hashCalculated: 7HBwm70pLsge1a6avZ5aVKPBPCvwkvxE-4pc8Y1Wr9c=
INFO server comment 2015-02-02 10:34:19 - - - - - 580.479 - - - - - - - - [vod/definst]ModuleCoreSecurity:string hashed: vod/mp4:sample.mp4?8e43a7c99a5efe59&Authendtime=1422880453&Authstarttime=1422880393
INFO server comment 2015-02-02 10:34:19 - - - - - 580.479 - - - - - - - - [vod/definst]ModuleCoreSecurity:token start time stamp: 1422880393
INFO server comment 2015-02-02 10:34:19 - - - - - 580.479 - - - - - - - - [vod/definst]ModuleCoreSecurity:token end time stamp: 1422880453
INFO server comment 2015-02-02 10:34:19 - - - - - 580.479 - - - - - - - - [vod/definst]SecureTokenDef:current time, 1422880459, is after token end time, 1422880453
I await solution. Other tokens as Akamai and WMSpanel (wmsAuth) have the endtime working properly.
Regards,