Troubles reading a stream which reads perfectly WindowsMedia
Posted: 26 Apr 2006 18:44
Hi folks,
I've browsed FAQ and doc, search this forum but not found my solution.... I don't get why this doesn't work.
I'm trying to read this stream : http://stream.babiel.com/pusheuat4_1804a.wmv (via). It reads well from Media Player but I can't get it with VLC....
From the logger file I get these (I tried to keep only revelant parts, but I may have miss important information. I can supply a long/full listing if required). I don't understand the origin of HTTP/1.0 400 Bad Request
What surprises me is it works with Windows Media Player
Sorry this is my first message here...
If anyone has a clue...
Many thanks.
I've browsed FAQ and doc, search this forum but not found my solution.... I don't get why this doesn't work.
I'm trying to read this stream : http://stream.babiel.com/pusheuat4_1804a.wmv (via). It reads well from Media Player but I can't get it with VLC....
From the logger file I get these (I tried to keep only revelant parts, but I may have miss important information. I can supply a long/full listing if required). I don't understand the origin of HTTP/1.0 400 Bad Request
What surprises me is it works with Windows Media Player
Sorry this is my first message here...
If anyone has a clue...
Code: Select all
logger: VLC media player - version 0.8.4a Janus - (c) 1996-2005 the VideoLAN team
main debug: adding playlist item `http://stream.babiel.com/pusheuat4_1804a.wmv' ( http://stream.babiel.com/pusheuat4_1804a.wmv )
main debug: `http://stream.babiel.com/pusheuat4_1804a.wmv' gives access `http' demux `' path `stream.babiel.com/pusheuat4_1804a.wmv'
main debug: `http://stream.babiel.com/pusheuat4_1804a.wmv' successfully opened
m3u debug: starting playlist playback
main debug: adding playlist item `mmsh://stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf' ( mmsh://stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf )
main debug: adding playlist item `mmsh://217.79.215.188:80/pusheuat4_1804a.wmv?MSWMExt=.asf' ( mmsh://217.79.215.188:80/pusheuat4_1804a.wmv?MSWMExt=.asf )
main debug: `mmsh://stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf' gives access `mmsh' demux `' path `stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf'
access_mms debug: HTTP reply 'HTTP/1.0 200 OK'
access_mms debug: stream type = seekable
access_mms debug: complete header size=6086
access_mms debug: packet count=155909 packet size=2888
access_mms debug: starting stream
main debug: net: connecting to stream.babiel.com port 80
main debug: connection in progress
access_mms error: error: HTTP/1.0 400 Bad Request
access_mms error: cannot start stream
vcd debug: trying .cue file: stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.cue
access_file warning: stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf: No such file or directory
cdda debug: trying .cue file: stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.cue
cdda warning: could not open stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf
main warning: no access2 module matching "mmsh" could be loaded
main error: no suitable access module for `mmsh://stream.babiel.com/pusheuat4_1804a.wmv?MSWMExt=.asf'
main debug: thread times: real 0m1.141653s, kernel 0m0.100144s, user 0m0.040057s
[and then the same thing for the second mmsh stream]
Many thanks.