voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 106 forks source link

request: play local video file #291

Open arvindveeramani opened 3 years ago

arvindveeramani commented 3 years ago

can anyone please explain how can i play localfile vedios in voctogui...am tried config like,

[source.blinder] kind = file location = /home/admin1/Downloads/test.ts loop=true

but still my vedio is not playing..its in blank page only

derpeter commented 3 years ago

First of all. You can't play things in voctogui as it its only a frontend. All video processing happens in the core. Playing a video file is currently only supported for backgrounds / blinders. This means the file will be just looped and used e.g. as a background for the a composite video. In your example it es used as the source for the blinder. The blinder is the video/audio the mixer puts out on its live output if the stream is not live. Means e.g. if there is a break or something.

Playing a video file at a button click is currently not supported but something we want to implement in the future.

CarlFK commented 3 years ago

debconf has this.

https://salsa.debian.org/debconf-video-team/vogol/-/blob/master/vogol/playback.py https://salsa.debian.org/debconf-video-team/vogol/-/tree/master/frontend