New FIOS html remote #512
Replies: 14 comments 8 replies
-
Is this for the new set-top box that uses Bluetooth? On the new set-top box that uses Bluetooth remote, Gerrys code chrrent ir codes do not work. But I was able to fix the ir for the fios one by using an old remote. Of anyone can help with explaining how I can extract the IR Codes I can pass them over to build a fios one remote |
Beta Was this translation helpful? Give feedback.
-
It did. But for some reason the coding is different. I don't know why.
I've always had a problem with the new fios one boxes.
…On Sun, Jan 29, 2023, 8:45 PM mdehrlich ***@***.***> wrote:
This has nothing to do with bluetooth. Slingboxes only send IR codes. If
slingplayer worked with your fios box, then the box must handle IR.
—
Reply to this email directly, view it on GitHub
<#512 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MUQKPU3CCG56JVMNS6Q3LWU4MLVANCNFSM6AAAAAAUJF2BD4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This looks very interesting. What do I need to do to get this to work? the remote loads up in Chrome but doesn't work. I'm using VLC to get the video. I have two slingboxes running - one is M1Basement the other is M1Kitchen. My link for the basement box is
And the current fios remote address is
I have slinger installed on the c: drive of vm MC1VM2 . Thanks!! |
Beta Was this translation helpful? Give feedback.
-
The remote must be installed as a file on the server in the same directory with the slinger app. You point to the remote in the slinger config file. I took the auto filling of the avail configs out of the remote. Just put the configs in as options where it says INSERT HERE. |
Beta Was this translation helpful? Give feedback.
-
thanks for that... I've been a developer since punch cards, but I'm not familiar with this type of code. I put the file in the directory with the slinger server: I edited the code as follows: I open c:\slinger\Fios_Remote.html in Chrome. I see M1Basement on the list: I edited c:\slinger\config.ini: But click anything and I got File Could Not Be Accessed: I figured out it was looking for something on the c: drive in c:\Remote\ . so I created that directory. then it appeared I needed Fios_remote.html .in that directory. so I copied it there. then it appeared to want a directory c:\remote\m1basement\ so I created that, but didn't put anything in it. The web page stays up when I click on something now, but the dos box with the slinger server running isn't sending anything to the slingbox. So I'm getting warmer... but I'm still missing something that is likely obvious to others... |
Beta Was this translation helpful? Give feedback.
-
I dawned on me that I was using the wrong url to access the remote. But when I go to http://mc1vm2:8080/Remote/M1Basement I get the above error.... |
Beta Was this translation helpful? Give feedback.
-
Thanks for that info. I found the v4 stuff for Windows. Audio and video are working for my M1Kitchen box, but not for M1Basement. Only getting audio there. will reboot some stuff and check the configs. Remote works great. Awesome work! The drop-down is misbehaving, but I'll figure that out. For now, if I open http://mc1vm2:8080/Remote/M1Kitchen it works. If I open http://mc1vm2:8080/Remote/M1Basement it works. I just can't use the drop down to switch around. When I do, Chrome tries to go to http://mc1vm2:8080/Slinger instead of http://mc1vm2:8080/Remote/M1Basement . Will tinker and report back later. Thanks again to all for such an awesome gadget allowing us to continue to use this hardware that Sling pulled out from under us. |
Beta Was this translation helpful? Give feedback.
-
Found my missing video issue. Rebooted slingbox. No joy. So the only (and very minor) issue is the drop down box in the remote. Time to get some work done :) Will save this tinkering for another day. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. Works great.
What is “Restart” supposed to do? It’s trying to
http://mc1vm2:8080/Remote/Restart
|
Beta Was this translation helpful? Give feedback.
-
works great!!!! |
Beta Was this translation helpful? Give feedback.
-
Your remote is brilliant... I was able to tweak the channel-specific buttons for my channel numbers. The 'options' button was coming up with On Demand, which is preferable for me. So I changed the button text. The only button that isn't working is "DVR". It's sending "73" but that goes nowhere. How do I find out what the decodes are for a Fios P265 or similar remote? |
Beta Was this translation helpful? Give feedback.
-
I messed up and lost my code for restart. Don't use it much, so I didn't notice. |
Beta Was this translation helpful? Give feedback.
-
2 things... "Restart" tries to go to http://mc1vm2:8080/remote/Restart Second thing - I tested codes 1 thru 100 using your ?nnn thing. My "DVR" is on 65. My 73 does nothing. Very interesting. Here is the result of my testing. Hopefully this will help someone in the future... |
Beta Was this translation helpful? Give feedback.
-
This has some features that require changes to the sling server code to work.
If anyone wants to use this, I can tell you what changes are required to the server.
FIOS_remote.zip
Beta Was this translation helpful? Give feedback.
All reactions