Saving streams? (podcast, shoutcast)

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
romor
New Cone
New Cone
Posts: 7
Joined: 23 Feb 2009 06:54

Saving streams? (podcast, shoutcast)

Postby romor » 23 Feb 2009 07:22

Hi. Sorry if this is dumb question, but i wasn't able to find appropriate answer searchig the web or wiki or this forum.

What i would like to do, is to save the stream that is playing in VLC.
I tried with save/stream but i can't get it to work.
I checked play localy and i put filename in file (and tried changing encapsulation and video codec tab).
The file exist but there is nothing in it, neither video nor audio.
The question is about podcasts
I know that i can simply download the file referred but then what about shoutcast?

Thanks

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Saving streams? (podcast, shoutcast)

Postby VLC_help » 23 Feb 2009 13:30

Could you share us your transcoding command-line?

sg16
New Cone
New Cone
Posts: 3
Joined: 23 Feb 2009 12:33

Re: Saving streams? (podcast, shoutcast)

Postby sg16 » 23 Feb 2009 14:35

Hi

First let me begin by saying that there is a diffrence between Windows and Linux/Debian/Unix versions and also between versions (for example 0.9x.x) of VLC according to my experience. I'm using VLC 0.9.8a. I have tried this for audio mms streams and audio http streams

1. Saving a stream using menus in windows:

Media->Save/convert->Network tab

Paste an url into address (for example: mms://apollo.vortex.is/UtvarpSaga) protocol comes automatically mms.

Press the Convert/Save button at the bottom. Press the top blue bar of the window if you can't see it.

Select File - > Browse -> create a filename and make sure it ends with .asf

Select Encapsulation asf/wmv, if you want to listen to the recording select Play file locally at the top

Notice the Generated stream output string it´s useful for the command line version.

:sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=L:\ras1\lau 21 feb kl 17 .asf}}


2. Saving a stream using vlc command line:

vlc -vvv --volume=0 --run-time=3600 mms://apollo.vortex.is/UtvarpSaga :sout=#duplicate{dst=std{access=file,mux=asf,dst='L:\usaga\22Feb2009-2.asf'},dst=display} vlc://quit

i build this command line string using trial and error, using google: 'vlc command line', 'vlc quit' etc. But i found out that i had to compare this to "vlc -H" that is asking vlc (command line) for help using -H and reading a file named vlc-help.txt

-vvv
: verbose pops up a dialog displaying warnings/errors
--volume-0 sets the volume in play not the file to 0
--run-time : tells it to run for 3600 sec = 2 hours
mms://apollo.vortex.is/UtvarpSaga is the stream i'm recording
:sout=#duplicate{dst=std{access=file,mux=asf,dst='L:\usaga\22Feb2009-2.asf'},dst=display} is the Generated stream output string i got from the menu version "make sure the file name is in single quotation marks ' ... '
vlc://quit tells vlc to quit after run-time of 3600 sec = 2 hours

When i had got vlc recording to work with the command line i was able to use Win XP scheduler: Start -> All Programs -> Accesories -> System Tools -> Scheduled Tasks, to schedule automatic recordings.

This will get you started, read the vlc -H : vlc-help.txt for more information

Regards, Sigurdur

romor
New Cone
New Cone
Posts: 7
Joined: 23 Feb 2009 06:54

Re: Saving streams? (podcast, shoutcast)

Postby romor » 23 Feb 2009 17:47

Thank you for your replies :)

My OS is Vista SP1 and VLC 0.9.8a.

I tried your suggestions (and couple modifications) and i know i'm making some mistake but can't figure where or what:
- in all cases the file is created and it's size grows with time but it's unplayable with any player

1. :sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=c:\temp\shout.asf}}
- nothing happens

2. vlc -vvv http://91.121.4.152:8000;stream.nsv :sout=#duplicate{dst=std{access=file,mux=ps,dst=c:\temp\shout.mpg}} vlc://quit
- here are the messages:

Code: Select all

