unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.15k stars 238 forks source link

Multiple Files on Single Seek Bar #609

Open pankajsaini1987 opened 2 years ago

pankajsaini1987 commented 2 years ago

Multiple Files on Single Seek Bar

i want to play multiple video files on a single seek bar, how can i do this, can you help?

Issue Categories

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

benwilkinson commented 1 year ago

An application I work on does this. The method we've used is to have the current time dictated by a single player and then use a sync timer (running at 1/4 sec) to ensure that all the rest of the players are kept within a reasonable time window (depends on playback rate).