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