main debug: TIMER module_Need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms) main debug: thread 4704 (interface) created at priority 0 (interface/interface.c:168) main debug: adding item `vlc://quit' ( vlc://quit ) main debug: adding item `http://91.121.4.152:8000;stream.nsv' ( http://91.121.4.152:8000;stream.nsv ) main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. main debug: looking for interface module: 3 candidates main debug: using interface module "qt4" main debug: TIMER module_Need() : 23.000 ms - Total 23.000 ms / 1 intvls (Avg 23.000 ms) main debug: thread 5056 (interface) created at priority 0 (interface/interface.c:168) main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index -1 main debug: starting new item main debug: processing request item null node Playlist skip 0 main debug: creating new input thread main debug: Creating an input for 'http://91.121.4.152:8000;stream.nsv' main debug: waiting for thread initialization main debug: thread started main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=ps,dst=c:\temp\shout.mpg}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to file main debug: set config option: sout-standard-mux to ps main debug: set config option: sout-standard-dst to c:\temp\shout.mpg stream_out_standard debug: creating `file/ps://c:\temp\shout.mpg' stream_out_standard debug: extension is mpg stream_out_standard debug: extension -> mux=ps stream_out_standard debug: using `file/ps://c:\temp\shout.mpg' main debug: looking for sout access module: 1 candidate main debug: thread 5096 (input) created at priority 1 (input/input.c:370) access_output_file debug: file access output opened (c:\temp\shout.mpg) main debug: using sout access module "access_output_file" main debug: TIMER module_Need() : 6.000 ms - Total 6.000 ms / 1 intvls (Avg 6.000 ms) stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_ps info: Open main debug: using sout mux module "mux_ps" main debug: TIMER module_Need() : 4.000 ms - Total 4.000 ms / 1 intvls (Avg 4.000 ms) main debug: muxer support adding stream at any time main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: TIMER module_Need() : 32.000 ms - Total 32.000 ms / 1 intvls (Avg 32.000 ms) main debug: using sout stream module "stream_out_duplicate" main debug: TIMER module_Need() : 34.000 ms - Total 34.000 ms / 1 intvls (Avg 34.000 ms) main debug: `http://91.121.4.152:8000;stream.nsv' gives access `http' demux `' path `91.121.4.152:8000;stream.nsv' main debug: creating demux: access='http' demux='' path='91.121.4.152:8000;stream.nsv' 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='91.121.4.152:8000;stream.nsv' main debug: looking for access module: 2 candidates access_http debug: http: server='91.121.4.152' port=8000 file='(null) main debug: thread started main debug: thread started main debug: net: connecting to 91.121.4.152 port 8000 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5212) access_http debug: protocol 'ICY' answer code 200 access_http debug: Icy-Notice: <BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR> access_http debug: Icy-Notice: SHOUTcast Distributed Network Audio Server/Linux v1.9.7<BR> access_http debug: Icy-Name: Demoscene.TV (HQ Realtime channel) access_http debug: Icy-Genre: demoscene access_http debug: Meta-Info: icy-url: http://www.demoscene.tv access_http debug: Content-Type: video/nsv access_http debug: Meta-Info: icy-pub: 1 access_http debug: Icy-MetaInt: 8192 access_http warning: ICY metaint=8192 access_http debug: Meta-Info: icy-br: 600 access_http info: Raw-audio server found, nsv demuxer selected access_http debug: auto re-connect enabled main debug: using access module "access_http" main debug: TIMER module_Need() : 652.000 ms - Total 652.000 ms / 1 intvls (Avg 652.000 ms) main debug: Using AStream*Stream main debug: pre-buffering... main debug: received first data for our buffer main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index 0 main debug: pre-buffering done 8192 bytes in 0s - 57 kbytes/s main debug: creating demux: access='http' demux='nsv' path='91.121.4.152:8000;stream.nsv' main debug: looking for demux module: 1 candidate access_http debug: New Title=matt_current_gorgonzola_demo_windows_hq_realtime.nsv qt4 debug: Error while initializing qt-specific localization qt4 debug: Updating the stream status: 3 main debug: using demux module "nsv" main debug: TIMER module_Need() : 1367.000 ms - Total 1367.000 ms / 1 intvls (Avg 1367.000 ms) main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\ main debug: starting in sync mode main debug: `http://91.121.4.152:8000;stream.nsv' successfully opened main debug: selecting program id=0 main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 30.000 ms - Total 30.000 ms / 1 intvls (Avg 30.000 ms) main debug: stream out mode -> no decoder thread nsv debug: - video `VP61' 640x480 nsv debug: - audio `mp4a' main debug: control type=1 qt4 debug: New Event: type 1103 qt4 debug: Updating the stream status: 3 qt4 debug: New Event: type 1108 main debug: adding a new sout input (sout_input:0420E340) stream_out_duplicate debug: duplicated a new stream codec=VP61 (es=0 group=0) main debug: adding a new input mux_ps debug: adding input codec=VP61 main error: cannot add this stream stream_out_duplicate debug: - failed for output 0 main error: cannot create packetizer output (VP61) main debug: looking for packetizer module: 18 candidates packetizer_mpeg4audio debug: running MPEG4 audio packetizer packetizer_mpeg4audio debug: no decoder specific info, must be an ADTS or LOAS stream main debug: using packetizer module "packetizer_mpeg4audio" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: stream out mode -> no decoder thread packetizer_mpeg4audio debug: detected ADTS format packetizer_mpeg4audio info: AAC channels: 2 samplerate: 32000 main debug: adding a new sout input (sout_input:0420EBB0) stream_out_duplicate debug: duplicated a new stream codec=mp4a (es=1 group=0) main debug: adding a new input mux_ps debug: adding input codec=mp4a stream_out_duplicate debug: - added for output 0 main debug: switching to async mode main debug: incoming request - stopping current input main debug: waitpipe: object killed main debug: socket 5212 polling interrupted main debug: dying input main debug: control type=0 main debug: control: stopping input main debug: removing module "nsv" main debug: removing module "access_http" main debug: removing module "packetizer_copy" main debug: killing decoder fourcc `VP61', 0 PES in FIFO main debug: removing module "packetizer_mpeg4audio" main debug: killing decoder fourcc `mp4a', 0 PES in FIFO main debug: removing a sout input (sout_input:0420EBB0) mux_ps debug: removing input main warning: no more input streams for this mux main debug: thread ended main debug: dead input main debug: thread times: real 0m17.494000s, kernel 0m0.171601s, user 0m0.140400s main debug: thread 5096 joined (playlist/engine.c:244) qt4 debug: Updating the stream status: 8 main debug: TIMER input launching for 'http://91.121.4.152:8000;stream.nsv' : 2214.000 ms - Total 2214.000 ms / 1 intvls (Avg 2214.000 ms) main debug: destroying chain... (name=duplicate) stream_out_duplicate debug: closing a duplication main debug: destroying chain... (name=std) mux_ps info: Close main debug: removing module "mux_ps" access_output_file debug: file access output closed main debug: removing module "access_output_file" main debug: removing module "stream_out_standard" main debug: destroying chain done main debug: removing module "stream_out_duplicate" main debug: destroying chain done
3. vlc -vvv mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD :sout=#duplicate{dst=std{access=file,mux=asf,dst=c:\temp\shout.asf},dst=display} vlc://quit

