turingmachine / omxplayer-sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.
194 stars 70 forks source link

playing multiple videos in a sequence #113

Open zhiwan opened 3 years ago

zhiwan commented 3 years ago

Hi,

Thank you for this wonderful piece of code! I had a quick question. I was reading through some of the past comments and saw that you can play multiple files in a sequence with this sample code:

omxplayer-sync file1.mkv file2.mkv *.mkv *

This didn't work for me and only plays the first file in the sequence. I also don't get what the .mkv does? I've tried it both with and without, although I used *.mp4 ". My exact reads:

omxplayer-sync -muvb --no-osd -o both file1.mpg4 file2.mp4

Any thoughts would be much appreciated. Thanks!