|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#2181
|
|||
|
|||
How many places within the Sage webserver installation do I have to change 8080 to 8088?
|
#2182
|
|||
|
|||
Should just be one place, in the sage.properties file (make sure you shut down Sage, and Sage service, if using it, before updating the port, or the change will not take effect). Then of course, all your port forwarding and what not. But for Sage, that should be the only place you have to change it.
__________________
-Jason |
#2183
|
|||
|
|||
Quote:
Ray |
#2184
|
|||
|
|||
Quote:
However, I still cannot connect form outside the sage machine. |
#2185
|
||||
|
||||
Did you specify what machine to forward 8080 to in the router? Might be under "port forwarding", you need to specify that 8080 goes to the Sage machine.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#2186
|
|||
|
|||
Quote:
http://192.168.0.106:8088/sage/Home in my browser. The webserver asked for authentication 3 times before it let me in, but it did. If this works, why can't I connect using <username>.no-ip.org/sage/Home from the same computer. I've got port forwarding and an HTTP virtual server to port 8088 to my sage machine (192.168.0.106) and Dynamic DNS set up. Sorry for all of the posts but I'm under time constraints Ray |
#2187
|
||||
|
||||
Port Forwarding only, no Virtual Server, try turning that off. Make sure your Windows Firewall on the server is off.
Try connecting to your External IP without using no-ip, check if the problem is no-ip, i.e.: http://123.1.1.123:8088/sage/Home Quote:
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#2188
|
|||
|
|||
Quote:
That actually worked -- with or without the Windows firewall. Does that mean that the no-ip service is faulty? What happens if the external IP changes while I'm away? I don't have a method of finding out what it was changed to. Ray |
#2189
|
||||
|
||||
Give dyndns.org a try, that's what I use, and don't add the port number to the setup on no-ip or dyndns. You have to put it on the address line.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#2190
|
|||
|
|||
Quote:
http://<username>.dyndns.tv:8088/sage/Home and it actualy WORKED! Thanks Rick and geogecko for your prompt help. Ray |
#2191
|
|||
|
|||
Linux VLC running as root...
Hey All,
I am sorry if this is in the wrong place, but I am not sure how to go about getting help with this problem. I am running Linux (openSUSE 11.1) and have vlc 0.9.8a installed. I have just recently discovered that VLC has turned on enforcement of vlc running as root (See Here and Here on the VLC forums), such that: Code:
sage:/opt/sagetv/server/webserver # vlc VLC is not supposed to be run as root. Sorry. If you need to use real-time priorities and/or privileged TCP ports you can use vlc-wrapper (make sure it is Set-UID root first and cannot be run by non-trusted users first). Code:
Exception while processing MediaFileTranscode Servlet: java.io.IOException: Cannot run program ""/usr/bin/vlc"": java.io.IOException: error=2, No such file or directory java.io.IOException: Cannot run program ""/usr/bin/vlc"": java.io.IOException: error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) at java.lang.Runtime.exec(Runtime.java:593) at java.lang.Runtime.exec(Runtime.java:431) at net.sf.sageplugins.webserver.VlcTranscodeMgr.startTranscodeProcess(VlcTranscodeMgr.java:151) at net.sf.sageplugins.webserver.MediaFileTranscodeServlet.doServletGet(MediaFileTranscodeServlet.java:110) at net.sf.sageplugins.webserver.SageServlet.doGet(SageServlet.java:82) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at Acme.Serve.ServeConnection.runServlet(Serve.java:1501) at Acme.Serve.ServeConnection.parseRequest(Serve.java:1476) at Acme.Serve.ServeConnection.run(Serve.java:1363) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.(UNIXProcess.java:148) at java.lang.ProcessImpl.start(ProcessImpl.java:65) at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) ... 11 more
Any input here would be appreciated. jp |
#2192
|
||||
|
||||
How often does your IP change? If it's not very often (mine lasts around 6 months), and your router allows it, tell it to update dyndns every few weeks whether the IP changes or not. If dyndns isn't logged into/updated for a month, it can require you to login to confirm it's still required. my router does it automatically...
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#2193
|
|||
|
|||
Hmm, that is interesting. I have been using the client application from dyndns. Now I noticed that my new router supports this feature, I may give that a shot, and eliminate another piece of software that has to be installed.
__________________
-Jason |
#2194
|
|||
|
|||
Quote:
Thanks again for your help. Ray |
#2195
|
|||
|
|||
resetting the user?
Hi,
I'm sure it's buried in the 101 pages of this thread SOMEWHERE but...101 pages is a lot to go through!! How do I quickly reset the user and password I set when I set the webserver up? I think I'm mixing up my usernames/passwords and I figure it's probably easier if I just reset it. Thanks. |
#2196
|
|||
|
|||
Quote:
# top level userassword SageTV Web Interface=/sage,useridassword LOL, okay, that should read: Code:
# top level user:password SageTV Web Interface=/sage,userid:password
__________________
-Jason |
#2197
|
|||
|
|||
Can we queue video conversion jobs with this plugin?
|
#2198
|
|||
|
|||
__________________
-Jason |
#2199
|
|||
|
|||
#2200
|
|||
|
|||
Goto SageTV (first menu item at the top) >> Sage Recordings
Find the recording you want to convert, and click on it. Menu on the left, the third button from the bottom says, "Convert." You can check the status at SageTV >> Video Conversions.
__________________
-Jason |
Tags |
web |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Mobile Web Interface 1.2 | jreichen | SageTV Customizations | 281 | 06-17-2011 02:20 PM |
Can't get Web-based User Interface to install | SSBrian | SageTV Customizations | 3 | 11-04-2008 08:12 PM |
Web User interface link for the metadata file. | zzmystique | SageTV Customizations | 0 | 06-21-2008 02:26 AM |
Idea to enhance the Web User Interface: Messaging | jbarr | SageTV Customizations | 3 | 05-14-2007 03:59 PM |
Linkplayer, Linktheater with SageTV Web User Interface | fyodor | SageTV Customizations | 0 | 10-08-2006 06:03 PM |