Use of oRTP in C#.Net
-
Hello to all, I have to make RTP sreaming. By doing googling i foung oRTP library. This is build in C. I also found ortp.dll. But now i don't know how to use this dll in C#.net. This dll is not a COM object. So, we can't add reference of this. Plz help me. Regards, Divyang Mithaiwala
-
Hello to all, I have to make RTP sreaming. By doing googling i foung oRTP library. This is build in C. I also found ortp.dll. But now i don't know how to use this dll in C#.net. This dll is not a COM object. So, we can't add reference of this. Plz help me. Regards, Divyang Mithaiwala
You can call into a C dll using P/Invoke (http://pinvoke.net). If the dll heavily uses STL, MFC, ATL or some other C++ library, your best bet might be to use C++/CLI to call the method.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Connor's Christmas Spectacular! Judah Himango