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
I have searched the opened issues and there are no duplicates
Describe the requested feature
I've been having a rough time with the video controls lately. My video playback links are all temporary, time-limited, and if loaded into the playlist at one time, in case the user pauses on a video for a long time, the temporary playback link in the list may not be playable. Although there are playlist_add (media) and playlist_remove (media_index) methods, you can't specify a place in the list for playback links (they can only be added sequentially). Users can only jump back and forth between the video objects already in the playlist, which is undoubtedly disastrous for temporary video links. If the user plays which video to put in the list only which temporary video link is put into the list, then when the user does not watch in order, the order of the objects in the list does not match.
Suggest a solution
If you could add a video link (video_src) attribute to specify the playback link in real time, instead of going through the playlist, and it can be rewritten, it seems like a good solution to this problem?
I don't have a better solution for some other details (e.g. how to determine if the internal controls of the previous episode and the next episode are displayed if the playback link is specified by the video_src...)
Artplayer
There is an excellent player here, some properties and methods of the Video control, you can refer to this player. o( ̄▽ ̄)ブ
Screenshots
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
SF-AD
changed the title
Hopefully the video controls could add the src attribute
Hopefully the video controls could add the video_src attribute
Dec 28, 2024
SF-AD
changed the title
Hopefully the video controls could add the video_src attribute
Hopefully the Video control could add the video_src attribute
Dec 28, 2024
Duplicate Check
Describe the requested feature
I've been having a rough time with the video controls lately. My video playback links are all temporary, time-limited, and if loaded into the playlist at one time, in case the user pauses on a video for a long time, the temporary playback link in the list may not be playable. Although there are playlist_add (media) and playlist_remove (media_index) methods, you can't specify a place in the list for playback links (they can only be added sequentially). Users can only jump back and forth between the video objects already in the playlist, which is undoubtedly disastrous for temporary video links. If the user plays which video to put in the list only which temporary video link is put into the list, then when the user does not watch in order, the order of the objects in the list does not match.
Suggest a solution
If you could add a video link (video_src) attribute to specify the playback link in real time, instead of going through the playlist, and it can be rewritten, it seems like a good solution to this problem?
I don't have a better solution for some other details (e.g. how to determine if the internal controls of the previous episode and the next episode are displayed if the playback link is specified by the video_src...)
Artplayer
There is an excellent player here, some properties and methods of the Video control, you can refer to this player. o( ̄▽ ̄)ブ
Screenshots
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: