Slingbox預計在美國時間2022.11.9 終止伺服器服務, 這意味你的Slingbox將變成電子垃圾.
但 @arodaa大 分享了一個極有用的資訊, 就是 Github 上的 Gerry 神人開發了解決方案, 可以繞過官方Server, 讓你的Slingbox繼續為你服務下去. 借花獻佛, 跟大家分享一下如何設定.
前置作業
1. 下載VLC撥放軟體
2. 準備一台電腦或是NAS當作替代server
3. 下載檔案 Gerry分享的檔案
https://github.com/GerryDazoo/Slinger
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-5de44b93b3e35665d483ddd23359d466.jpg)
4. 查詢你的Slingbox "adminPassword" 密碼, 需使用你的Slingbox帳號密碼登入, 建議在2022.11.9前趕快查詢
https://newwatchsecure.slingbox.com/watch/slingAccounts/account_boxes_js
ex: vw7y.......N
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-f5e5cd4fbc79833267ee7dc2fa4ce1aa.jpg)
設定config.ini
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-183297eb4363df6ec79ceaa4f9a0cf69.jpg)
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-3f657d49c384c53c4014d53f7e84d486.jpg)
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-ccbc1c91730ede801ef1a7e2736415ff.jpg)
開始觀看
執行"slingbox_server.exe" 會出現下面視窗
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-39b29336d08e08ff4523b954c015091e.jpg)
開啟VLC->串流 http://server IP:port/Slingbox, ex: http://192.168.0.135:8080/slingbox
連線成功畫面
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-41d0e3248789930034196fe7df305e4c.jpg)
即可觀看節目
如何選台
開啟瀏覽器輸入 http://server IP:port/Remote, ex: http://192.168.0.135:8080/Remote
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-7a2b901061b04379c1ce8d07732f8139.jpg)
NAS番外篇
如果家裡有NAS, 也可以把NAS當作server, 我是用Synology D216j+DSM7.0.
需要三個檔案 slinbox_server.py, config.ini and sling.service
1. 編輯sling.service
![點我看大圖 [分享] Slingbox 即將終止服務的解決方案](https://attach.mobile01.com/attach/202210/mobile01-cd9d8f619bf388162f2b314e5fe806da.jpg)
2. 複製 slinbox_server.py, config.ini and sling.service 到你指定的資料夾
3. 利用Putty, 安裝Python
sudo python3 -m ensurepip
更新Python
sudo python3 -m pip install --upgrade pip
4. 設定NAS開機自動開啟及啟動sling server
sudo systemctl daemon-reload
sudo systemctl enable sling.service
sudo systemctl start sling.service
5. 即可連線觀看
Q&A
Q: 一定需要server?
A: Yes
Q: 連線IP?
A: 切記連線IP為server IP非Slignbox IP
Q: 外網連線
A: 設定網路分享器port forwarding 到你的server IP即可
最後感謝arodaa大分享的資訊以及就是 Github 上的Gerry無私地分享解決方案