|
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 |
#2321
|
|||
|
|||
I am not worthy.
I just installed this plugin for the first time, and all I can think is Wayne and Garth with their arms up in the air, bowing and chanting, "We are not worthy." You folks who created this are geniuses as far as I'm concerned. Thank you so much for your hard work!
- Sung |
#2322
|
||||
|
||||
Quote:
I have been using for a year+ now to stream video files (and the occassional live TV) to my iPhone and elsewhere and overall, I really like it. I have not, however, used it in conjunction with SageTV or even installed on the same computer that is my SageTV server (but I might be doing that soon). |
#2323
|
||||
|
||||
Quote:
|
#2324
|
|||
|
|||
ok.. i'm stuck.. I'll admit, i have little to no idea what i'm doing anymore
anywho, i've installed, and everything seems to be working.. i can't seem to get the VLC plugin to work... Firefox symptoms: i installed the latest VLC and clicked the little box for the mozilla plugin.. but when i load up the web interface, and try to watch a video file, streamed or local file, i get the following: Code:
You do not have any installed players that can play back avi files ---------------- IE Symptoms: Streamed: the page loads, and there is a video window, but it won't play or anything, but if i click on the "open in external player " link, the m3u file will indeed play in VLC.. Local File: if i select WMP it plays fine if i select VLC, i get the same symtoms as the streamed.. I'm not sure if this has to do with the VLC plugin, or not.. I'm assuming it might due to some research i've done.. post from VLC forums: Code:
versions above 0.8.5 require a different HTML embed syntax: (from VLC user Guide) <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="640" height="480" id="vlc"> </embed> |
#2325
|
|||
|
|||
I've begun messing around with the streaming portion of the web interface. I love it but I'm very disappointing that it only seems to work consistently with VLC 0.8.6i. That version is so old that it has no compatibility with HDPVR recordings.
Try to use the latest version of VLC and I can stream one video and then nothing else works. It appears that part of the problem is that 0.8.6i terminates relatively quickly once WMP disconnects. I tried using VLC for playback but for whatever reason the server won't start VLC when it is also used as the player. Any ideas how to get streaming to work more consistently? Any reason the web server can't use the very same transcoder that is also used for Placeshifter?
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#2326
|
|||
|
|||
Web server won't run
I'm trying to get the web server up on my ubuntu box, but it won't run. I find the following in my sagetv_0.txt:
Sat 8/22 11:21:55.206 [SageTV@63a0e5] ERROR Loading startup runnable extension of:java.lang.ClassNotFoundException: net.sf.sageplugins.webserver.StartServerI'm a java idiot (a serious knowledge hole, I acknowledge), so I'm not sure where to look for the seemingly missing stuff. I unzipped the webserver in /var/sagetv/server, so I have the following files in place: /opt/sagetv/server/JARs/nielm_sageutls.jarWhen I first unzipped them, all the jar files had permission '000', so I changed them to '755' like the rest of the jar files, so that they are readable/executable now. I also tried unzipping in /opt/sagetv, and in /opt/sagetv/app (based on an old tutorial), rather than /opt/sagetv/server. Same results. I've added the following lines to Sage.properties: load_at_startup_runnable_classes=net.sf.sageplugins.webserver.StartServerI'm not sure what the upnp forwarding is for, but I've tried both with and without it. It's not running at all. When I open localhost:8080 in my browser it won't connect, and netstat finds nobody listening on port 8080. What should I try, or look for? Thanks for any help! Last edited by loonsailor; 08-22-2009 at 02:51 PM. |
#2327
|
||||
|
||||
nielm_sagewebserver.jar and servlet.jar need to be moved from /opt/sagetv/server/bin/JARs/
to /opt/sagetv/server/JARs/ Restart SageTV after moving them and that should fix it.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun. Extender: STP-HD300, Harmony 550 Remote, Netgear MCA1001 Ethernet over Coax. SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client, Java 1.6. Plugins: Jetty, Nielm's Web Server, Mobile Web Interface. |
#2328
|
|||
|
|||
Thanks! That did the trick. Ooooh, it's so cool!
|
#2329
|
||||
|
||||
The zip file was packaged up wrong. I uploaded a corrected version. mscrivo pointed that out a couple pages ago and I wasn't paying attention
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun. Extender: STP-HD300, Harmony 550 Remote, Netgear MCA1001 Ethernet over Coax. SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client, Java 1.6. Plugins: Jetty, Nielm's Web Server, Mobile Web Interface. |
#2330
|
|||
|
|||
I seem to be having a problem all of a sudden with the web server. It had been working just fine, but now all of a sudden I can only connect from my local network.
I have the server installed on port 8880. If I navigate to it through my local 192.168.1.20:8880/sage/home, through Localhost:8880/sage/home, or through the machine name, it works fine. If I try to connect through my external IP address or through my dynamic dns, it just hangs. I know everything's good on the dynamic dns side, as the Mobile Web app seems to forward just fine. I definitely have port 8880 open on my router and forwarded to the correct ip address. The router is set to open 8880-8882 and fwd to the server's local ip address. The Mobile Web server is installed on 8882 and works just fine externally, so this definitely appears isolated to this normal web app. Also, Windows Firewall is disabled on the server. Any idea why only local connections work and externals do not? Last edited by nspindel; 08-29-2009 at 03:03 PM. |
#2331
|
||||
|
||||
I just installed this for the first time as well and it is amazing. I just had a friend from Kentucky navigate through my SageTV setup and it was incredibly cool! Thanks Nielm!!
|
#2332
|
|||
|
|||
Anyone have any help for me here?
Quote:
|
#2333
|
||||
|
||||
If everything you say is true, it should be working. I would triple check everything - forwarded to correct IP, forwarding correct ports, windows firewall didn't somehow get re-enabled, etc.
Of course, when in doubt, re-boot the router too |
#2334
|
||||
|
||||
How would I go about uninstalling this? I do not actively use it and i'd like to remove it from my system but i don't see an uninstaller anywhere . . . Sorry if there is an obvious solution i'm just missing.
|
#2335
|
||||
|
||||
Need help
I'm trying to get the Web Interface setup and I'm running into some problems that hopefully someone can helpme with. When I try to run the webserver plugin setup on my server, it stops as states "SageTV Service is Running. Please shut down the SageTV service". There is nothing Sage running at the time. So I'm stuck there with nothing to shut down. If I hit cancel it says "Installation Canceled" but the setup menu says "Setup was completed succssfully". If I point my web browser to http://localhost:8080/sage/Home I get nothing. I'm obviously missing something. Any help is greatly appreciated.
|
#2336
|
||||
|
||||
I have now tried the "manual" proceedure and when I point to http://localhost:8080/sage/Home I get nothing still.
|
#2337
|
||||
|
||||
Quote:
Look in your sage.properties file for the line load_at_startup_runnable_classes=net.sf.sageplugins.webserver.StartServer You may have a few things extra on the line. You need to remove net.sf.sageplugins.webserver.StartServer from the line. If you have nothing else there, then the line should read load_at_startup_runnable_classes= That will stop the webserver running. If you want to remove it completely, you need to delete all lines from the sage.properties file that start with nielm/webserver You can then delete folder called Webserver which is in the c:\program files\sagetv\sagetv folder. If you're using windows, you need to go into control panel - firewall - and under exceptions delete the entry called SageTV Webserver I'd back up the whole sagetv folder before you do this first just in case. Someone please chime in if I've forgot something. Personally I can't live without the webserver. Last edited by doc; 09-10-2009 at 02:00 AM. |
#2338
|
||||
|
||||
How do I shut down Sage TV Service? I can't install webserver plugin with it running. I don't see that it is running anywhere. It's not in the tray or listed in Windows Task Manager.
Thanks Last edited by Gregavi; 09-10-2009 at 02:45 PM. |
#2339
|
||||
|
||||
From Start menu, select, "Run", then type net stop "SageTV" in the blank field and press the OK button. Or, from the Start menu, select, "Run", then type services.msc , then press the OK button. Scroll down to SageTV (its in alphabetical order) then double-click the SageTV service and click the STOP button.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#2340
|
|||
|
|||
Or run the SageTV Service Utility and click Stop.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
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 |