Code: Select all

main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: thread 4704 (interface) created at priority 0 (interface/interface.c:168) main debug: adding item `vlc://quit' ( vlc://quit ) main debug: adding item `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' ( mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD ) main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. main debug: looking for interface module: 3 candidates main debug: using interface module "qt4" main debug: TIMER module_Need() : 9.000 ms - Total 9.000 ms / 1 intvls (Avg 9.000 ms) main debug: thread 5056 (interface) created at priority 0 (interface/interface.c:168) main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index -1 main debug: starting new item main debug: processing request item null node Playlist skip 0 main debug: creating new input thread main debug: Creating an input for 'mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: waiting for thread initialization main debug: thread started main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=asf,dst=c:\temp\shout.asf}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to file main debug: set config option: sout-standard-mux to asf main debug: set config option: sout-standard-dst to c:\temp\shout.asf stream_out_standard debug: creating `file/asf://c:\temp\shout.asf' stream_out_standard debug: extension is asf stream_out_standard debug: extension -> mux=asf stream_out_standard debug: using `file/asf://c:\temp\shout.asf' main debug: looking for sout access module: 1 candidate main debug: thread 5096 (input) created at priority 1 (input/input.c:370) main debug: thread started main debug: thread started access_output_file debug: file access output opened (c:\temp\shout.asf) main debug: using sout access module "access_output_file" main debug: TIMER module_Need() : 75.000 ms - Total 75.000 ms / 1 intvls (Avg 75.000 ms) stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_asf debug: asf muxer opened mux_asf debug: Packet size 4096 mux_asf debug: meta data: title='', author='', copyright='', comment='', rating='' main debug: using sout mux module "mux_asf" main debug: TIMER module_Need() : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms) stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: TIMER module_Need() : 91.000 ms - Total 91.000 ms / 1 intvls (Avg 91.000 ms) 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() : 41.000 ms - Total 41.000 ms / 1 intvls (Avg 41.000 ms) main debug: using sout stream module "stream_out_duplicate" main debug: TIMER module_Need() : 134.000 ms - Total 134.000 ms / 1 intvls (Avg 134.000 ms) main debug: `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' gives access `mms' demux `' path `wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "mms" main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: creating access 'mms' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for access module: 1 candidate access_mms debug: waiting for connection... main debug: net: connecting to wm1.streamzilla.jet-stream.nl port 1755 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5540) access_mms debug: connection(tcp) with "wm1.streamzilla.jet-stream.nl:1755" successful access_mms debug: generated guid: babac001-648a-28e0-c47b709a7211c568 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:0x31000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 access_mms debug: recv command start_sequence:0x00000001 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:604s packet_length:zul packet_count:4028 max_bit_rate:0 header_size:zu access_mms debug: reading header access_mms debug: recv command start_sequence:0x31000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 access_mms debug: header complete(zu) access_mms info: selecting stream[0x1] video (0 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 wm1.streamzilla.jet-stream.nl:1755 access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 access_mms debug: streaming started main debug: thread 5616 (mmstu keepalive thread) created at priority 0 (mmstu.c:211) main debug: using access module "access_mms" main debug: TIMER module_Need() : 847.000 ms - Total 847.000 ms / 1 intvls (Avg 847.000 ms) main debug: Using AStream*Stream main debug: pre-buffering... main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index 0 main debug: received first data for our buffer main debug: pre-buffering done 36252 bytes in 0s - 180 kbytes/s main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for demux module: 51 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033 asf debug: read "header object" subobj:6, reserved1:1, reserved2:2 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 file_size:304275843 creation_date:128087709990000000 data_packets_count:75539 play_duration:6030400000 send_duration:6000000000 preroll:3000 flags:9 min_data_packet_size:4028 max_data_packet_size:4028 max_bitrate:4000000 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:88 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=4024478 buffer=3000 initial fullness=0 asf debug: - alternate data bitrate=4024478 buffer=3000 initial fullness=0 asf debug: - maximum object size=108007 asf debug: - flags=0x2 asf debug: - stream number=1 language=0 asf debug: - average time per frame=384615 asf debug: - stream name count=0 asf debug: - payload extension system count=0 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:0x1 stream_number:1 asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1 asf debug: - codec[0] video name:"Windows Media Video 9" description:"2-pass CBR" information_length:4 asf debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234 asf debug: read "content description object" title:"www.jet-stream.nl" artist:"(c) 1999-2006 Jet Stream BV" copyright:"www.jet-stream.nl" description:"www.jet-stream.nl" rating:"www.jet-stream.nl" asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276 asf debug: read "extended content description object" asf debug: - 'WM/AlbumTitle' = 'FirePlace HDTV' asf debug: - 'WM/Composer' = 'www.jet-stream.nl' asf debug: - 'MoreInfo' = 'www.jet-stream.nl' asf debug: - 'WM/Genre' = 'www.jet-stream.nl' asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142 asf debug: read "data object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 total data packet:75539 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033pos:0 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:30 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134pos:134 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:180 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:268 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122pos:401 asf debug: | + 'Content Description' GUID 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234pos:523 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276pos:757 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142pos:1033 asf debug: found 1 streams main debug: selecting program id=0 asf debug: added new video stream(ID:1) main debug: using demux module "asf" main debug: TIMER module_Need() : 24.000 ms - Total 24.000 ms / 1 intvls (Avg 24.000 ms) main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\ main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 90.000 ms - Total 90.000 ms / 1 intvls (Avg 90.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://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' successfully opened packetizer_copy debug: need dts > 0 main debug: control type=1 main debug: adding a new sout input (sout_input:04348558) stream_out_duplicate debug: duplicated a new stream codec=WMV3 (es=0 group=0) main debug: adding a new input mux_asf debug: adding input stream_out_duplicate debug: - added for output 0 main debug: looking for decoder module: 34 candidates qt4 debug: Error while initializing qt-specific localization qt4 debug: Updating the stream status: 3 avcodec debug: libavcodec initialized (interface 3408896 ) avcodec debug: ffmpeg codec (Windows Media Video 3) started main debug: using decoder module "avcodec" main debug: TIMER module_Need() : 365.000 ms - Total 365.000 ms / 1 intvls (Avg 365.000 ms) main debug: thread 5740 (decoder) created at priority 0 (input/decoder.c:217) stream_out_duplicate debug: - added for output 1 main debug: switching to sync mode main debug: thread started main debug: thread started avcodec warning: warning: first frame is no keyframe (wmv3@043A5250) main debug: no usable vout present, spawning one main debug: window size: 1280x720 main debug: looking for video output module: 6 candidates direct3d debug: creating Vout EventThread main debug: waiting for thread initialization 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: 1280 720 qt4 debug: Qt FS: Attaching Vout qt4 debug: Qt: Changing Fullscreen Mode main debug: using vout window module "qt4" main debug: TIMER module_Need() : 73.000 ms - Total 73.000 ms / 1 intvls (Avg 73.000 ms) direct3d debug: created video sub-window main debug: thread 5844 (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() : 297.000 ms - Total 297.000 ms / 1 intvls (Avg 297.000 ms) main debug: waiting for thread initialization 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 1280x720 (0,0,1280x720), chroma I420, ar 16:9, sar 1:1 main debug: picture user 1280x720 (0,0,1280x720), chroma I420, ar 16:9, sar 1:1 main debug: picture out 1280x720 (0,0,1280x720), chroma YUY2, ar 16:9, sar 1:1 main debug: looking for video filter2 module: 19 candidates qt4 debug: Updating the geometry main debug: using video filter2 module "i420_yuy2_sse2" main debug: TIMER module_Need() : 38.000 ms - Total 38.000 ms / 1 intvls (Avg 38.000 ms) main debug: indirect render, mapping render pictures 0-7 to system pictures 1-8 main debug: thread 5888 (video output) created at priority 1 (video_output/video_output.c:502) qt4 debug: New Event: type 1109 mux_asf debug: Asf muxer creating header message warning: message queue overflowed
4. vlc -vvv mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD :sout=#duplicate{dst=std{access=file,mux=ts,dst=c:\temp\shout.mpg}} vlc://quit
5. vlc -vvv mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD :sout=#duplicate{dst=std{access=file,mux=ps,dst=c:\temp\shout.mpg}} vlc://quit

Code: Select all

main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: thread 4704 (interface) created at priority 0 (interface/interface.c:168) main debug: adding item `vlc://quit' ( vlc://quit ) main debug: adding item `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' ( mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD ) main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. main debug: looking for interface module: 3 candidates main debug: using interface module "qt4" main debug: TIMER module_Need() : 9.000 ms - Total 9.000 ms / 1 intvls (Avg 9.000 ms) main debug: thread 5056 (interface) created at priority 0 (interface/interface.c:168) main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index -1 main debug: starting new item main debug: processing request item null node Playlist skip 0 main debug: creating new input thread main debug: Creating an input for 'mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: waiting for thread initialization main debug: thread started main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=ps,dst=c:\temp\shout.mpg}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to file main debug: set config option: sout-standard-mux to ps main debug: set config option: sout-standard-dst to c:\temp\shout.mpg stream_out_standard debug: creating `file/ps://c:\temp\shout.mpg' stream_out_standard debug: extension is mpg stream_out_standard debug: extension -> mux=ps stream_out_standard debug: using `file/ps://c:\temp\shout.mpg' main debug: looking for sout access module: 1 candidate main debug: thread 5096 (input) created at priority 1 (input/input.c:370) access_output_file debug: file access output opened (c:\temp\shout.mpg) main debug: using sout access module "access_output_file" main debug: TIMER module_Need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms) stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_ps info: Open main debug: using sout mux module "mux_ps" 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 main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: TIMER module_Need() : 17.000 ms - Total 17.000 ms / 1 intvls (Avg 17.000 ms) main debug: using sout stream module "stream_out_duplicate" main debug: TIMER module_Need() : 22.000 ms - Total 22.000 ms / 1 intvls (Avg 22.000 ms) main debug: `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' gives access `mms' demux `' path `wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' 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='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for access module: 1 candidate access_mms debug: waiting for connection... main debug: thread started main debug: thread started main debug: net: connecting to wm1.streamzilla.jet-stream.nl port 1755 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5416) access_mms debug: connection(tcp) with "wm1.streamzilla.jet-stream.nl:1755" successful access_mms debug: generated guid: babac001-9bf9-3f0c-75121ee688f94ec8 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:0x00000001 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:604s packet_length:zul packet_count:4028 max_bit_rate:0 header_size:zu 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 complete(zu) access_mms info: selecting stream[0x1] video (0 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 wm1.streamzilla.jet-stream.nl:1755 access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 access_mms debug: streaming started main debug: thread 5612 (mmstu keepalive thread) created at priority 0 (mmstu.c:211) main debug: using access module "access_mms" main debug: TIMER module_Need() : 834.000 ms - Total 834.000 ms / 1 intvls (Avg 834.000 ms) main debug: Using AStream*Stream main debug: pre-buffering... main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index 0 main debug: thread started main debug: received first data for our buffer main debug: pre-buffering done 36252 bytes in 0s - 148 kbytes/s main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for demux module: 51 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033 asf debug: read "header object" subobj:6, reserved1:1, reserved2:2 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 file_size:304275843 creation_date:128087709990000000 data_packets_count:75539 play_duration:6030400000 send_duration:6000000000 preroll:3000 flags:9 min_data_packet_size:4028 max_data_packet_size:4028 max_bitrate:4000000 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:88 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=4024478 buffer=3000 initial fullness=0 asf debug: - alternate data bitrate=4024478 buffer=3000 initial fullness=0 asf debug: - maximum object size=108007 asf debug: - flags=0x2 asf debug: - stream number=1 language=0 asf debug: - average time per frame=384615 asf debug: - stream name count=0 asf debug: - payload extension system count=0 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:0x1 stream_number:1 asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1 asf debug: - codec[0] video name:"Windows Media Video 9" description:"2-pass CBR" information_length:4 asf debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234 asf debug: read "content description object" title:"www.jet-stream.nl" artist:"(c) 1999-2006 Jet Stream BV" copyright:"www.jet-stream.nl" description:"www.jet-stream.nl" rating:"www.jet-stream.nl" asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276 asf debug: read "extended content description object" asf debug: - 'WM/AlbumTitle' = 'FirePlace HDTV' asf debug: - 'WM/Composer' = 'www.jet-stream.nl' asf debug: - 'MoreInfo' = 'www.jet-stream.nl' asf debug: - 'WM/Genre' = 'www.jet-stream.nl' asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142 asf debug: read "data object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 total data packet:75539 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033pos:0 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:30 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134pos:134 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:180 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:268 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122pos:401 asf debug: | + 'Content Description' GUID 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234pos:523 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276pos:757 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142pos:1033 asf debug: found 1 streams main debug: selecting program id=0 asf debug: added new video stream(ID:1) main debug: using demux module "asf" main debug: TIMER module_Need() : 104.000 ms - Total 104.000 ms / 1 intvls (Avg 104.000 ms) main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\ main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 236.000 ms - Total 236.000 ms / 1 intvls (Avg 236.000 ms) main debug: stream out mode -> no decoder thread main debug: starting in sync mode access_mms warning: unimplemented query in control main debug: `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' successfully opened packetizer_copy debug: need dts > 0 main debug: control type=1 qt4 debug: Error while initializing qt-specific localization qt4 debug: Updating the stream status: 3 main debug: adding a new sout input (sout_input:01EDB7E8) stream_out_duplicate debug: duplicated a new stream codec=WMV3 (es=0 group=0) main debug: adding a new input mux_ps debug: adding input codec=WMV3 main error: cannot add this stream stream_out_duplicate debug: - failed for output 0 main error: cannot create packetizer output (WMV3) main debug: incoming request - stopping current input main debug: waitpipe: object killed main debug: dying input main debug: dying input main debug: dying input main debug: dying input main debug: dying input access_mms warning: cannot fill buffer access_mms warning: cannot receive header (1/10) main debug: dying input main debug: control type=0 main debug: control: stopping input asf debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 asf debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a asf debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 asf debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 asf debug: free asf object 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 asf debug: free asf object 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c asf debug: free asf object 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 asf debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c asf debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c main debug: removing module "packetizer_copy" main debug: killing decoder fourcc `WMV3', 0 PES in FIFO main debug: Program doesn't contain anymore ES main debug: removing module "asf" qt4 debug: Updating the stream status: 8 main debug: thread ended main debug: thread times: real 0m15.523000s, kernel 0m0.000000s, user 0m0.000000s main debug: thread 5612 joined (mmstu.c:228) access_mms debug: Connection closed access_mms error: failed to send command main debug: removing module "access_mms" main debug: thread ended main debug: dead input main debug: thread times: real 0m16.426000s, kernel 0m0.140400s, user 0m0.093600s main debug: thread 5096 joined (playlist/engine.c:244) main debug: TIMER input launching for 'mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' : 1455.000 ms - Total 1455.000 ms / 1 intvls (Avg 1455.000 ms) main debug: destroying chain... (name=duplicate) stream_out_duplicate debug: closing a duplication main debug: destroying chain... (name=std) mux_ps info: Close main debug: removing module "mux_ps" access_output_file debug: file access output closed main debug: removing module "access_output_file" main debug: removing module "stream_out_standard" main debug: destroying chain done main debug: removing module "stream_out_duplicate" main debug: destroying chain done
6. vlc -vvv mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD :sout=#transcode{vcodec=mp1v,vb=800,scale=1,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,dst=c:\temp\shout.mpg}}

Code: Select all

main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: thread 4704 (interface) created at priority 0 (interface/interface.c:168) main debug: adding item `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' ( mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD ) main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. main debug: looking for interface module: 3 candidates main debug: using interface module "qt4" main debug: TIMER module_Need() : 17.000 ms - Total 17.000 ms / 1 intvls (Avg 17.000 ms) main debug: thread 5048 (interface) created at priority 0 (interface/interface.c:168) 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 null node Playlist skip 0 main debug: creating new input thread main debug: Creating an input for 'mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: waiting for thread initialization main debug: thread started 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 `std{access=file,mux=ts,dst=c:\temp\shout.mpg}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to file main debug: set config option: sout-standard-mux to ts main debug: set config option: sout-standard-dst to c:\temp\shout.mpg stream_out_standard debug: creating `file/ts://c:\temp\shout.mpg' stream_out_standard debug: extension is mpg stream_out_standard debug: extension -> mux=ps stream_out_standard debug: using `file/ts://c:\temp\shout.mpg' main debug: looking for sout access module: 1 candidate main debug: thread 5088 (input) created at priority 1 (input/input.c:370) access_output_file debug: file access output opened (c:\temp\shout.mpg) main debug: using sout access module "access_output_file" main debug: TIMER module_Need() : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms) stream_out_standard debug: access opened 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() : 13.000 ms - Total 13.000 ms / 1 intvls (Avg 13.000 ms) main debug: muxer support adding stream at any time main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: TIMER module_Need() : 29.000 ms - Total 29.000 ms / 1 intvls (Avg 29.000 ms) main debug: using sout stream module "stream_out_duplicate" main debug: TIMER module_Need() : 31.000 ms - Total 31.000 ms / 1 intvls (Avg 31.000 ms) main debug: set config option: sout-transcode-vcodec to mp1v main debug: set config option: sout-transcode-vb to 800 main debug: set config option: sout-transcode-scale to 1 main debug: set config option: sout-transcode-acodec to mp3 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=mp3 0Hz 2 channels 128Kb/s stream_out_transcode debug: codec video=mp1v 0x0 scaling: 1.000000 800kb/s main debug: using sout stream module "stream_out_transcode" main debug: TIMER module_Need() : 52.000 ms - Total 52.000 ms / 1 intvls (Avg 52.000 ms) main debug: `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' gives access `mms' demux `' path `wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' 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='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for access module: 1 candidate access_mms debug: waiting for connection... main debug: thread started main debug: thread started main debug: net: connecting to wm1.streamzilla.jet-stream.nl port 1755 main debug: connection: Resource temporarily unavailable main debug: connection succeeded (socket = 5536) access_mms debug: connection(tcp) with "wm1.streamzilla.jet-stream.nl:1755" successful access_mms debug: generated guid: babac001-7cea-a13f-6493fa4c1ad75b93 access_mms debug: recv command start_sequence:0x31000001 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:0x31000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 access_mms debug: recv command start_sequence:0x00000001 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:604s packet_length:zul packet_count:4028 max_bit_rate:0 header_size:zu access_mms debug: reading header access_mms debug: recv command start_sequence:0x31000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 access_mms debug: header complete(zu) access_mms info: selecting stream[0x1] video (0 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 wm1.streamzilla.jet-stream.nl: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 5624 (mmstu keepalive thread) created at priority 0 (mmstu.c:211) main debug: using access module "access_mms" main debug: TIMER module_Need() : 894.000 ms - Total 894.000 ms / 1 intvls (Avg 894.000 ms) main debug: Using AStream*Stream main debug: pre-buffering... main debug: rebuilding array of current - root Playlist main debug: rebuild done - 1 items, index 0 main debug: received first data for our buffer main debug: pre-buffering done 36252 bytes in 0s - 178 kbytes/s main debug: creating demux: access='mms' demux='' path='wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' main debug: looking for demux module: 51 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033 asf debug: read "header object" subobj:6, reserved1:1, reserved2:2 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 file_size:304275843 creation_date:128087709990000000 data_packets_count:75539 play_duration:6030400000 send_duration:6000000000 preroll:3000 flags:9 min_data_packet_size:4028 max_data_packet_size:4028 max_bitrate:4000000 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:88 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=4024478 buffer=3000 initial fullness=0 asf debug: - alternate data bitrate=4024478 buffer=3000 initial fullness=0 asf debug: - maximum object size=108007 asf debug: - flags=0x2 asf debug: - stream number=1 language=0 asf debug: - average time per frame=384615 asf debug: - stream name count=0 asf debug: - payload extension system count=0 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:0x1 stream_number:1 asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1 asf debug: - codec[0] video name:"Windows Media Video 9" description:"2-pass CBR" information_length:4 asf debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234 asf debug: read "content description object" title:"www.jet-stream.nl" artist:"(c) 1999-2006 Jet Stream BV" copyright:"www.jet-stream.nl" description:"www.jet-stream.nl" rating:"www.jet-stream.nl" asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276 asf debug: read "extended content description object" asf debug: - 'WM/AlbumTitle' = 'FirePlace HDTV' asf debug: - 'WM/Composer' = 'www.jet-stream.nl' asf debug: - 'MoreInfo' = 'www.jet-stream.nl' asf debug: - 'WM/Genre' = 'www.jet-stream.nl' asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142 asf debug: read "data object" file_id:0x4565c4b7-0x41a7-0x0-0xf13ad61009000000 total data packet:75539 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1033pos:0 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:30 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:134pos:134 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:180 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:268 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:122pos:401 asf debug: | + 'Content Description' GUID 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:234pos:523 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:276pos:757 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:304271142pos:1033 asf debug: found 1 streams main debug: selecting program id=0 asf debug: added new video stream(ID:1) main debug: using demux module "asf" main debug: TIMER module_Need() : 29.000 ms - Total 29.000 ms / 1 intvls (Avg 29.000 ms) main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\ main debug: looking for packetizer module: 18 candidates main debug: using packetizer module "packetizer_copy" main debug: TIMER module_Need() : 88.000 ms - Total 88.000 ms / 1 intvls (Avg 88.000 ms) main debug: stream out mode -> no decoder thread main debug: starting in sync mode access_mms warning: unimplemented query in control main debug: `mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' successfully opened packetizer_copy debug: need dts > 0 main debug: control type=1 qt4 debug: Error while initializing qt-specific localization qt4 debug: Updating the stream status: 3 main debug: adding a new sout input (sout_input:043E7690) stream_out_transcode debug: creating video transcoding from fcc=`WMV3' to fcc=`mp1v' main debug: looking for decoder module: 34 candidates avcodec debug: libavcodec initialized (interface 3408896 ) avcodec debug: ffmpeg codec (Windows Media Video 3) started main debug: using decoder module "avcodec" main debug: TIMER module_Need() : 77.000 ms - Total 77.000 ms / 1 intvls (Avg 77.000 ms) main debug: looking for encoder module: 11 candidates avcodec debug: libavcodec already initialized avcodec debug: Warning vbv_delay will be set to 0xFFFF (=VBR) as the specified vbv buffer is too large for the given bitrate! (mpeg1video@04568610)access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000006 len8_II:2 dir_comm:0x0004001b avcodec warning: low delay forcing is only available for mpeg2 (mpeg1video@04568610)access_mms warning: cannot fill buffer access_mms warning: cannot receive header (1/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (2/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (3/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (4/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (5/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (6/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (7/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (8/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (9/10) access_mms warning: cannot fill buffer access_mms warning: cannot receive header (10/10) access_mms error: cannot receive media data (aborting) asf warning: cannot peek while getting new packet, EOF ? main debug: EOF reached qt4 debug: New Event: type 1103 qt4 debug: New Event: type 1103 main debug: finished input main debug: waitpipe: object killed main debug: dying input main debug: dying input asf debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 asf debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a asf debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 asf debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 asf debug: free asf object 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 asf debug: free asf object 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c asf debug: free asf object 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 asf debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c asf debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c main debug: removing module "packetizer_copy" main debug: killing decoder fourcc `WMV3', 0 PES in FIFO main debug: Program doesn't contain anymore ES main debug: removing module "asf" qt4 debug: Updating the stream status: 8 main debug: dying input main debug: thread ended main debug: thread times: real 1m20.492000s, kernel 0m0.000000s, user 0m0.000000s main debug: thread 5624 joined (mmstu.c:228) access_mms debug: Connection closed access_mms error: failed to send command main debug: removing module "access_mms" main debug: thread ended main debug: dead input main debug: thread times: real 1m21.437000s, kernel 0m0.234001s, user 0m0.546003s main debug: thread 5088 joined (playlist/engine.c:244) main debug: TIMER input launching for 'mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD' : 1275.000 ms - Total 1275.000 ms / 1 intvls (Avg 1275.000 ms) main debug: destroying chain... (name=transcode) main debug: destroying chain... (name=duplicate) stream_out_duplicate debug: closing a duplication main debug: destroying chain... (name=std) main debug: removing module "mux_ts" access_output_file debug: file access output closed main debug: removing module "access_output_file" main debug: removing module "stream_out_standard" main debug: destroying chain done main debug: removing module "stream_out_duplicate" main debug: destroying chain done main debug: removing module "stream_out_transcode" main debug: destroying chain done main debug: starting new item main debug: changing item without a request (current 0/1) main debug: nothing to play avcodec error: cannot open encoder main debug: TIMER module_Need() : 71.000 ms - Total 71.000 ms / 1 intvls (Avg 71.000 ms) stream_out_transcode error: cannot find video encoder (module:any fourcc:mp1v) avcodec debug: ffmpeg codec (Windows Media Video 3) stopped main debug: removing module "avcodec" stream_out_transcode error: cannot create video chain main error: cannot create packetizer output (WMV3) main debug: thread started
I hope that this messages makes sense (as suggested verbose level) and i'm not throwing garbage.

Thanks

sg16
New Cone
New Cone
Posts: 3
Joined: 23 Feb 2009 12:33

Re: Saving streams? (podcast, shoutcast)

Postby sg16 » 23 Feb 2009 18:20

Hi

I tried your commands on Win Xp for example :

vlc -vvv mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD :sout=#duplicate{dst=std{access=file,mux=asf,dst=l:\temp\fireplace.asf},dst=display}

less the vlc://quit

and it produced a nice .asf file for me. I began by trying out the link in vlc : mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD and then i tried convert/save with the menus went ok. Using asf/wmv and .asf extension seems to work in a lot of cases.

I'm running on XP but running on Vista might explane your troubles, vlc behaving differently on a different os. also i have allincodec installed, see http://www.free-codecs.com/Codec_Packs.htm, the codec pack called something else today. That has solved a lot of codec related problems for me.

How did you get find the error log ?

romor
New Cone
New Cone
Posts: 7
Joined: 23 Feb 2009 06:54

Re: Saving streams? (podcast, shoutcast)

Postby romor » 23 Feb 2009 18:45

Great, thanks! It's working for me too (although menu command doesn't work for me) :)

So the problem was "vlc://quit" command at the end?
I began by trying out the link in vlc : mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD and then i tried convert/save with the menus went ok. Using asf/wmv and .asf extension seems to work in a lot of cases.
Then you suggest using only this format?
Ok, why not if it works.
also i have allincodec installed, see http://www.free-codecs.com/Codec_Packs.htm, the codec pack called something else today. That has solved a lot of codec related problems for me.
I don't want to bother always downloading new codecs knowing that FFDShow is doing it for me. Don't you agree?
How did you get find the error log ?
I run Ctrl+M

sg16
New Cone
New Cone
Posts: 3
Joined: 23 Feb 2009 12:33

Re: Saving streams? (podcast, shoutcast)

Postby sg16 » 23 Feb 2009 19:12

Yes FFDShow seems good, i didn't know about FFDShow it probably does the same as allinonecodec providing encapsulation/decapsulation for many formats.

Thank you for the Ctrl-M hint.

Sigurdur

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Saving streams? (podcast, shoutcast)

Postby VLC_help » 24 Feb 2009 13:43

FFDshow only does encoding/decoding. It doesn't include support for container formats. And you cannot use FFDshow (or any other external codecs) with VLC.
2. vlc -vvv http://91.121.4.152:8000;stream.nsv :sout=#duplicate{dst=std{access=file,mux=ps,dst=c:\temp\shout.mpg}} vlc://quit
You cannot store VP6 video to MPEG container.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 30 guests