VLC 0.9.0-test2 - Playing WMV stream over HTTP

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
TheOner
New Cone
New Cone
Posts: 5
Joined: 27 Aug 2008 19:52

VLC 0.9.0-test2 - Playing WMV stream over HTTP

Postby TheOner » 02 Sep 2008 20:32

Hi,
I opened WMV stream and address is like http://example.com/video.wmv. I noticed that when i open this stream with Windows Media Player 11
or if i open this with VLC 0.9.0-test2 (or 0.8.6i) there is difference in video quality. Video is sharper with WMP11. I am streaming that video
forward with this settings:

Outputs: Play locally & HTTP
Encapsulation: MPEG-TS
Audio: MP3, 128kbps, 2 channel

I don't know if those are best settings for this video. When i open video with WMP 11 and check video properties, it shows that WMV stream is 331Kbps,
and audio 40kbps, 33kHz. I noticed too, that streaming this video to my one friend, causes 65-90KB/s traffic and when i tried to cast this with
Peercast program, it went with 40-50KB/s.

What could cause that video quality is lower with VLC than WMP11 and what would be best settings for this kind of WMV-stream? I battled with
different codecs etc etc. couple of hours but didn't solve anyting :?

Best regards

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: VLC 0.9.0-test2 - Playing WMV stream over HTTP

Postby dionoea » 02 Sep 2008 21:40

Can you paste the debug output from VLC while trying to play that stream? (in the qt interface, messages and turn verbosity to maximum)
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

TheOner
New Cone
New Cone
Posts: 5
Joined: 27 Aug 2008 19:52

Re: VLC 0.9.0-test2 - Playing WMV stream over HTTP

Postby TheOner » 03 Sep 2008 04:59

Ofcourse. Tools -> Messages and i set verbose level to 2. Message box says:

Verbosity level 0 said that:

Code: Select all

main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. dshow error: no capture device was detected main info: creating httpd main error: object is not attached access_mms info: selecting stream[0x1] audio (41 kb/s) access_mms info: selecting stream[0x2] video (294 kb/s) access_mms info: ignoring stream[0x3] video (92 kb/s) access_mms info: connection successful
After switching to level 2:

Code: Select all

qt4 debug: Using a general windows access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000027e len8_II:2 dir_comm:0x0004001b main debug: creating VLM main debug: thread 6528 (vlm thread) created at priority 0 (input/vlm.c:112) main debug: thread started access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000027f len8_II:2 dir_comm:0x0004001b main warning: output date isn't PTS date, requesting resampling (41000) main warning: buffer is 75375 late, triggering upsampling main warning: resampling stopped after 8676000 usec (drift: -42375) main warning: buffer is 42625 late, triggering upsampling access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000280 len8_II:2 dir_comm:0x0004001b main warning: resampling stopped after 3996000 usec (drift: -35343)
I forget to mention that i use Windows Vista Ultimate x64. If is it possible, i would want to open WMV stream and send it forward over http with VLC,
without changing codecs etc. So basically my computer would only be "stream repeater", and still i could watch locally it too.

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: VLC 0.9.0-test2 - Playing WMV stream over HTTP

Postby dionoea » 03 Sep 2008 15:13

You should switch verbosity level before starting the stream playback. Anyway, the messages you posted seem to suggest that you're decoding the high quality stream (294 kb/s). Maybe windows media player has some default post processing. That's currently unavailable in 0.9.* but I'll fix it soon.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

TheOner
New Cone
New Cone
Posts: 5
Joined: 27 Aug 2008 19:52

Re: VLC 0.9.0-test2 - Playing WMV stream over HTTP

Postby TheOner » 03 Sep 2008 16:40

Oh, im sorry. Here is messages, if those helps in now/future:

Code: Select all

main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. dshow error: no capture device was detected qt4 debug: Sout mrl :sout=#transcode{acodec=mpga,ab=128,channels=2}:duplicate{dst=display,dst=std{access=http,mux=ts,dst=****************:8080}} main debug: adding item `Streaming' ( http://**************** ) main debug: rebuilding array of current - root Playlist main debug: rebuild done - 1 items, index -1 main debug: starting new item main debug: processing request item Streaming node null skip 0 main debug: resyncing on Streaming main debug: Streaming is at 0 main debug: creating new input thread main debug: Creating an input for 'Streaming' main debug: waiting for thread completion main debug: thread started main debug: thread 5564 (input) created at priority 1 (input/input.c:367) qt4 debug: I was here, updating your status main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `display' main debug: stream=`display' main debug: looking for sout stream module: 1 candidate main debug: using sout stream module "stream_out_display" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) stream_out_duplicate debug: * adding `std{access=http,mux=ts,dst=****************:8080}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to http main debug: set config option: sout-standard-mux to ts main debug: set config option: sout-standard-dst to ****************:8080 stream_out_standard debug: creating `http/ts://****************:8080' stream_out_standard debug: extension is 128:8080 stream_out_standard debug: extension -> mux=(null) stream_out_standard debug: using `http/ts://****************:8080' main debug: looking for sout access module: 1 candidate main info: creating httpd main debug: net: listening to **************** port 8080 main debug: thread 5712 (httpd host thread) created at priority 0 (network/httpd.c:1107) main debug: using sout access module "access_output_http" main debug: TIMER module_Need() : 8.000 ms - Total 8.000 ms / 1 intvls (Avg 8.000 ms) stream_out_standard debug: access opened main debug: thread started main debug: looking for sout mux module: 1 candidate mux_ts debug: shaping=200000 pcr=70000 dts_delay=400000 main debug: using sout mux module "mux_ts" main debug: TIMER module_Need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms) main debug: muxer support adding stream at any time stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: TIMER module_Need() : 14.000 ms - Total 14.000 ms / 1 intvls (Avg 14.000 ms) main debug: using sout stream module "stream_out_duplicate" main debug: TIMER module_Need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) main debug: set config option: sout-transcode-acodec to mpga main debug: set config option: sout-transcode-ab to 128 main debug: set config option: sout-transcode-channels to 2 stream_out_transcode debug: codec audio=mpga 0Hz 2 channels 128Kb/s main debug: using sout stream module "stream_out_transcode" main debug: TIMER module_Need() : 22.000 ms - Total 22.000 ms / 1 intvls (Avg 22.000 ms) main debug: `http://****************' gives access `http' demux `' path `****************' main debug: creating demux: access='http' demux='' path='****************' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "http" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating access 'http' path='****************' qt4 debug: New Event: type 1103 qt4 debug: I was here, updating your status main debug: looking for access module: 2 candidates access_http debug: http: server='********' port=80 file='**************** main debug: net: connecting to ******** port 80 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5888) access_http debug: protocol 'HTTP' answer code 200 access_http debug: Server: Apache/2.2.3 (Unix) access_http debug: Accepting Cookie: Apache=**********; path=/; expires=Mon, 02-Sep-13 14:31:11 GMT access_http debug: Content-Type: video/x-ms-asf access_http debug: Connection: close access_http debug: Transfer-Encoding: chunked access_http debug: auto re-connect enabled main debug: using access module "access_http" main debug: TIMER module_Need() : 76.000 ms - Total 76.000 ms / 1 intvls (Avg 76.000 ms) qt4 debug: New Event: type 1103 qt4 debug: I was here, updating your status main debug: Using AStream*Stream main debug: pre-buffering... main debug: received first data for our buffer main debug: creating demux: access='http' demux='' path='**********' main debug: looking for demux module: 52 candidates asademux debug: asademux discarded playlist debug: found valid ASX playlist main debug: using demux module "playlist" main debug: TIMER module_Need() : 72.000 ms - Total 72.000 ms / 1 intvls (Avg 72.000 ms) main debug: looking for a subtitle file in C:\Users\******\Desktop\vlc-0.9.0-test2-win32\vlc-0.9.0-test2\ main debug: starting in async mode main debug: `**************' successfully opened main debug: deleting item `Streaming' main debug: marking Streaming for further deletion main debug: rebuilding array of current - root Playlist main debug: rebuild done - 1 items, index -1 main debug: EOF reached main debug: control type=1 main debug: no fetch required for ********* (art currently (null)) main debug: finished input main debug: waitpipe: object killed main debug: dying input qt4 debug: I was here, updating your status main debug: dying input main debug: removing module "playlist" main debug: removing module "access_http" main debug: thread ended main debug: dead input main error: object is not attached main warning: input 398 destroyed while thread alive (VLC might crash) main debug: thread times: real 0m0.271000s, kernel 0m0.031200s, user 0m0.031200s main debug: thread 5564 joined (misc/objects.c:308) main debug: TIMER input launching for 'Streaming' : 173.000 ms - Total 173.000 ms / 1 intvls (Avg 173.000 ms) main debug: Streaming was marked for deletion, deleting main debug: starting new item main debug: changing item without a request (current -1/1) main debug: using item 0 main debug: creating new input thread main debug: Creating an input for '********' main debug: waiting for thread completion main debug: thread started main debug: thread 5796 (input) created at priority 1 (input/input.c:367) main debug: sout keep: reusing sout main debug: sout keep: you probably want to use gather stream_out qt4 debug: I was here, updating your status main debug: `mms://****************time=34862969&WMContentBitrate=2000000' gives access `mms' demux `' path `****************time=34862969&WMContentBitrate=2000000' main debug: creating demux: access='mms' demux='' path='****************time=34862969&WMContentBitrate=2000000' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "mms" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating access 'mms' path='****************time=34862969&WMContentBitrate=2000000' main debug: looking for access module: 1 candidate access_mms debug: waiting for connection... main debug: net: connecting to ********** port 1755 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5904) access_mms debug: connection(tcp) with "**********:1755" successful access_mms debug: generated guid: babac001-ca89-f567-d6869922378a814e access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00040001 access_mms debug: 0x01 --> server_version:"9.01.01.3841" tool_version:"" update_player_url:"" encryption_type:"NTLM" access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00040006 access_mms debug: media file name/path accepted access_mms debug: answer 0x06 flags:0x42000000 media_length:0s packet_length:2888l packet_count:0 max_bit_rate:437813 header_size:5527 access_mms debug: reading header access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 access_mms debug: header incomplete (2880/5527), reading more access_mms debug: header complete(5527) access_mms info: selecting stream[0x1] audio (41 kb/s) access_mms info: selecting stream[0x2] video (294 kb/s) access_mms info: ignoring stream[0x3] video (92 kb/s) access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040021 access_mms info: connection successful access_mms debug: connected to ************:1755 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 access_mms debug: streaming started main debug: thread 5940 (mmstu keepalive thread) created at priority 0 (mmstu.c:211) main debug: using access module "access_mms" main debug: TIMER module_Need() : 175.000 ms - Total 175.000 ms / 1 intvls (Avg 175.000 ms) main debug: thread started main debug: Using AStream*Stream main debug: pre-buffering... main debug: received first data for our buffer qt4 debug: New Event: type 1103 qt4 debug: I was here, updating your status main debug: pre-buffering done 51984 bytes in 0s - 61 kbytes/s main debug: creating demux: access='mms' demux='' path='****************' main debug: looking for demux module: 52 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5477 asf debug: read "header object" subobj:9, reserved1:1, reserved2:2 asf debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:44 asf debug: read "stream bitrate properties object" asf debug: - stream=1 bitrate=42447 asf debug: - stream=2 bitrate=301067 asf debug: - stream=3 bitrate=94299 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x8bb59f00-0x398-0x409a-0xa93273d95d6bd2a9 file_size:5527 creation_date:128643802293630000 data_packets_count:4294967295 play_duration:0 send_duration:0 preroll:5000 flags:9 min_data_packet_size:2888 max_data_packet_size:2888 max_bitrate:437813 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4465 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4419 asf debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:33 asf debug: read "language list object" 1 entries asf debug: - 'fi' asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=40000 buffer=5000 initial fullness=0 asf debug: - alternate data bitrate=40000 buffer=5000 initial fullness=0 asf debug: - maximum object size=960 asf debug: - flags=0x0 asf debug: - stream number=1 language=0 asf debug: - average time per frame=0 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:110 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=291000 buffer=5000 initial fullness=0 asf debug: - alternate data bitrate=291000 buffer=5000 initial fullness=0 asf debug: - maximum object size=0 asf debug: - flags=0x0 asf debug: - stream number=2 language=0 asf debug: - average time per frame=400000 asf debug: - stream name count=0 asf debug: - payload extension system count=1 asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=86000 buffer=5000 initial fullness=0 asf debug: - alternate data bitrate=86000 buffer=5000 initial fullness=0 asf debug: - maximum object size=0 asf debug: - flags=0x0 asf debug: - stream number=3 language=0 asf debug: - average time per frame=800000 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:326 asf debug: read "metadata object" 6 entries asf debug: - IsVBR=0 asf debug: - DeviceConformanceTemplate=L2 asf debug: - IsVBR=0 asf debug: - DeviceConformanceTemplate=MP@ML asf debug: - IsVBR=0 asf debug: - DeviceConformanceTemplate=MP@ML asf debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3748 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114 asf debug: read "stream Properties object" stream_type:0xf8699e40-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0xbfc3cd50-0x618f-0x11cf-0x8bb200aa00b4e220 time_offset:0 type_specific_data_length:28 error_correction_data_length:8 flags:0x1 stream_number:1 asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133 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:55 error_correction_data_length:0 flags:0x2 stream_number:2 asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133 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:55 error_correction_data_length:0 flags:0x3 stream_number:3 asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:164 asf debug: read "extended content description object" asf debug: - 'WMFSDKVersion' = '10.00.00.3997' asf debug: - 'WMFSDKNeeded' = '0.0.0.0000' asf debug: - 'IsVBR' = 'false' asf debug: found object guid: 0xd6e229dc-0x35da-0x11d1-0x903400a0c90349be size:46 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:244 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:2 asf debug: - codec[0] video name:"Windows Media Video 9" description:"" information_length:4 asf debug: - codec[1] audio name:"Windows Media Audio 9.1" description:" 40 kbps, 32 kHz, stereo (A/V) 1-pass CBR" information_length:2 asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50 asf debug: read "data object" file_id:0x8bb59f00-0x398-0x409a-0xa93273d95d6bd2a9 total data packet:0 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5477pos:0 asf debug: | + 'Stream Bitrate Properties' GUID 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:44pos:30 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:74 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4465pos:178 asf debug: | | + 'Language List' GUID 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:33pos:224 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:257 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:110pos:345 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:455 asf debug: | | + 'Unknown' GUID 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26pos:543 asf debug: | | + 'Metadata' GUID 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:326pos:569 asf debug: | | + 'Padding' GUID 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3748pos:895 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114pos:4643 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:4757 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:4890 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:164pos:5023 asf debug: | + 'Unknown' GUID 0xd6e229dc-0x35da-0x11d1-0x903400a0c90349be size:46pos:5187 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:244pos:5233 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50pos:5477 asf debug: found 3 streams main debug: selecting program id=0 qt4 debug: New Event: type 1108 asf debug: added new audio stream(codec:0x161,ID:1) asf debug: added new video stream(ID:2) asf debug: ignoring not selected stream(ID:3) (by access) main debug: using demux module "asf" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: looking for a subtitle file in C:\Users\********\Desktop\vlc-0.9.0-test2-win32\vlc-0.9.0-test2\ main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 12.000 ms - Total 12.000 ms / 1 intvls (Avg 12.000 ms) main debug: stream out mode -> no decoder thread main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: stream out mode -> no decoder thread main debug: starting in async mode access_mms warning: unimplemented query in control main debug: `mms://****************time=34862969&WMContentBitrate=2000000' successfully opened qt4 debug: New Event: type 1103 qt4 debug: I was here, updating your status main debug: control type=1 main debug: adding a new sout input (sout_input:05AEDAE0) stream_out_transcode debug: creating audio transcoding from fcc=`wma2' to fcc=`mpga' main debug: looking for decoder module: 32 candidates avcodec debug: libavcodec initialized (interface 3357184 ) avcodec warning: Physical channel configuration not set : guessing avcodec debug: ffmpeg codec (Windows Media Audio 2) started main debug: using decoder module "avcodec" main debug: TIMER module_Need() : 13.000 ms - Total 13.000 ms / 1 intvls (Avg 13.000 ms) main debug: looking for encoder module: 11 candidates avcodec debug: libavcodec already initialized avcodec debug: found encoder MPEG Audio layer 1/2 main debug: using encoder module "avcodec" main debug: TIMER module_Need() : 4.000 ms - Total 4.000 ms / 1 intvls (Avg 4.000 ms) stream_out_duplicate debug: duplicated a new stream codec=mpga (es=0 group=0) main debug: looking for decoder module: 32 candidates main debug: using decoder module "mpeg_audio" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: thread 6060 (decoder) created at priority 2 (input/decoder.c:217) stream_out_duplicate debug: - added for output 0 main debug: adding a new input mux_ts debug: adding input codec=mpga pid=68 mux_ts debug: new PCR PID is 68 stream_out_duplicate debug: - added for output 1 main debug: thread started mpeg_audio debug: MPGA channels:2 samplerate:32000 bitrate:128 main debug: switching to sync mode main debug: no aout present, spawning one main debug: looking for audio output module: 3 candidates aout_directx debug: OpenAudio aout_directx debug: found device: Primary Sound Driver aout_directx debug: found device: Speakers (Creative SB X-Fi) aout_directx debug: found device: SPDIF Out (Creative SB X-Fi) aout_directx debug: device supports 2 channels (DEFAULT!) aout_directx debug: device supports 2 channels aout_directx debug: device supports 1 channel aout_directx debug: Windows says your SpeakerConfig is stereo aout_directx debug: creating DirectSoundThread main debug: thread 6196 (DirectSound Notification Thread) created at priority 15 (directx.c:391) main debug: using audio output module "aout_directx" main debug: TIMER module_Need() : 22.000 ms - Total 22.000 ms / 1 intvls (Avg 22.000 ms) main debug: output 's16l' 32000 Hz Stereo frame=1 samples/4 bytes main debug: mixer 'fl32' 32000 Hz Stereo frame=1 samples/8 bytes main debug: filter(s) 'fl32'->'s16l' 32000 Hz->32000 Hz Stereo->Stereo main debug: thread started aout_directx debug: DirectSoundThread ready main debug: looking for audio filter module: 24 candidates main debug: using audio filter module "converter_float" main debug: TIMER module_Need() : 7.000 ms - Total 7.000 ms / 1 intvls (Avg 7.000 ms) main debug: found a filter for the whole conversion main debug: looking for audio mixer module: 3 candidates main debug: using audio mixer module "float32_mixer" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: input 'mpga' 32000 Hz Stereo frame=1152 samples/1737 bytes main debug: filter(s) 'mpga'->'fl32' 32000 Hz->32000 Hz Stereo->Stereo main debug: looking for audio filter module: 24 candidates main debug: using audio filter module "mpgatofixed32" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: found a filter for the whole conversion main debug: filter(s) 'fl32'->'fl32' 35200 Hz->32000 Hz Stereo->Stereo main debug: looking for audio filter module: 24 candidates main debug: using audio filter module "bandlimited_resampler" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: found a filter for the whole conversion main debug: adding a new sout input (sout_input:05AE15E8) stream_out_transcode debug: not transcoding a stream (fcc=`WMV3') stream_out_duplicate debug: duplicated a new stream codec=WMV3 (es=1 group=0) main debug: looking for decoder module: 32 candidates avcodec debug: libavcodec already initialized avcodec debug: ffmpeg codec (Windows Media Video 3) started main debug: using decoder module "avcodec" main debug: TIMER module_Need() : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms) main debug: thread 6264 (decoder) created at priority 0 (input/decoder.c:217) stream_out_duplicate debug: - added for output 0 main debug: adding a new input mux_ts debug: adding input codec=WMV3 pid=69 mux_ts debug: new PCR PID is 69 stream_out_duplicate debug: - added for output 1 main debug: thread started main debug: no usable vout present, spawning one main debug: window size: 512x288 main debug: looking for video output module: 6 candidates direct3d debug: creating Vout EventThread main debug: waiting for thread completion main debug: thread started direct3d debug: DirectXCreateWindow main debug: looking for vout window module: 2 candidates qt4 debug: waiting for interface... qt4 debug: requesting window... qt4 debug: Video was requested -1, -1 qt4 debug: Video is resizing to: 512 288 qt4 debug: embedded video ready (handle 000705A6) main debug: using vout window module "qt4" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) qt4 debug: Updating the geometry qt4 debug: size: 151 - 409 qt4 debug: sizeHint: 423 - 512 qt4 debug: size: 151 - 409 qt4 debug: sizeHint: 423 - 512 direct3d debug: created video sub-window main debug: thread 6388 (Vout Events Thread) created at priority 0 (direct3d.c:206) direct3d debug: Vout EventThread running direct3d debug: disabling screen saver main debug: using video output module "direct3d" main debug: TIMER module_Need() : 39.000 ms - Total 39.000 ms / 1 intvls (Avg 39.000 ms) main debug: waiting for thread completion main debug: thread started direct3d debug: Direct3D device adapter successfully initialized direct3d debug: selected surface pixel format is YUY2 direct3d debug: 1 Direct3D pictures created successfully direct3d debug: Direct3D scene created successfully main debug: got 1 direct buffer(s) main debug: picture in 512x288 (0,0,512x288), chroma I420, ar 16:9, sar 1:1 main debug: picture user 512x288 (0,0,512x288), chroma I420, ar 16:9, sar 1:1 main debug: picture out 512x288 (0,0,512x288), chroma YUY2, ar 16:9, sar 1:1 main debug: looking for video filter2 module: 16 candidates swscale debug: 512x288 chroma: I420 -> 512x288 chroma: YUY2 main debug: using video filter2 module "swscale" main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: indirect render, mapping render pictures 0-7 to system pictures 1-8 main debug: thread 6440 (video output) created at priority 1 (video_output/video_output.c:438) main warning: buffer is 64000 in advance, triggering downsampling main warning: output date isn't PTS date, requesting resampling (78000) main warning: resampling stopped after 828000 usec (drift: -14093)


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 63 guests