Opened 17 years ago
Last modified 14 years ago
#1036 new defect
Problem with http parser looping
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | streaming |
Version: | 1.0rc2 | Severity: | normal |
Keywords: | Cc: | cusc16b02@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
There is a video website that makes mplayer enter en infinite loop.
This is under fedora 7, livna rpm: mplayer-1.0-0.84.rc2.lvn7
Here are the commands and their results
1) mplayer http://www.radio-canada.ca/medianet/2008/CBFT/telejournal200803042200.asx
just exits not playing anything
2)mplayer -playlist http://www.radio-canada.ca/medianet/2008/CBFT/telejournal200803042200.asx
This enters an infinite loop where it keeps reopening
http://ms.radio-canada.ca/2008/medianet/CBFT/Telejournal200803042200.wmv?MSWMExt=.asf
Finally the only command that plays the file is
3)mplayer mmshttp://ms.radio-canada.ca/2008/medianet/CBFT/Telejournal200803042200.wmv?MSWMExt=.asf
Note the use of mmshttp: instead of http:, and the use of the link from the loop (not the initial link)
Command 2) used to work on older version of mplayer (I have another machine with
mplayer-1.0-0.73.20070325svn where that command works fine) but it does not anymore with current versions.
It would be great if command 1) would work (so that the movie could even work inside a web browser) or at least command 2) would work again.
Thanks
Change History (8)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
You can "fix" it by just adding to you config file
user-agent=NSPlayer/4.1.0.3856
comment:5 by , 17 years ago
That user agent is just plain wrong for us, we are not Windows-Media-Player and I don't think we should pretend so by default.
comment:8 by , 14 years ago
Owner: | changed from | to
---|
r25962 still has the problem, but i think its fixed in latest svn.