GerryDazoo / Slinger

Reuse SlingBox hardware without SlingBox Servers
170 stars 34 forks source link

Two Slingboxes #6

Closed Mover480 closed 1 year ago

Mover480 commented 2 years ago

I had this working with one of my slingboxes remotely. Then I tried to connect to the other one and now I can't get either one to connect.

I have the .dat file and I put the config back to the original/first settings. When I run the bat file, it seems to be working ok but when I use vlc to connect to the slingbox, no video, nada. It just seems to time out.

Here is the log for a current run for the first box.

D:\Slingbox>( REM if code is not on your C drive switch to the correct drive letter REM g: REM use the full pathname to where your code is located cd d:/slingbox slingbox_server.exe REM or if your using python use the full path to whatever python interpreter you're using. REM "c:\Program Files\Python39\python.exe" slingbox_server.py ) Version : 1.01 Running on Windows-10-10.0.19044-SP0 Connection Manager Running 10 max streams.... Streamer Running: starting up on port 8080 Checking ('104.48.112.24', 5201) Using slingbox at ('104.48.112.24', 5201) Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox

Is there some way to flush everything and start over? And how to set up for two boxes?

Thanks

GerryDazoo commented 2 years ago

slingbox_server.exe m1_config.ini solo_config.ini

Each slingbox needs it’s own config.ini

From: Mover480 @.> Sent: Tuesday, August 02, 2022 12:23 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

For two Singbox 500's using the Windows server, what does the command line look like?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1202812323 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQIT63JZEJBLFOGGDXLVXE4NNANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQIGJZTF7HVUFM7SWJTVXE4NNA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI6YXLIY.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

FYI, it looks like I broke connecting to the Remote webpage from an external source when the portmap in the router is not 1:1.

Ext port = 65432 Internal port = 8080 bad

Ext port = 8080 internal port = 8080 good

I’m working on a solution

From: Mover480 @.> Sent: Tuesday, August 02, 2022 12:23 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

For two Singbox 500's using the Windows server, what does the command line look like?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1202812323 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQIT63JZEJBLFOGGDXLVXE4NNANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQIGJZTF7HVUFM7SWJTVXE4NNA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI6YXLIY.gif Message ID: @. @.> >

Mover480 commented 2 years ago

So, is the border-radius now only one percent sign?

GerryDazoo commented 2 years ago

Yes, sorry I forgot to mention that. After some thought I tried to make it match the HTML documentation.

From: Mover480 @.> Sent: Tuesday, August 02, 2022 2:40 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

So, is the border-radius now only one percent sign?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1203028105 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQPVMH6527R2LML6RUTVXFMQ3ANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQJWHW4RBJI3ODV6OB3VXFMQ3A5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI62MBCI.gif Message ID: @. @.> >

Mover480 commented 2 years ago

The Tivo does not have a power button. On an actual Tivo remote, the power button would be for the TV. So when I try to find this Remote Code with the RT command, I get nothing. I can configure the remote to control the Tivo though. Do I need this Remote Code? Also, the Slingbox 500 only works with the newwatch.slingbox.com. Slingplayer Desktop just takes you to this page, so there isn't any way to get the ir key codes. I used the trial and error method.

Mover480 commented 2 years ago

Gerry, Updated remote files:

Tivo Bolt Remote.txt Tivo Premiere Remote.txt

Mover480 commented 2 years ago

Gerry,

I've run into another issue with the two Slingboxes.

I run the slingboxserver opening both ini files for the two slingboxes. I then open two different sessions of vlc connecting to each box. I have two different remote files, one for each box. When I send a command to one box using the remote for that box, it also send it to the other box. Same thing happens when I use the other remote -- both boxes are affected. Any ideas?

GerryDazoo commented 2 years ago

What version are you running? There was a bug I fixed in 3.0? that might explain it. I’ve got a problem testing the multiple remotes stuff. I’ve got 3 slingboxes but they all have the same remote configuration for my one cable box.

Can you send my your config.ini files.

Please make sure that the [server] ports are different and are at least two different. i.e. 8080 8082. I should make that clear in the release notes. In the meantime I’ll try to reproduce that issue here.

From: Mover480 @.> Sent: Sunday, August 07, 2022 10:10 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Gerry,

I've run into another issue with the two Slingboxes.

I run the slingboxserver opening both ini files for the two slingboxes. I then open two different sessions of vlc connecting to each box. I have two different remote files, one for each box. When I send a command to one box using the remote for that box, it also send it to the other box. Same thing happens when I use the other remote -- both boxes are affected. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1207539125 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQJGBF5YPHREFZUXT33VYBM5ZANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQI5UBQIC5BFTMY2GB3VYBM5ZA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI74ZLNI.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

I cannot reproduce this issue. On the slingbox_server output can you grab the lines that get printed when you press the two different remote buttons?

i.e.

Starting remote control stream hander for ('127.0.0.1', 13168)

Remote Control Connected

Fixing 22 43 Host: 127.0.0.1:65430

127.0.0.1 - - [08/Aug/2022 06:59:15] "GET /Remote HTTP/1.1" 200 -

Fixing 27 48 Host: 127.0.0.1:65430

127.0.0.1 - - [08/Aug/2022 06:59:15] "GET /favicon.ico HTTP/1.1" 404 -

......Fixing 23 44 Host: 127.0.0.1:65430

Remote Type: 0 Src: 0 0x0 0x0 0x0

Button Clicked ImmutableMultiDict([('Exit', '37'), ('Digits', '')])

127.0.0.1 - - [08/Aug/2022 06:59:32] "POST /Remote HTTP/1.1" 200 -

Solo Got Streamer Control Message IR b'%\x00\x00\x00'

Solo Sending IR command b'%\x00\x00\x00'

......08/08/2022, 06:59:56 connection from ('127.0.0.1', 13375)

Starting remote control stream hander for ('127.0.0.1', 13375)

Remote Control Connected

Fixing 22 43 Host: 127.0.0.1:65428

127.0.0.1 - - [08/Aug/2022 06:59:56] "GET /Remote HTTP/1.1" 200 -

Fixing 27 48 Host: 127.0.0.1:65428

127.0.0.1 - - [08/Aug/2022 06:59:56] "GET /favicon.ico HTTP/1.1" 404 -

.08/08/2022, 07:00:00 M1 1 Clients.127.0.0.1:12506

..Fixing 23 44 Host: 127.0.0.1:65428

Remote Type: 0 Src: 0 0x0 0x0 0x0

Button Clicked ImmutableMultiDict([('Exit', '37'), ('Digits', '')])

127.0.0.1 - - [08/Aug/2022 07:00:03] "POST /Remote HTTP/1.1" 200 -

M1 Got Streamer Control Message IR b'%\x00\x00\x00'

M1 Sending IR command b'%\x00\x00\x00'

The highlighted lines are the ones of most interest. If you don’t see the “M1” or “Solo” you need to add a name= line to your config.ini files so it will be easy to further debug any issues around running two boxes at the same time.

-Gerry

From: Gerry Dubois @.> Sent: Monday, August 08, 2022 6:21 AM To: 'GerryDazoo/Slinger' @.>; 'GerryDazoo/Slinger' @.> Cc: 'Assign' @.> Subject: RE: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

What version are you running? There was a bug I fixed in 3.0? that might explain it. I’ve got a problem testing the multiple remotes stuff. I’ve got 3 slingboxes but they all have the same remote configuration for my one cable box.

Can you send my your config.ini files.

Please make sure that the [server] ports are different and are at least two different. i.e. 8080 8082. I should make that clear in the release notes. In the meantime I’ll try to reproduce that issue here.

From: Mover480 @. @.> > Sent: Sunday, August 07, 2022 10:10 PM To: GerryDazoo/Slinger @. @.> > Cc: GerryDazoo @. @.> >; Assign @. @.> > Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Gerry,

I've run into another issue with the two Slingboxes.

I run the slingboxserver opening both ini files for the two slingboxes. I then open two different sessions of vlc connecting to each box. I have two different remote files, one for each box. When I send a command to one box using the remote for that box, it also send it to the other box. Same thing happens when I use the other remote -- both boxes are affected. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1207539125 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQJGBF5YPHREFZUXT33VYBM5ZANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQI5UBQIC5BFTMY2GB3VYBM5ZA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI74ZLNI.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

I had a look at the code and there may have been something there. I’ve done a little cleanup. Can you try this private version and let me know how it goes?

Link to exe

https://drive.google.com/file/d/1J1wE3lE4rNfUdIKGg4hjwDudd38WTDpF/view?usp=sharing

Link to Python code

https://drive.google.com/file/d/1uyiThqYBeinlu0BVp6LRCOqJradrczx5/view?usp=sharing

PS. thanks for all your help with. I’m going to have to fire my local system test team. 😊

From: Gerry Dubois @.> Sent: Monday, August 08, 2022 7:13 AM To: 'GerryDazoo/Slinger' @.>; 'GerryDazoo/Slinger' @.> Cc: 'Assign' @.> Subject: RE: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

I cannot reproduce this issue. On the slingbox_server output can you grab the lines that get printed when you press the two different remote buttons?

i.e.

Starting remote control stream hander for ('127.0.0.1', 13168)

Remote Control Connected

Fixing 22 43 Host: 127.0.0.1:65430

127.0.0.1 - - [08/Aug/2022 06:59:15] "GET /Remote HTTP/1.1" 200 -

Fixing 27 48 Host: 127.0.0.1:65430

127.0.0.1 - - [08/Aug/2022 06:59:15] "GET /favicon.ico HTTP/1.1" 404 -

......Fixing 23 44 Host: 127.0.0.1:65430

Remote Type: 0 Src: 0 0x0 0x0 0x0

Button Clicked ImmutableMultiDict([('Exit', '37'), ('Digits', '')])

127.0.0.1 - - [08/Aug/2022 06:59:32] "POST /Remote HTTP/1.1" 200 -

Solo Got Streamer Control Message IR b'%\x00\x00\x00'

Solo Sending IR command b'%\x00\x00\x00'

......08/08/2022, 06:59:56 connection from ('127.0.0.1', 13375)

Starting remote control stream hander for ('127.0.0.1', 13375)

Remote Control Connected

Fixing 22 43 Host: 127.0.0.1:65428

127.0.0.1 - - [08/Aug/2022 06:59:56] "GET /Remote HTTP/1.1" 200 -

Fixing 27 48 Host: 127.0.0.1:65428

127.0.0.1 - - [08/Aug/2022 06:59:56] "GET /favicon.ico HTTP/1.1" 404 -

.08/08/2022, 07:00:00 M1 1 Clients.127.0.0.1:12506

..Fixing 23 44 Host: 127.0.0.1:65428

Remote Type: 0 Src: 0 0x0 0x0 0x0

Button Clicked ImmutableMultiDict([('Exit', '37'), ('Digits', '')])

127.0.0.1 - - [08/Aug/2022 07:00:03] "POST /Remote HTTP/1.1" 200 -

M1 Got Streamer Control Message IR b'%\x00\x00\x00'

M1 Sending IR command b'%\x00\x00\x00'

The highlighted lines are the ones of most interest. If you don’t see the “M1” or “Solo” you need to add a name= line to your config.ini files so it will be easy to further debug any issues around running two boxes at the same time.

-Gerry

From: Gerry Dubois @. @.> > Sent: Monday, August 08, 2022 6:21 AM To: 'GerryDazoo/Slinger' @. @.> >; 'GerryDazoo/Slinger' @. @.> > Cc: 'Assign' @. @.> > Subject: RE: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

What version are you running? There was a bug I fixed in 3.0? that might explain it. I’ve got a problem testing the multiple remotes stuff. I’ve got 3 slingboxes but they all have the same remote configuration for my one cable box.

Can you send my your config.ini files.

Please make sure that the [server] ports are different and are at least two different. i.e. 8080 8082. I should make that clear in the release notes. In the meantime I’ll try to reproduce that issue here.

From: Mover480 @. @.> > Sent: Sunday, August 07, 2022 10:10 PM To: GerryDazoo/Slinger @. @.> > Cc: GerryDazoo @. @.> >; Assign @. @.> > Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Gerry,

I've run into another issue with the two Slingboxes.

I run the slingboxserver opening both ini files for the two slingboxes. I then open two different sessions of vlc connecting to each box. I have two different remote files, one for each box. When I send a command to one box using the remote for that box, it also send it to the other box. Same thing happens when I use the other remote -- both boxes are affected. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1207539125 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQJGBF5YPHREFZUXT33VYBM5ZANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQI5UBQIC5BFTMY2GB3VYBM5ZA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI74ZLNI.gif Message ID: @. @.> >

Mover480 commented 2 years ago

I ran it again with the exe file you provided and got the same result. Here is the log.

Slingbox Log.txt

GerryDazoo commented 2 years ago

Hmm, the logs sort of look OK. You should not be seeing these though “No request in time, hacker?”

What browser are you using?

I’ll need your config.ini files please. Feel free to xxxx out your password.

We’ll get to the bottom of this.

Can I also assume when you see the log “Den Slingbox Got Streamer Control Message IR” that that was your intent.

I’m also assuming that because to boxes are in different rooms that they can’t be seeing each others IR signals.

From: Mover480 @.> Sent: Monday, August 08, 2022 10:35 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

I ran it again with the exe file you provided and got the same result. Here is the log.

Slingbox Log.txt https://github.com/GerryDazoo/Slinger/files/9282071/Slingbox.Log.txt

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1208139313 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQJUEV4SG3JYNQFXQXDVYEEGTANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQLXME4CESRJA2ZOQ3DVYEEGTA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJABL4MI.gif Message ID: @. @.> >

Mover480 commented 2 years ago

Gerry,

I'm using Chrome

Here are the config.ini files

den-config.txt

kit-config.txt

GerryDazoo commented 2 years ago

If this is a show stopper, you could go back to the two server solution until we get this sorted. If it all works OK with two servers it would definite put a nail in the coffin of me introduced a bug in V3. You could run that experiment with the most recent code.

From: Mover480 @.> Sent: Monday, August 08, 2022 11:57 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Gerry,

I'm using Chrome

Here are the config.ini files

den-config.txt https://github.com/GerryDazoo/Slinger/files/9282752/den-config.txt

kit-config.txt https://github.com/GerryDazoo/Slinger/files/9282754/kit-config.txt

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1208238701 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQIVONNNAORHOQVYN3LVYEN3ZANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQJHSHT4MEMGIAM62EDVYEN3ZA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJACEE3I.gif Message ID: @. @.> >

Mover480 commented 2 years ago

Even with the two servers, one remote controls both slingboxes. Maybe it's something on my end. It's not a deal killer, I normally don't watch two slingboxes at once. Thanks for the help.

Mover480 commented 2 years ago

Also, remember my setup is a little different. My slingboxes are not on the same local network as the computer running the servers or the remotes. They are at a remote location on the web.

GerryDazoo commented 2 years ago

OK, I think I found the bug. Standby……..

From: Mover480 @.> Sent: Monday, August 08, 2022 8:12 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Also, remember my setup is a little different. My slingboxes are not on the same local network as the computer running the servers or the remotes. They are at a remote location on the web.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1208710867 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQKLAELUHXU3PLCUDA3VYGH3PANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQPUPH7IBFQSUIEYLLDVYGH3PA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJAFXNUY.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

Give V3.06 a try. I reasonably confident that the bug is fixed.

Mover480 commented 2 years ago

One remote will still change both slingboxes with my setup.

GerryDazoo commented 2 years ago

Well then, would you be amenable to spending some time on a zoom where I can see your desktop while your pressing buttons. I’m really keen on getting to the bottom of this because if it’s happening to you it will probably happen to someone else.

From: Mover480 @.> Sent: Thursday, August 11, 2022 2:56 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

One remote will still change both slingboxes with my setup.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1212302218 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQP6C4MAALP2HFAYQWDVYU5BPANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQNK26V5U3EDJI3BCG3VYU5BPA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJBBEHCQ.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

This is one more thing I’d like you to verify. I see that both your slingboxes are behind the same IP address (104.48.112.24) with ports 5201 and 5221. Can you double check your routers’ port maps for those two entries. I’m wondering if both ports might be mapped to the same internal IP address. Sorry for asking you to check the obvious but I’m starting to scrape the bottom of the barrel for what might be going wrong.

From: Mover480 @.> Sent: Thursday, August 11, 2022 2:56 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

One remote will still change both slingboxes with my setup.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1212302218 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQP6C4MAALP2HFAYQWDVYU5BPANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQNK26V5U3EDJI3BCG3VYU5BPA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJBBEHCQ.gif Message ID: @. @.> >

Mover480 commented 2 years ago

Zoom or remote desktop would be fine. I checked the port mapping and all is OK. Is there a way to contact you outside of github?

GerryDazoo commented 2 years ago

I’m going to try to setup a similar configuration to yours at my place. Once I’ve done that I’ll send you a reddit link and we can have a private chat there .I’ll try to get back to you tomorrow.

From: Mover480 @.> Sent: Thursday, August 11, 2022 7:28 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Zoom or remote desktop would be fine. I checked the port mapping and all is OK. Is there a way to contact you outside of github?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1212558169 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQLB4SIWRZUJFPLM27DVYV465ANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQMPFYOXEYJGXIHZ75TVYV465A5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJBDCWWI.gif Message ID: @. @.> >

GerryDazoo commented 2 years ago

Hi,

I setup a similar network configuration as you by connecting to my slingboxes through my external router. I cannot reproduce your issue. I made sure that the IR codes we’re being send to the proper slingbox. So let’s see if we can sort this out in real time. I’m in the Atlantic time zone. Can you give me a call sometime after 10AM xxxxx. I should be able to help you most of today. Where are you located? Would you be amenable to sharing your SB passwords so I can connect to them from place so I can see directly what’s happening?

From: Gerry Dubois @.> Sent: Thursday, August 11, 2022 8:16 PM To: 'GerryDazoo/Slinger' @.>; 'GerryDazoo/Slinger' @.> Cc: 'Assign' @.> Subject: RE: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

I’m going to try to setup a similar configuration to yours at my place. Once I’ve done that I’ll send you a reddit link and we can have a private chat there .I’ll try to get back to you tomorrow.

From: Mover480 @. @.> > Sent: Thursday, August 11, 2022 7:28 PM To: GerryDazoo/Slinger @. @.> > Cc: GerryDazoo @. @.> >; Assign @. @.> > Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Zoom or remote desktop would be fine. I checked the port mapping and all is OK. Is there a way to contact you outside of github?

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1212558169 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQLB4SIWRZUJFPLM27DVYV465ANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQMPFYOXEYJGXIHZ75TVYV465A5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJBDCWWI.gif Message ID: @. @.> >

GerryDazoo commented 1 year ago

closing

GerryDazoo commented 1 year ago

Well, that is strange. I don’t want this to be to much of a time sink for you but could you double check that it still works as expected using the slingplayer app. Bring up two copies at the same time and press some buttons.

From: Mover480 @.> Sent: Monday, August 08, 2022 7:08 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Even with the two servers, one remote controls both slingboxes. Maybe it's something on my end. It's not a deal killer, I normally don't watch two slingboxes at once. Thanks for the help.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1208663929 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQPNKWQHNOX45XGMPJDVYGALVANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQJSJAOK6KTFDPWIKVTVYGALVA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJAFL66I.gif Message ID: @. @.> >

GerryDazoo commented 1 year ago

SO this is what you do.

  1. Press the RT button ( nothing powers off )

The software at this point has configured the page to send all the other button codes to the slingbox

  1. So you can press any other button on the remote page to see if it works even if power didn’t work.

I think I’ve figured out how to get the keycodes out of the slingbox. It will be in the next release.

I ended up having to use and OLD version of slingplayer desktop V2.0x. I had to set the clock back on my PC to 2007 to get it to run.

From: Mover480 @.> Sent: Tuesday, August 02, 2022 3:39 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

The Tivo does not have a power button. On an actual Tivo remote, the power button would be for the TV. So when I try to find this Remote Code with the RT command, I get nothing. I can configure the remote to control the Tivo though. Do I need this Remote Code? Also, the Slingbox 500 only works with the newwatch.slingbox.com. Slingplayer Desktop just takes you to this page, so there isn't any way to get the ir key codes. I used the trial and error method.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1203082500 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQO2S5HDWO2BTDJEXATVXFTMRANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQMRCOFORN6SCMBSZM3VXFTMRA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI62ZKBA.gif Message ID: @. @.> >

GerryDazoo commented 1 year ago

That all looks good. I’m going to try some more intense testing here but my access to my boxes is limited due to house guests. But do not fear, this is high on my list. Meanwhile I’m working with another guy to get his two slingboxes on the air. He will be able to help test.

From: Mover480 @.> Sent: Monday, August 08, 2022 11:57 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Assign @.> Subject: Re: [GerryDazoo/Slinger] Two Slingboxes (Issue #6)

Gerry,

I'm using Chrome

Here are the config.ini files

den-config.txt https://github.com/GerryDazoo/Slinger/files/9282752/den-config.txt

kit-config.txt https://github.com/GerryDazoo/Slinger/files/9282754/kit-config.txt

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/6#issuecomment-1208238701 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQIVONNNAORHOQVYN3LVYEN3ZANCNFSM532TZD5A . You are receiving this because you were assigned. https://github.com/notifications/beacon/AYOYVQJHSHT4MEMGIAM62EDVYEN3ZA5CNFSM532TZD5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJACEE3I.gif Message ID: @. @.> >