-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use videoFileToken for fragments for private videos. #5617
Comments
Fixed in #5677 |
Hi I can confirm that when reinjectVideoFileToken=true is present then fragments will have tokens. The problem is when master.m3u8 contains qualities like this:
then fragments in 720.m3u8 will no longer contain videoFileToken
Can reinjectVideoFileToken be kept for qualities ? |
Hi, thank you for your feedback.
|
Hi, thanks the issue is now resolved. I updated to latest image and fragments now have tokens. |
Describe the current behavior
When I have private video and get master.m3u8 of private video I can get contents of it using videoFileToken token, then on 720.m3u8 there are no longer tokens which means I cannot play the video. reinjectVideoFileToken will not add file token to fragments.
Steps to reproduce
Get private video using REST api, then get streaming url from response that is in ['streamingPlaylists'][0]['playlistUrl'], after getting file token add it as query arg and then add also reinjectVideoFileToken query arg.
Describe the expected behavior
reinjectVideoFileToken should add videoFileToken to fragments
Additional information
The text was updated successfully, but these errors were encountered: