Replies: 7 comments 5 replies
-
|
I think this might?? be relevant http://www.hifi-remote.com/forums/dload.php?action=category&cat_id=87 |
Beta Was this translation helpful? Give feedback.
-
|
Great stuff. But I'm getting a little busy here. Can someone volunteer to download the JSON and then grab the firmware file names and download them. AFAICT, you need the filename to download the binary for the 350/500, The ProHD files are viewable. Trying to scrap the site only gets you access denied errors. I'm wondering if there's more than one binary for the 350/500/M1/M2s depending on your hardware version. |
Beta Was this translation helpful? Give feedback.
-
|
I've already snagged these but I can start on the others listed here shortly... |
Beta Was this translation helpful? Give feedback.
-
|
Interesting that all of these links still seem to be online, for now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I found an older slingbox 500 firmware on http://cbfu-prod.slingbox.com/Intrepid/Intrepid_FW_1_8_402v2/intrepid_sbcore_f_p_1_8_402v2.tar When I blocked a certain IP it seemed to have reverted to some old version of mdconfig I guess (http://mdconfig.sling.com/config/v2/type/ngsb/product/intrepidCbfuRecovery/version/1.3.612.json) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see folks making their own custom remotes and I was wondering if there is anyway to leverage existing assets for this? I found some downloads are still accessible which has all of the json, xml, images and spr files leveraged for the various slingplayer on screen remotes. It also has some SQL queries and DB details which might be useful.
I have no idea what the structure of the .spr file is but I assume it contains all of the images and animations needed for the on screen remote. And the json files list the rc code keymaps for each remote. Is there anyway to use this stuff in your slinger app? May be worth grabbing it now before it's shutdown.
Also, this may be a bit overboard but including some other links I found for software and firmware files...
Remotes
http://autoupdate.sling.com/remotedb/
Cable box .bins for IR set up
http://autoupdate.sling.com/tinybird/ir-sbav/
Other software downloads:
http://autoupdate.sling.com/plugin_binary/
http://autoupdate.sling.com/wbsp/
http://autoupdate.sling.com/tinybird/200.00.US.99/
500 firmware JSON (bin/aes files listed in the json):
http://mdconfig.sling.com/config/v2/type/ngsb/product/intrepidCbfu/version/01.10.102.json
M1 firmware JSON (bin files listed in the json):
http://mdconfig.sling.com/config/v2/type/ngsb/product/apolloCbfu/version/1.2.92.json
350? and others? I only have an M1 and a 500 but if you can grab your firmware version and use the slingbox device codename, the json might be accessible. I found a list of codenames used for each device and created the table below but I have no idea if these are truly the latest versions. (For example, the 500 is listed as 1.10.95 but my installed version is 1.10.102)
slingboxDetails:{
"CLASSIC" : "Slingbox Classic",
"PRO" : "Slingbox PRO",
"AV" : "Slingbox AV",
"TUNER" : "Slingbox TUNER",
"MODEM" : "Sling MODEM",
"SOLO" : "Slingbox SOLO",
"PROHD" : "Slingbox PRO-HD",
"922" : "922",
"HDS600" : "HDS-600RS",
"IRIS" : "Slingbox 120",
"ROSE" : "Sling Adapter",
"INTREPID" : "Slingbox 500",
"SABER" : "Slingbox 350",
"M1" : "Slingbox M1",
"M2" : "Slingbox M2",
"UNKNOWN" : "Slingbox"
}
Anyone have anything else?
Beta Was this translation helpful? Give feedback.
All reactions