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
In my application, I need to change the startPosition of my HLS stream. This setting is available in HLS.js and listed in the following file but I do not find how to update it from the VgAPI or elsewhere.
Be able to access and edit the default IHLSConfig (before or after setting the video source)
Notice that I have multiple players on the same page requiring different HLS configurations.
Actual Behavior
Not access seems to be available.
The text was updated successfully, but these errors were encountered:
Description
In my application, I need to change the startPosition of my HLS stream. This setting is available in HLS.js and listed in the following file but I do not find how to update it from the VgAPI or elsewhere.
https://github.com/videogular/videogular2/blob/master/src/streaming/vg-hls/hls-config.ts#L13
Expected Behavior
Be able to access and edit the default IHLSConfig (before or after setting the video source)
Notice that I have multiple players on the same page requiring different HLS configurations.
Actual Behavior
Not access seems to be available.
The text was updated successfully, but these errors were encountered: