• Hi Guest, want to participate in the discussions, keep track of read/unread posts and more? Create your free account and increase the benefits of your WyoNation.com experience today!

Stream Test

Wyo2dal

Well-known member
Going to be doing some new streaming this season want to make sure it's 100% ready to go before week 1. If you aren't busy please try the following link on any and all mobile devices and computers that you might watch the game on. If there are any errors or issues please just reply to the post with them.

http://wyo2dal.dyndns.tv:81" onclick="window.open(this.href);return false;

I should have posted this above but to figure out issues for everyone I need detailed informaiton when you have a problem.

Browser : IE, Chrome, Firefox
Platform : PC, Android, iOS, Mac
Error : Whatever error you see.
 
seattlecowboy said:
I'm on my laptop as well and I am using firefox and the link won't even open the page.
This was the problem I was having, in firefox as well as chrome.
 
seattlecowboy said:
I'm on my laptop as well and I am using firefox and the link won't even open the page.

I get that it's not loading the page but can you be more specific? Post a screenshot if you can't be I need something else to go off of other than it's not loading because there are a number of issues it could be related to.
 
Wyo2dal said:
seattlecowboy said:
I'm on my laptop as well and I am using firefox and the link won't even open the page.

I get that it's not loading the page but can you be more specific? Post a screenshot if you can't be I need something else to go off of other than it's not loading because there are a number of issues it could be related to.

I'll try to take a picture but it just keeps saying that it is trying to connect and then it times out.
 
Windows 7,
Chrome and IE,
Blank White Screen w/ the mouse spinning in a circle until it times out.
 
wyo2dal - it appears you are returning 5 A records for your hostname:

brandon@krypton:~$ dig wyo2dal.dynds.tv +short
199.59.243.107
199.59.243.108
199.59.243.109
199.59.243.105
199.59.243.106

199.59.243.107 is returning an error page.


I don't think your returning valid ^H^H^H^H^H any HTML. Do you have a subdirectory somewhere that you wanted to link to?
 
None of those ip's are correct whatever DNS you are using is off.

Correct IP - http://70.162.163.124" onclick="window.open(this.href);return false;
 
wyo2dal,

it appears it is resolving correctly now. I saw the TTL was 4 hours earlier, but didn't bother to catch how much time was left on it.

brandon@krypton:~$ dig +short @8.8.8.8 wyo2dal.dyndns.tv
70.162.163.124
brandon@krypton:~$ dig +short wyo2dal.dyndns.tv
70.162.163.124

However, it appears TCP/80 isn't responding:

brandon@krypton:~$ telnet wyo2dal.dyndns.tv 80
Trying 70.162.163.124...
 
80/TCP is the default for HTTP, 443/TCP is the default for HTTPS. I was just doing a tcp check to see if the port was open, for example:
brandon@krypton:~$ telnet http://www.wyonation.com" onclick="window.open(this.href);return false; 80
Trying 174.37.187.12...
Connected to wyonation.com.
Escape character is '^]'.
HEAD / HTTP1.1/0

HTTP/1.1 200 OK
Date: Wed, 28 Aug 2013 00:20:30 GMT
Server: Apache
X-Powered-By: PHP/5.3.26
X-Pingback: http://www.bigskyfans.com/admin/xmlrpc.php" onclick="window.open(this.href);return false;
Link: <http://wp.me/4AXq>; rel=shortlink
Connection: close
Content-Type: text/html; charset=UTF-8

Connection closed by foreign host.
 
WyoBrandX said:
80/TCP is the default for HTTP, 443/TCP is the default for HTTPS. I was just doing a tcp check to see if the port was open, for example:
brandon@krypton:~$ telnet http://www.wyonation.com" onclick="window.open(this.href);return false; 80
Trying 174.37.187.12...
Connected to wyonation.com.
Escape character is '^]'.
HEAD / HTTP1.1/0

HTTP/1.1 200 OK
Date: Wed, 28 Aug 2013 00:20:30 GMT
Server: Apache
X-Powered-By: PHP/5.3.26
X-Pingback: http://www.bigskyfans.com/admin/xmlrpc.php" onclick="window.open(this.href);return false;
Link: <http://wp.me/4AXq>; rel=shortlink
Connection: close
Content-Type: text/html; charset=UTF-8

Connection closed by foreign host.

Ya you don't need it put it there just try without it and let me know what it does.
 
brandon@krypton:~$ wget http://wyo2dal.dyndns.tv" onclick="window.open(this.href);return false;
--2013-08-27 18:30:04-- http://wyo2dal.dyndns.tv/" onclick="window.open(this.href);return false;
Resolving wyo2dal.dyndns.tv (wyo2dal.dyndns.tv)... 70.162.163.124
Connecting to wyo2dal.dyndns.tv (wyo2dal.dyndns.tv)|70.162.163.124|:80...


it doesn't appear the port is open. Somethign is blocking it between us. I'm not blocking dest 80 outbound from here. But somethign is indeed getting into the way.
 
Back
Top