Started refactoring UPnP server
This commit is contained in:
parent
ef10430d54
commit
8ba1441572
7 changed files with 99 additions and 164 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue