Hi,
We are using Wowza 4.1.0 on Windows 2008 R2 Standard with Java JDK 8.x.
Aim: To issue commands from .NET application to Wowza to start/stop a stream file(kind of blocking live video to public).
I went through your forum and found the link https://www.wowza.com/docs/how-to-add-a-web-service-interface-to-wowza-media-server-and-integrate-with-net-dotnet on how to use Wowza WSDL in .Net application. I downloaded pre-built version of WebService. I copied wms-plugin-wowzaserverws.JAR file to C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.1.0\lib folder.I also modified conf/Server.XML as mentioned in the link and restarted Wowza server.
When I type WSDL link on the Wowza server, I get details but when I try to add Service Reference in the .NET Application on another machine I get error.
Error:
There was an error downloading ‘http://10.128.3.179:9091/wowzaserverws?wsdl/_vti_bin/ListData.svc/$metadata’.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 10.128.3.179:9091
I can ping from .NET server to Wowza server and do copy/paste.
Q: Why can’t .NET Studio see WSDL on Wowza? Am I missing anything? Is there any .Dll available which I can use in my .NET App or any other ways to achieve this?
Thanks,
Shrini