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 an application that runs different videos on the playlist by replacing (loadfile - replace) the running one with a new one. As such there is only ever 1 file playing in the playlist.
According to the code, playlist_entry_id is int64 which can get quite large. However, my application can run forever and will keep replacing the video on the playlist which increases the playlist_entry_id each time.
What happens if the max value is reached for playlist_entry_id and is there a way to force each video to have the same id?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have an application that runs different videos on the playlist by replacing (loadfile - replace) the running one with a new one. As such there is only ever 1 file playing in the playlist.
According to the code, playlist_entry_id is int64 which can get quite large. However, my application can run forever and will keep replacing the video on the playlist which increases the playlist_entry_id each time.
What happens if the max value is reached for playlist_entry_id and is there a way to force each video to have the same id?
Thank You!
Beta Was this translation helpful? Give feedback.
All reactions