I need to restart the DLNA service of my Comtrend AR-5315u router so that it updates the database once a video file is added but I cannot find how to do it by restarting the dlna service with telnet connecting to the Router.
Is it possible to do the following that I propose using a script?
http://192.168.1.1/dlnacfg.html // Connect to the router using this link
Put USER+PASSWORD // The page asks for username and password
<input type="checkbox" name="dmsEnabled" onclick="dmsEnblChange()"> // CheckBox enable / disable DLNA
<input type="button" value="Apply/Save" onclick="btnApply()"> // Apply settings
// We repeat operation to enable / disable DLNA
<input type="checkbox" name="dmsEnabled" onclick="dmsEnblChange()">
<input type="button" value="Apply/Save" onclick="btnApply()">
Juan Pablo Isaza