After having problem detecting stream URL from Google Chrome, I played the same stream in Firefox 4 and
Replay Media Catcher detected it without any problem.
It appeared that Google Chrome sends the POST HTTP request without the content type:
Code:
POST /open/1 HTTP/1.1
User-Agent: Shockwave Flash
Host: n15.mos.cdn.online.ru
Content-Length: 1
Connection: Keep-Alive
Cache-Control: no-cache
While Firefox sends the content type:
Code:
POST /open/1 HTTP/1.1
Content-Type: application/x-fcs
User-Agent: Shockwave Flash
Host: n15.mos.cdn.online.ru
Content-Length: 1
Connection: Keep-Alive
Cache-Control: no-cache
Not sure why this has happened and whether this is always the case. But hope this may help you to download.