Coder Social home page Coder Social logo

Fail to fetch Keys.dat about slinger HOT 13 CLOSED

gerrydazoo avatar gerrydazoo commented on July 28, 2024
Fail to fetch Keys.dat

from slinger.

Comments (13)

wawatsou avatar wawatsou commented on July 28, 2024

I found that I can't fetch the keys.dat because of my IP area. After using IP in US, I can successfully get the file and it works. Thanks Gerry.

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

I am in Taiwan and using dynamic IP address. However, I can get the keys.dat file by using a VPN server in US.

Thanks a lot for your great work.

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

One more question.

I can successfully connect and watch the video at first time, but will instantly disconnet afterthen with error number 32. Following is the log file. May I know how to fix it. Thank you.

Version : 1.01 Running on Linux-5.15.39-1-pve-x86_64-with-glibc2.31
Connection Manager Running 10 max streams....
Streamer Running:
starting up on port 8888
Checking ('10.88.88.37', 5222)
Using slingbox at ('10.88.88.37', 5222)
Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox

  • Serving Flask app 'slingbox_server' (lazy loading)
  • Environment: production
    WARNING: This is a development server. Do not use it in a production deployment.
    Use a production WSGI server instead.
  • Debug mode: off
  • Running on all addresses (0.0.0.0)
    WARNING: This is a development server. Do not use it in a production deployment.
  • Running on http://127.0.0.1:9998
  • Running on http://10.88.88.250:9998 (Press CTRL+C to quit)
    07/22/2022, 04:04:15 connection from ('10.88.88.2', 38432)

Slinginfo 500 hucZXW*********H0 16 30 10.88.88.37 5222 3072
Starting Stream for 10.88.88.2:38432
Connecting... ('10.88.88.37', 5222) Control
CHALLANGE 4f42722b29b802d74616a64c78e0a6d4
VideoParameters: Resolution= 16 FrameRate= 30 VideoBandwidth= 2000 VideoSmoothness= 0 IframeRate= 5 AudioBitRate= 64
Connecting... ('10.88.88.37', 5222) Stream
h246_header_pos 745 745
Stream started at 07/22/2022, 04:04:18 745
07/22/2022, 04:04:20 Stream Terminated for 10.88.88.2:38432 [Errno 32] Broken pipe
Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox

