winforms - Windows Media Player, Use Remote Resource c# Win.Forms -


i have created table in sql server paths different videos need use on windowsforms application. example: table: videos id=1 video_location=\10.90.x.x\media\video_1.mp4

when i'm trying reproduce axwindowsmediaplayer on windows form url of path, doesn't work. (i have no problem local resource btw) tried impersonator class, sharing folder,storing credentials, result same.

it's possible reproduce remote media via windowsforms//axwindowsmediaplayer ?

thanks.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -