adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

gecko-mediaplayer does not work with speedload.to #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have dumped the http traffic with wireshark for windows and linux. Windows 
with divx web player from (www.divx.com) and with gecko-mediaplayer 9.9.2 on 
linux.

With divx web player the behavoir is like this:

GET /00006000/a52e1a828c867795afd68a2ac5ab025f HTTP/1.1
Host: divx1.speedload.to
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) 
Gecko/20100401 Firefox/3.6.3
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 115
Connection: keep-alive
Referer: http://speedload.to/FILE4B6B58DF3F57E

HTTP/1.1 302 Found
Server: nginx/0.6.32
Date: Sun, 27 Jun 2010 22:05:22 GMT
Content-Type: text/html
Connection: close
Location: http://divx1.speedload.to/00006000/a52e1a828c867795afd68a2ac5ab025f
Vary: Accept-Encoding
Content-Length: 0

GET /00006000/a52e1a828c867795afd68a2ac5ab025f HTTP/1.1
Range: bytes=0-9
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) 
Gecko/20100401 Firefox/3.6.3 DivXPlusWebPlayer/2.0.2.40
Host: divx1.speedload.to
Accept: */*
Referer: http://speedload.to/FILE4B6B58DF3F57E#

HTTP/1.1 206 Partial Content
Content-Type: application/octet-stream
Accept-Ranges: bytes
Content-Range: bytes 0-9/183734182
Content-Length: 10
Date: Sun, 27 Jun 2010 22:04:56 GMT
Server: lighttpd/1.4.19

Where with gecko-mediaplayer it looks like this:

GET /00006000/a52e1a828c867795afd68a2ac5ab025f HTTP/1.1
Host: divx1.speedload.to
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.4) Gecko/20100623 
Iceweasel/3.6.4 (like Firefox/3.6.4)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 115
Connection: keep-alive

HTTP/1.1 302 Found
Server: nginx/0.6.32
Date: Sun, 27 Jun 2010 22:08:36 GMT
Content-Type: text/html
Connection: close
Location: http://divx1.speedload.to/00006000/a52e1a828c867795afd68a2ac5ab025f
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20

HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 345
Date: Sun, 27 Jun 2010 22:08:09 GMT
Server: lighttpd/1.4.19

First thing i noticed is that there is no referer specified with 
gecko-mediaplayer. And after my connection becomes rejected gecko-mediaplayer 
sends this again:

GET /00006000/a52e1a828c867795afd68a2ac5ab025f HTTP/1.1
Host: divx1.speedload.to
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.4) Gecko/20100623 
Iceweasel/3.6.4 (like Firefox/3.6.4)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 115
Connection: keep-alive
Referer: http://speedload.to/FILE4B6B58DF3F57E

The second time with referer, but after the packet is send nothing happens. 
divx1.speedload.to won´t answer anymore.

Original issue reported on code.google.com by schn...@gmail.com on 27 Jun 2010 at 10:48

Attachments:

GoogleCodeExporter commented 8 years ago
Does speedload.to even exist anymore, when I try to open the site it just hangs 
during connecting.

Try with newer versions of the software, fixes may have already been made.

Original comment by kdeko...@gmail.com on 8 Jun 2011 at 6:44