You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now, the dash manifest file is constructed with fixed videoplayback URLs.
This poses some issues:
The URL is fixed. If that URL becomes invalid for some reason, then video.js has no way to ask from the backend for a new videoplayback URL.
When using a proxy, the outgoing IP address for the proxy might change and thus render the videoplayback URL invalid.
The idea of this enhancement is to replace all the "BaseURL" parameters with latest_version endpoints. This allows to always get the latest and fresh videoplayback URL.
As of right now, the dash manifest file is constructed with fixed videoplayback URLs.
This poses some issues:
The idea of this enhancement is to replace all the "BaseURL" parameters with latest_version endpoints. This allows to always get the latest and fresh videoplayback URL.
From:
To:
Important point:
Improvements:
Related:
The text was updated successfully, but these errors were encountered: