<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2>
<DIV><BR>I am trying to read an asf video stream from    an 
http server:</DIV>
<DIV>the file location on the server is /img/video.asf</DIV>
<DIV>I am able to get a video file using wget <A 
href="http://server.ip/img/video.asf">http://server.ip/img/video.asf</A></DIV>
<DIV>but with vlc i get the following error.</DIV>
<DIV> </DIV>
<DIV><FONT size=1>
<P>main debug: creating new input thread</P>
<P>main: </FONT><FONT color=#008000 size=1>playlist item 
`http://192.168.30.5:80/img/video.asf'</P></FONT><FONT size=1>
<P>main debug: waiting for thread completion</P>
<P>main debug: access `http', demux `', name `192.168.30.5:80/img/video.asf'</P>
<P>main debug: looking for access module</P>
<P>main debug: probing 1 candidate</P>
<P>main debug: thread 3120 (input) created at priority 1 
(src/input/input.c:326)</P>
<P>main debug: cmd=state old=10 new=1</P>
<P>main debug: playing at normal rate</P>
<P>access_http debug: http: server='192.168.30.5' port=80 
file='/img/video.asf</P>
<P>main debug: net: connecting to '192.168.30.5:80'</P>
<P>main debug: looking for network module</P>
<P>main debug: probing 2 candidates</P>
<P>ipv4 debug: connection in progress</P>
<P>main debug: using network module "ipv4"</P>
<P>main debug: unlocking module "ipv4"</P>
<P>access_http debug: protocol 'HTTP' answer code 206</P>
<P>access_http debug: Content-Type: application/octet-stream</P>
<P>access_http debug: stream size=4522</P>
<P>main debug: using access module "access_http"</P>
<P>main debug: looking for demux module</P>
<P>main debug: probing 7 candidates</P>
<P>dshow warning: </FONT><FONT color=#0000ff size=1>dshow plugin discarded (not 
a valid stream)</P></FONT><FONT size=1>
<P>dshow warning: </FONT><FONT color=#0000ff size=1>dshow plugin discarded (not 
a valid stream)</P></FONT><FONT size=1>
<P>ts_dvbpsi warning: </FONT><FONT color=#0000ff size=1>TS module discarded 
(lost sync)</P></FONT><FONT size=1>
<P>ts warning: </FONT><FONT color=#0000ff size=1>TS module discarded (lost 
sync)</P></FONT><FONT size=1>
<P>main debug: demux2_New: 'http://192.168.30.5:80/img/video.asf' -> 
access='' demux='' path='192.168.30.5:80/img/video.asf'</P>
<P>main debug: looking for demux2 module</P>
<P>main debug: probing 27 candidates</P>
<P>asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c 
size:327</P>
<P>asf debug: read "header object" subobj:3, reserved1:1, reserved2:2</P>
<P>asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 
size:104</P>
<P>asf debug: read "file properties object" 
file_id:0x67452301-0xab89-0xefcd-0x0000000000000000 file_size:4294967295 
creation_date:0 data_packets_count:4294967295 play_duration:4294967295 
send_duration:16777215 preroll:0 flags:1 min_data_packet_size:2000 
max_data_packet_size:2000 max_bitrate:40000</P>
<P>asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 
size:147</P>
<P>asf debug: read "stream Properties object" 
stream_type:0xbc19efc0-0x5b4d-0x11cf-0xa8fd00805f5c442b 
error_correction_type:0x20fb5700-0x5b55-0x11cf-0xa8fd00805f5c442b time_offset:0 
type_specific_data_length:69 error_correction_data_length:0 flags:0x1 
stream_number:1</P>
<P>asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 
size:46</P>
<P>asf debug: read "header extention object" 
reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 
header_extention_size:0</P>
<P>asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c 
size:-72057594037927937</P>
<P>asf debug: read "data object" 
file_id:0x67452301-0xab89-0xefcd-0x0000000000000000 total data packet:0 
reserved:257</P>
<P>asf debug: found 1 streams</P>
<P>asf debug: added new video stream(ID:1)</P>
<P>main debug: using demux2 module "asf"</P>
<P>main debug: using demux module "demux2"</P>
<P>main debug: meta informations:</P>
<P>main debug: - track[0]:</P>
<P>main debug: selecting ES 0x1</P>
<P>main debug: looking for decoder module</P>
<P>main debug: probing 22 candidates</P>
<P>ffmpeg debug: libavcodec already initialized</P>
<P>ffmpeg debug: postprocessing disabled</P>
<P>ffmpeg debug: using direct rendering</P>
<P>ffmpeg debug: ffmpeg codec (MPEG-4 Video) started</P>
<P>main debug: using decoder module "ffmpeg"</P>
<P>main debug: thread 3400 (decoder) created at priority 0 
(src/input/input_dec.c:161)</P>
<P>asf warning: </FONT><FONT color=#0000ff size=1>cannot peek while getting new 
packet, EOF ?</P></FONT><FONT size=1>
<P>main: </FONT><FONT color=#008000 size=1>EOF reached</P></FONT><FONT size=1>
<P>main debug: 1 loops</P>
<P>main debug: dumping stream ID 0x0 [OK:0/D:0]</P>
<P>main debug: seekable stream, position: 4377/4522 (-:--:--/-:--:--)</P>
<P>main debug: dumping program 0x0, version 0 (partial)</P>
<P>main debug: ES 0x0, stream 0x0, fourcc `null', not selected [OK:0/ERR:0]</P>
<P>main debug: ES 0x1, stream 0x0, fourcc `MP4S', selected [OK:0/ERR:0]</P>
<P>asf debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365</P>
<P>asf debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365</P>
<P>asf debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365</P>
<P>asf debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c</P>
<P>asf debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c</P>
<P>main debug: unselecting ES 0x1</P>
<P>ffmpeg debug: ffmpeg codec (MPEG-4 Video) stopped</P>
<P>main debug: unlocking module "ffmpeg"</P>
<P>main debug: thread 3400 joined (src/input/input_dec.c:203)</P>
<P>main debug: killing decoder fourcc `MP4S', 0 PES in FIFO</P>
<P>main debug: no more selected ES</P>
<P>main debug: unlocking module "asf"</P>
<P>main debug: unlocking module "demux2"</P>
<P>main debug: unlocking module "access_http"</P>
<P>main debug: pes: 0 packets</P>
<P>main debug: data: 0 packets</P>
<P>main debug: buffers: 2 packets</P>
<P>main debug: freeing info structures...</P>
<P>main debug: thread 3120 joined (src/input/input.c:373)</P>
<P> </P>
<P><FONT size=2>I think I need to modify some parameters in VLC but I don't see 
where?.</FONT></P>
<P><FONT size=2></FONT> </P>
<P><FONT size=2>Thank you.</FONT></P>
<P><FONT size=2>Franck</FONT></P></FONT></FONT></DIV></BODY></HTML>