Page 1 of 1

Custom playlist with device capture and files

Posted: 23 Aug 2024 10:42
by prtn
Hello all,
I want to make an all day playing list with the following needs:
- Alternate local videos with real time video from capture device
- Set a custom time duration for each item (capture or local videos)
- at the end repeat everything

Example of what i need should be like this:
position, filename, duration in seconds
0, video1,mp4, 45
1, /dev/video0, 90
2, video2,mp4, 30
3, /dev/video0, 90
[repeat]

Im using linux and plan to run this on raspberry pi5.


Currently in doing it in html with javascript but i think using VLC would be more reliable.

Thanks in advance,
prtn

Re: Custom playlist with device capture and files

Posted: 25 Aug 2024 16:31
by prtn
Hello, any tips buddies?

Thanks