Playing multiple videos simultaneously with WPF C# -
i have 12-hd-monitor setup, using 2 radeon firepro w600 graphic cards (2gb ram each), running windows 10 os, 16gb ram, , brand new i7-6th gen. cpu.
i'm trying write program runs 4 videos across monitors (each video stretched on 3 monitors), yet no matter component use (mediaplayer, vlc.net...) when 3rd video loaded videos start skipping frames.
the cpu , memory stats indicate there's no problem system's resources, peaks 20-30%.
what's best way play multiple videos simultaneously (smoothly) on 12-monitor system, described, using c#?
as turns out, problem lack of vram. 2gb vram each video card, computer can run 2-3 fullhd (1920x1080) monitors smoothly. there's no way force computer use system's memory rendering monitors, our system's bottleneck.
by decreasing monitors' resolution, able run more videos, more smoothly, simultaneously on 12 monitors.
Comments
Post a Comment