|
SageTV Placeshifter Discussion related to the SageTV Placeshifter application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV Placeshifter software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Auto Connect/Reconnect for Placeshifter
I seem to be having some intermittent network issues at home where my Placeshifter client will disconnect from the server. When I turn the Placeshifted TV on, the client is back at the server selection screen, with my server as the one and only listed. Now, it's not too much of a problem for me, but it's a little too much for my wife (gotta pull out the keyboard). Is there a way to make Placeshifter automatically choose and connect to a server when it's available (thus, hopefully forcing it to reconnect in my case).
Thanks, David |
#2
|
|||
|
|||
Auto Connect/Reconnect for Placeshifter
Really, no way to automatically connect/reconnect?
|
#3
|
||||
|
||||
Not currently with the Placeshifter, but it's on the to-do list for 5.1.
__________________
Jeffrey Kardatzke Founder of SageTV |
#4
|
||||
|
||||
Quote:
If you run it on the command line like: java -cp MiniClient.jar sage.miniclient.MiniClient 192.168.1.23 (or whatever IP/hostname you're connecting to) and put that inside a batch file that loops then that'll basically do what you're looking for. Not the prettiest solution, but it should work. When you give it a hostname on the command line, the process will exit when the connection dies.
__________________
Jeffrey Kardatzke Founder of SageTV |
#5
|
|||
|
|||
That'll Do
That'll do just fine, thanks for the post!
|
#6
|
||||
|
||||
start placeshifter to auto connect to my server
I would like to create a batch file to start placeshifter to auto connect to my server without me having to choose the connection or enter the username and password.
Is this possible? Thanks in advance. Last edited by zzmystique; 08-15-2006 at 07:37 PM. |
#7
|
||||
|
||||
Quote:
How would you add the username and password to "java -cp MiniClient.jar sage.miniclient.MiniClient 192.168.1.23" in the batch file to connect away from home? Thanks, I have been searching for a way to do this for a while. Anne |
#8
|
|||
|
|||
I'd like to know this as well.
I like to run placeshifter on a machine that needs to be more "wife" friendly when things start up. With client it was nice and easy, but Placeshifter has that intermediate connection screen. |
#9
|
||||
|
||||
Two posts were merged into this older thread w/the same topic... it doesn't look like the username & pwd can be entered automatically, but there is a connection method above. If on a LAN, there is usually no need to enter a username, btw.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#10
|
|||
|
|||
I am also in need of a way to automate the Placeshifter login. I'm using this in an environment where text entry is difficult. Has anyone managed to do this yet?
edit: Alternativly, is there any way to simply disable the authentication screen entirely? I could configure my router to only allow connections from trusted hosts. Last edited by Woobie; 09-24-2006 at 05:57 PM. |
#11
|
||||
|
||||
Quote:
|
#12
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#13
|
||||
|
||||
FYI for v6 or 6.1, the command line may need to be:
Windows: Code:
java -cp MiniClient.jar;jogl.jar;gluegen-rt.jar sage.miniclient.MiniClient ip_of_server Code:
java -cp MiniClient.jar:jogl.jar:gluegen-rt.jar sage.miniclient.MiniClient ip_of_server PlaceshifterReconnect.bat mediaserverIP
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#14
|
|||
|
|||
Can somebody dumb this down for me? I am trying to get all the way into Placeshifter on a desktop that will always be inside my own lan, by just double clicking the icon, not having to choose the server, because it's always the same. I am not sure how to use this command line info.
Also, whenever I start Placeshifter, it brings up the dialog box where I choose my server, then immediately bings up another box referencing "My Sagetv". It looks like it is seeing another sage server somewhere. This pc did once have the server program on it, maybe that is still there? thanks
__________________
[size=1]Current Server:V9 UNRAID Docker, SuperMicro x9dri-LNF4+, 32 GB ECC, 2x Xeon e5-2660v2, storage array 6TB, 2 Dish r5000HD tuners, 1 HDHomerun Quatro, 1 HDHomerun Extend 4 Nvidia Shield TVs with Miniclient |
#15
|
||||
|
||||
Quote:
Quote:
__________________
-- Greg |
#16
|
|||
|
|||
thought I did that, but i left off the .bat off the target line. That works, now how do I get it to run full screen right away? I tried entering fullscreen mode then exiting/restarting PS, but it went back to windowed mode.
Also, is there a flag or something I an add to the command line that will make the DOS window go away once I close PS so it doesn't keep restarting? thanks again!
__________________
[size=1]Current Server:V9 UNRAID Docker, SuperMicro x9dri-LNF4+, 32 GB ECC, 2x Xeon e5-2660v2, storage array 6TB, 2 Dish r5000HD tuners, 1 HDHomerun Quatro, 1 HDHomerun Extend 4 Nvidia Shield TVs with Miniclient |
#17
|
|||
|
|||
It will start in fullscreen if you change the startup line to add a -fullscreen option like this:
Code:
javaw -cp MiniClient.jar;jogl.jar;gluegen-rt.jar sage.miniclient.MiniClient -fullscreen %1 If you just want to start in fullscreen without the batch file just create a shortcut in your startup folder with the line above, using your server's IP in place if %1. Be sure to set the "Start in:" to "C:\Program Files\SageTV\Placeshifter" or wherever your placeshifter is installed to or it won't start. Quote:
|
#18
|
||||
|
||||
I tried the below Windows command-line and the error message below it.
java -cp MiniClient.jar;jogl.jar;gluegen-rt.jar sage.miniclient.MiniClient 127.0.0.1 Exception in thread "main" java.lang.NoClassDefFoundError: sage/miniclient/MiniClient
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#19
|
|||
|
|||
I've been using the code mentioned in this thread to auto connect Placeshifter on one of my machines for quite some time now.
(javaw.exe -cp MiniClient.jar;jogl.jar;gluegen-rt.jar sage.miniclient.MiniClient 192.168.1.22) When I upgraded to 6.4.8.184 recently and use the above code, Placeshifter crashes everytime I right click in fullscreen. It crashes at other times as well, but not as consistantly--when using the scroll wheel, or changing menus, toggling fullscreen, and probably others. If I don't use the code and select my server on the 'Servers Manager' window it works without a problem. Any idea how to remedy this situation? The following is the command line output for a crash: Quote:
|
#20
|
||||
|
||||
btrcp2000,
I found a way of hiding that unsightly DOS Window: 1) Create a batch file with nielm's java command in it (see #13). 2) Right-click on the batch file and create a shortcut file. 3) Right-click on the shortcut file and click on "Properties". 4) Make sure the "Start in:" field points to the Placeshifter installation folder. 5) Also change the "Run:" field to "Minimized". 6) Click OK to save the changes to the shortcut properties. 7) Run the shorcut created in step 2 instead of the regular Placeshifter shortcut. 8) Enjoy |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|