View Single Post
  #3  
Old 02-27-2012, 09:50 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Can't play this stream in player


Quote:
Originally Posted by KSV View Post
it's simple http stream.

Code:
http://63.243.149.5/HR_TALKAAC?streamtheworld_user=1&nobuf=1330351388296
works fine with FFPlay and MPlayer2. vlc doesn't work here because it tries to use http range request feature which is probably not supported by this server.
It's also working with curl + vlc.

Code:
curl "http://63.243.149.3/HR_TALKAAC" | vlc -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  149k    0  149k    0     0   9875      0 --:--:--  0:00:15 --:--:-- 10568
curl: (23) Failed writing body (2813 != 16384)
Reply With Quote