Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if server play a video it has to be seen to all connected clients
I referred http://csharpmagics.blogspot.com/[^]
and nVLC[^] in this vlc project I get exception like vlc not found I have installed vlc and copied the libvlc.dll to system32 folder in windows but still I get exception (userdefined) dllnotfound.
Posted
Updated 19-Nov-11 8:07am
v2

1 solution

After copied the libvlc.dll to system32 folder, register Dll with regsvr32
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900