What location are you in? Can you share your external IP address. I had forgotten the server with the keys only allows connections from North America due to the non-stop hacking attempts from Eastern Europe and China. * Gerry From: wawatsou @.> Sent: Thursday, July 21, 2022 1:42 AM To: GerryDazoo/Slinger @.> Cc: Subscribed @.> Subject: Re: [GerryDazoo/Slinger] Fail to fetch Keys.dat (Issue #9) Closed #9 <#9> as completed. — Reply to this email directly, view it on GitHub <#9 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQM3KE4OBE6BKS6PGYTVVDIKJANCNFSM54GAM5OQ . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AYOYVQMD7FRL5DJSMBKTVATVVDIKJA5CNFSM54GAM5O2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAANDJ6RUC.gif Message ID: @. @.***> >

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

I was using VLC on an Android phone with VPN connect to local network. Changing resolution to 12 also has same situation.

Thank you much for your patience to verify the issues.

Here is the logs of server.
Version : 1.01 Running on Linux-5.15.39-1-pve-x86_64-with-glibc2.31
Connection Manager Running 10 max streams....
Streamer Running:
Checking ('10.88.88.37', 5222)
starting up on port 8888
Using slingbox at ('10.88.88.37', 5222)
Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox

  • Serving Flask app 'slingbox_server' (lazy loading)
  • Environment: production
    WARNING: This is a development server. Do not use it in a production deployment.
    Use a production WSGI server instead.
  • Debug mode: off
  • Running on all addresses (0.0.0.0)
    WARNING: This is a development server. Do not use it in a production deployment.
  • Running on http://127.0.0.1:9998
  • Running on http://10.88.88.250:9998 (Press CTRL+C to quit)
    07/22/2022, 10:27:53 connection from ('10.88.88.3', 50624)

Slinginfo 500 hucZXWR40w4O9H0 12 30 10.88.88.37 5222 3072
Starting Stream for 10.88.88.3:50624
Connecting... ('10.88.88.37', 5222) Control
CHALLANGE 4f42722b29b802d74616a64c78e0a6d4
VideoParameters: Resolution= 12 FrameRate= 30 VideoBandwidth= 2000 VideoSmoothness= 63 IframeRate= 5 AudioBitRate= 64
Connecting... ('10.88.88.37', 5222) Stream
h246_header_pos 749 2197
Stream started at 07/22/2022, 10:27:57 749
07/22/2022, 10:28:01 Stream Terminated for 10.88.88.3:50624 [Errno 32] Broken pipe
Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox

That error is caused by your client closing the TCP connection to the server for whatever reason. What software are you using? There may be some logs but it sounds like it’s not syncing up with the video stream. BTW, 16 is not a valid video resolution it goes from 0-15. This could be your problem. Try 12 (1280x720). * Gerry From: wawatsou @.> Sent: Friday, July 22, 2022 1:09 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] Fail to fetch Keys.dat (Issue #9) One more question. I can successfully connect and watch the video at first time, but will instantly disconnet afterthen with error number 32. Following is the log file. May I know how to fix it. Thank you. Version : 1.01 Running on Linux-5.15.39-1-pve-x86_64-with-glibc2.31 Connection Manager Running 10 max streams.... Streamer Running: starting up on port 8888 Checking ('10.88.88.37', 5222) Using slingbox at ('10.88.88.37', 5222) Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox * Serving Flask app 'slingbox_server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off * Running on all addresses (0.0.0.0) WARNING: This is a development server. Do not use it in a production deployment. * Running on http://127.0.0.1:9998 * Running on http://10.88.88.250:9998 (Press CTRL+C to quit) 07/22/2022, 04:04:15 connection from ('10.88.88.2', 38432) Slinginfo 500 hucZXW*********H0 16 30 10.88.88.37 5222 3072 Starting Stream for 10.88.88.2:38432 Connecting... ('10.88.88.37', 5222) Control CHALLANGE 4f42722b29b802d74616a64c78e0a6d4 VideoParameters: Resolution= 16 FrameRate= 30 VideoBandwidth= 2000 VideoSmoothness= 0 IframeRate= 5 AudioBitRate= 64 Connecting... ('10.88.88.37', 5222) Stream h246_header_pos 745 745 Stream started at 07/22/2022, 04:04:18 745 07/22/2022, 04:04:20 Stream Terminated for 10.88.88.2:38432 [Errno 32] Broken pipe Streamer: Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox What location are you in? Can you share your external IP address. I had forgotten the server with the keys only allows connections from North America due to the non-stop hacking attempts from Eastern Europe and China. * Gerry

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

Are you meant a port mapping to Slingbox control port 5222 or the server port access by VLC?

I have tried MXplayer and is the same.

Thanks in advance.

Can you try a different client ( mplayer ). Do you already have a port mapping on your router to allow access to your slingbox? I might be able to connect remotely to debug. * Gerry

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

Weird. I can successfully use PlayerXtreme to paly without problem, but not VLC and MXplayer.

Please reach my Slingbox at 1.160.30.217 port 33355. Thanks again.

The slingbox control port 5222 From: wawatsou @.> Sent: Friday, July 22, 2022 9:44 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] Fail to fetch Keys.dat (Issue #9) Are you meant a port mapping to Slingbox control port 5222 or the server port access by VLC? I have tried MXplayer and is the same. Thanks in advance. Can you try a different client ( mplayer ). Do you already have a port mapping on your router to allow access to your slingbox? I might be able to connect remotely to debug. * Gerry — Reply to this email directly, view it on GitHub <#9 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQOJHTJTS67YNEZECDLVVKJPXANCNFSM54GAM5OQ . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQP5FWZH6WV6PQ3W55DVVKJPXA5CNFSM54GAM5O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOI4KKDGI.gif Message ID: @.*** @.***> >

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

wawatsou avatar wawatsou commented on July 28, 2024

I am using VLC 012337e36 version on an Android phone.
Yesterday when I used the file of slingbox_server.py in the new commits immediate disconnect happened again at first connect, but can successfuly connect the seconed time.

Thanks for your patience to deug.

I did mis-speak. 16 is a valid resolution 1920x1080 IFF you have a 500/M1 slingbox. Is that what you’re feeding? What version of VLC are you using.

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.