Started refactoring UPnP server

This commit is contained in:
Ziver Koc 2021-09-02 17:35:35 +02:00
parent ef10430d54
commit 8ba1441572
7 changed files with 99 additions and 164 deletions

View file

@ -38,7 +38,7 @@ import java.io.IOException;
public class UPnPServerTest {
public static void main(String[] args) throws IOException{
UPnPMediaServer upnp = new UPnPMediaServer("http://192.168.0.60:8080/");
UPnPServer upnp = new UPnPServer("http://192.168.0.60:8080/");
MultiPrintStream.out.println("UPNP Server running");
UPnPContentDirectory cds = new UPnPContentDirectory(new File("C:\\Users\\Ziver\\Desktop\\lan"));