On my stream, I have managed to configure token signing for my video, and everything appears to work except for the expiration time. The expiration time is set to time() + 50, or a 50 second timeout. However, the timeout generated takes about 20 minutes to expire. Also, when the timeout is set to less than 50 seconds, it appears to immediately default to 0. How can I fix the PHP code to expire at the time specified?
↧