KeepOnWalking
New elf
- Joined
- Mar 2, 2024
- Messages
- 5
Hi all, don't know if anyone can help but I've been searching for a possible solution for some time now and I'm almost at the point of giving upon this, which is hugely frustrating as this is the only factor stopping me from having a working solution.
I'm using Falcon player to play synced videos on multiple Raspberry Pis, but I also require the ability to skip forward/back on the player device by specifying a start time of the playlist using HTTP API commands.
What I need is to send an HTTP API request to start a playlist at a specific point in the video, ideally this would be in seconds, similar to the command in the API help page for sequences:
If I try this for the playlist the startSecond value is ignored and the playlist just plays from the beginning:
I have been told that there's an option to start a video playlist at a specific frame number, which could also work but can't find any more information on that.
I have never used sequence files and don't fully understand how they work, but does a sequence file also control the playback of a video file in the same playlist? if so then is it possible to create a 'blank' .fseq file and use that for specifying playlist start points using the sequence statSecond command?
i'd really appreciate any help with this as it's driving me crazy, thanks in advance.
I'm using Falcon player to play synced videos on multiple Raspberry Pis, but I also require the ability to skip forward/back on the player device by specifying a start time of the playlist using HTTP API commands.
What I need is to send an HTTP API request to start a playlist at a specific point in the video, ideally this would be in seconds, similar to the command in the API help page for sequences:
/api/sequence/:SequenceName/start/:startSecond |
If I try this for the playlist the startSecond value is ignored and the playlist just plays from the beginning:
I have been told that there's an option to start a video playlist at a specific frame number, which could also work but can't find any more information on that.
I have never used sequence files and don't fully understand how they work, but does a sequence file also control the playback of a video file in the same playlist? if so then is it possible to create a 'blank' .fseq file and use that for specifying playlist start points using the sequence statSecond command?
i'd really appreciate any help with this as it's driving me crazy, thanks in advance.