I have a skill in python, that has one Video component. the Video should run the tracks one by one, and with each track changes, it should send event to my skill end to load more tracks so that the video continue forever till user stops it.
Questions are :
1. Can I bind the Video source to dynamic datasource and use UpdateIndexListData in skill handler to load more tracks. ?
2. how to removed older tracks from the list without affecting the track that is currently running.