home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
IPTV does not consistently connect. Mediaportal client times out before Tv Server establishes timeshifting?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Gcarr" data-source="post: 1285797" data-attributes="member: 149437"><p>The provider still says there were no changes to the service, but he did give me a new account to try and the results were the same. I was able to get a debug log of VLC connecting. There were a few slight differences in the headers between MP and VLC. Which reminds me, I could have sworn I had seen a user agent string in the logs that was for "VLC 1.01". I cannot find that in the logs now.</p><p>[CODE]***MP***</p><p>CurlWorker(): Start, url: 'http://website.xyz:8080/username/password/7955'</p><p>CurlDebug(): CURL message: 'Hostname was NOT found in DNS cache'</p><p>CurlDebug(): CURL message: 'Trying 200.20.20.20...'</p><p>CurlDebug(): CURL message: 'Connected to website.xyz (200.20.20.20) port 8080 (#11068)'</p><p>CurlDebugCallback(): sent HTTP header: 'GET /username/password/7955 HTTP/1.1</p><p>Range: bytes=0-</p><p>Host: website.xyz:8080</p><p>Accept: */*</p><p>'</p><p>CurlDebug(): received HTTP header: 'HTTP/1.1 401 Unauthorized'</p><p>CurlDebug(): error response code: 401</p><p></p><p>***VLC***</p><p>main debug: creating access: http://website.xyz:8080/username/password/2228</p><p>main debug: (path: \\website.xyz:8080\username\password\2228)</p><p>http debug: resolving website.xyz ...</p><p>http debug: outgoing request:</p><p>GET /username/password/2228 HTTP/1.1</p><p>Host: website.xyz:8080</p><p>Accept: */*</p><p>Accept-Language: en_US</p><p>User-Agent: VLC/3.0.16 LibVLC/3.0.16</p><p>Range: bytes=0-</p><p>http debug: incoming response:</p><p>HTTP/1.1 302 Found</p><p>Date: Mon, 15 Aug 2021 19:09:23 GMT</p><p>Content-Type: text/html; charset=UTF-8</p><p>Transfer-Encoding: chunked</p><p>Connection: keep-alive</p><p>access-control-allow-origin: *</p><p>location: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1==</p><p></p><p>CF-Cache-Status: DYNAMIC</p><p>Report-To: {"endpoints":[{"url":"https:\/\/cloudflare.com\/report\/v3?s=123"}],"group":"grp","max_age":604800}</p><p>NEL: {"success_fraction":0,"report_to":"grp","max_age":604800}</p><p>Server: cloudflare</p><p>CF-RAY: 5555555123-IAD</p><p>alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400</p><p></p><p>http debug: connection failed</p><p>main debug: no access modules matched</p><p>main debug: redirecting to: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1==</p><p>main debug: creating access: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1==</p><p>main debug: (path: \\abc1.website.xyz:8080\username\password\2228)</p><p>main debug: looking for access module matching "http": 27 candidates</p><p>http debug: resolving abc1.website.xyz ...</p><p></p><p>http debug: outgoing request:</p><p>GET /username/password/2228?token=GBVdBBF1== HTTP/1.1</p><p>Host: abc1.website.xyz:8080</p><p>Accept: */*</p><p>Accept-Language: en_US</p><p>User-Agent: VLC/3.0.16 LibVLC/3.0.16</p><p>Range: bytes=0-</p><p></p><p>http debug: incoming response:</p><p>HTTP/1.1 200 OK</p><p>Server: nginx</p><p>Date: Mon, 16 Aug 2021 21:09:31 GMT</p><p>Content-Type: video/mp2t</p><p>Connection: close</p><p>Access-Control-Allow-Origin: *[/CODE]</p></blockquote><p></p>
[QUOTE="Gcarr, post: 1285797, member: 149437"] The provider still says there were no changes to the service, but he did give me a new account to try and the results were the same. I was able to get a debug log of VLC connecting. There were a few slight differences in the headers between MP and VLC. Which reminds me, I could have sworn I had seen a user agent string in the logs that was for "VLC 1.01". I cannot find that in the logs now. [CODE]***MP*** CurlWorker(): Start, url: 'http://website.xyz:8080/username/password/7955' CurlDebug(): CURL message: 'Hostname was NOT found in DNS cache' CurlDebug(): CURL message: 'Trying 200.20.20.20...' CurlDebug(): CURL message: 'Connected to website.xyz (200.20.20.20) port 8080 (#11068)' CurlDebugCallback(): sent HTTP header: 'GET /username/password/7955 HTTP/1.1 Range: bytes=0- Host: website.xyz:8080 Accept: */* ' CurlDebug(): received HTTP header: 'HTTP/1.1 401 Unauthorized' CurlDebug(): error response code: 401 ***VLC*** main debug: creating access: http://website.xyz:8080/username/password/2228 main debug: (path: \\website.xyz:8080\username\password\2228) http debug: resolving website.xyz ... http debug: outgoing request: GET /username/password/2228 HTTP/1.1 Host: website.xyz:8080 Accept: */* Accept-Language: en_US User-Agent: VLC/3.0.16 LibVLC/3.0.16 Range: bytes=0- http debug: incoming response: HTTP/1.1 302 Found Date: Mon, 15 Aug 2021 19:09:23 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: keep-alive access-control-allow-origin: * location: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1== CF-Cache-Status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/cloudflare.com\/report\/v3?s=123"}],"group":"grp","max_age":604800} NEL: {"success_fraction":0,"report_to":"grp","max_age":604800} Server: cloudflare CF-RAY: 5555555123-IAD alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400 http debug: connection failed main debug: no access modules matched main debug: redirecting to: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1== main debug: creating access: http://abc1.website.xyz:8080/username/password/2228?token=GBVdBBF1== main debug: (path: \\abc1.website.xyz:8080\username\password\2228) main debug: looking for access module matching "http": 27 candidates http debug: resolving abc1.website.xyz ... http debug: outgoing request: GET /username/password/2228?token=GBVdBBF1== HTTP/1.1 Host: abc1.website.xyz:8080 Accept: */* Accept-Language: en_US User-Agent: VLC/3.0.16 LibVLC/3.0.16 Range: bytes=0- http debug: incoming response: HTTP/1.1 200 OK Server: nginx Date: Mon, 16 Aug 2021 21:09:31 GMT Content-Type: video/mp2t Connection: close Access-Control-Allow-Origin: *[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
IPTV does not consistently connect. Mediaportal client times out before Tv Server establishes timeshifting?
Contact us
RSS
Top
Bottom