Getting started with Slingbox M1, the next steps #567
Replies: 6 comments 57 replies
-
Hi, from another post I wrote this.... I was able to reset the M1. I held the reset for about 40+ seconds to hard reset. I then ran slingbox 5.0.0.83 software with no internet block. as it needed to login and the software updated the M1 firmware. i then loaded a custom bin for the remote -- you can also choose from a drop down list if your box is listed (one note here, drag the popup slider down rather than click it by page). The software then took me back to the login page where it halted, although all was setup on the M1 and slinger works with admin as the password. I did have to run this several times, make sure it takes you back to the login page at the end; once there, close the program and reboot the slingbox. Should work - of course, no guarantees. |
Beta Was this translation helpful? Give feedback.
-
I think you should stay on one thread (your own) so people so you can get help in one place. |
Beta Was this translation helpful? Give feedback.
-
Thought I would start another 'thread' in this discussion, now that my eyes have been opened to Slingdesktop (5.0.0.83). I have been rather silly (again), thinking that I had a Virgin V6, simply because 'it looks like one'. I now have a working remote for the Virgin 360 (default skin). So, how do I use my newly installed Remote for the M1? NB I am still unable to use VLC on my laptop (unable to open the MRL), or DX Player on my Android (attempted dual stream bug?). |
Beta Was this translation helpful? Give feedback.
-
You can set the [SERVER] URLbase to anything you want (the default is
slingbox). You can use this as a sort of password to prevent someone who
happens to know your IP address and port number an the fact that it's my
code on the other end and that they really want to watch your TV from
accessing the server.
Hi Gerry, is it possible to add URLbase feature to Remote as well? It is
currently fixed as "Remote". I want to change it to something a little more
complicated to prevent taking over the remote control. Or can the Remote
URL be like "IP address: <Port>/[SERVER] URLbase/Remote" not "IP address:
<Port>/Remote"? Either way works. I know it needs change on Slinger player
side too but it is really nice to have. Thanks!
2023年4月1日(土) 6:21 GerryDazoo ***@***.***>:
… SlingerPlayer for Firestick does not have the integrated web browser like
the Windows/Android version due it issues with trying to navigate the page
with the Firestick remote. I'd suggest doing what I do. Use the browser on
your phone as a remote.
You can set the [SERVER] URLbase to anything you want (the default is
slingbox). You can uses this as a sort of password to prevent someone who
happens to know your IP address and port number an the fact that it's my
code on the other end and that they really want to watch your TV from
accessing the server.
—
Reply to this email directly, view it on GitHub
<#567 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLHKXDISQLWFPSVV2IOHILW7ATWFANCNFSM6AAAAAAWG533L4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks Gerry. The second solution seems to be the one for me. I will try it
after reading the documentation about the unified config. I will also use
Windows task scheduler to start and stop slingbox_server.exe daily to add a
little more security.
2023年4月1日(土) 9:40 GerryDazoo ***@***.***>:
… I'm not going to write that code for the one in a million chance that some
hacker MIGHT happen to bring up the remote while you are viewing a stream.
You can set "RemoteLock" in your slingbox section of your config.ini to
prevent someone else from using the remote while streaming. This option is
in the release note but for some reason it's missing from the default
config.ini docs.
You can also use the unified config to set a name for your slingbox. So to
get to the remote it's IP:port/Remote/Name.
—
Reply to this email directly, view it on GitHub
<#567 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLHKXASUMIX4AY3XGS2SB3W7BK6TANCNFSM6AAAAAAWG533L4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have updated the existing config.ini to use the custom slingbox name
successfully and it meets my needs perfectly. What I did are:
*Added following two lines at the top*
[SLINGBOXES]
sb1=<desired name>
*Changed* [SLINGBOX] to [<desired name>]
*Added* Remote=<remote.txt file> into [<desired name>] section
*Removed* [REMOTE] section
Now IP:port/Remote does not work and IP:port/Remote/<desired name> works.
Thank you so much Gerry.
2023年4月1日(土) 10:34 GerryDazoo ***@***.***>:
… Config.ini is the default. You can call it anything you want. Just add it
to the server command line
slingbox_server /path/to/configfile
—
Reply to this email directly, view it on GitHub
<#567 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLHKXFH27ECFIXIHFXA6PLW7BRKRANCNFSM6AAAAAAWG533L4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, some of you may have seen my rather annoying questions as I have a need to get my M1 working again, only to find that the solution is/was dependent on Sling Media servers.
Until this afternoon, I had only been investigating, but I have now installed Docker on my Synology NAS and @rbf121's container.
I am now at the stage of having to edit the config.ini. As I understand it, I need to provide the type of slingbox (I'm guessing 'M1') and a password ... I may also want to change the port from default 8080.
Is it correct that that I need to follow the instructions contained 'Slingbox admin password'?
These appear to use CURL to call two APIs at secure.sling.com.
Does this rely on having an account at Sling? My M1 has been in a cupboard for years and I don't remember ever creating an account (TBH I don't even remember using it!).
If I don't remember my account (and would even be guessing which email address I would have used), does this mean that I have hit a dead end?
Once again, sorry if I have misunderstood how this all fits together, but I am at a loss how to proceed.
Beta Was this translation helpful? Give feedback.
All reactions