Please take apologies for my weak English.
I have saved the stream using VLC v1.0.5 for Windows, the following way:
- In menu "Media / Streaming" choose the tab "Network"
- Filled in the source address http..... (this address I did found inside the .asx file)
- Clicked the button "Stream"
- Clicked the tab "Destination"
- Choose the "New destination" to be a File, specified C:\grab
- Turned off the options "Display locally" and "Activate transcoding"
- Clicked "Next", the "Options" tab showed in the box titled "Generate stream output string" this code:
Code: Select all
:sout=#std{access=file,mux=ogg,dst=C:\\grab}
It produced nearly 1 GB file, which looks to be (in hex viewer) a correct media file, but I cannot play it in VLC player. Instead, I get the following errors, when I try to open it (menu "Media / Open File"):
No suitable decoder module:
VLC does not support the audio or video format "WMV3". Unfortunately there is no way for you to fix this.
No suitable decoder module:
VLC does not support the audio or video format "wma2". Unfortunately there is no way for you to fix this.
I did placed two samples of the grabbed file to web, if somebody would be willing to take a look at it and tell me, what i do wrong:
First 192 KB of the grabbed file
First 768 KB of the grabbed file
Here there is first 512 bytes dumped in hex format:
Code: Select all
0000000: 4f 67 67 53 00 02 00 00 00 00 00 00 00 00 3c 15 OggS..........<.
0000010: 00 00 00 00 00 00 85 b8 d5 a0 01 40 01 76 69 64 ...........@.vid
0000020: 65 6f 00 00 00 57 4d 56 33 00 00 00 3f 00 00 00 eo...WMV3...?...
0000030: 00 00 00 00 80 1a 06 00 00 00 00 00 01 00 00 00 ................
0000040: 00 00 00 00 01 00 00 00 00 00 10 00 00 00 00 00 ................
0000050: 00 03 00 00 40 02 00 00 00 00 00 00 4f 67 67 53 ....@.......OggS
0000060: 00 02 00 00 00 00 00 00 00 00 3d 15 00 00 00 00 ..........=.....
0000070: 00 00 d1 36 0a 88 01 4a 01 61 75 64 69 6f 00 00 ...6...J.audio..
0000080: 00 31 36 31 00 00 00 00 49 00 00 00 00 00 00 00 .161....I.......
0000090: 80 96 98 00 00 00 00 00 44 ac 00 00 00 00 00 00 ........D.......
00000a0: 01 00 00 00 00 78 00 00 10 00 00 00 02 00 b6 08 .....x..........
00000b0: e5 2e 00 00 00 00 00 00 00 88 00 00 0f 00 00 00 ................
00000c0: 00 00 4f 67 67 53 00 00 00 00 00 00 00 00 00 00 ..OggS..........
00000d0: 3c 15 00 00 01 00 00 00 ab 17 ac 48 01 14 03 31 <..........H...1
00000e0: 2e 30 2e 35 20 73 74 72 65 61 6d 20 6f 75 74 70 .0.5 stream outp
00000f0: 75 74 4f 67 67 53 00 00 00 00 00 00 00 00 00 00 utOggS..........
0000100: 3d 15 00 00 01 00 00 00 c4 94 7f d2 01 14 03 31 =..............1
0000110: 2e 30 2e 35 20 73 74 72 65 61 6d 20 6f 75 74 70 .0.5 stream outp
0000120: 75 74 4f 67 67 53 00 00 ff ff ff ff ff ff ff ff utOggS..........
0000130: 3c 15 00 00 02 00 00 00 f5 43 d2 6e 11 ff ff ff <........C.n....
0000140: ff ff ff ff ff ff ff ff ff ff ff ff ff ff 08 00 ................
0000150: 15 50 19 29 02 f7 93 8c 12 88 a4 82 18 91 d4 2e .P.)............
0000160: c5 75 e8 b4 90 ae 14 46 14 e2 70 5f d2 0c cc 68 .u.....F..p_...h
0000170: 62 37 12 6a 51 11 1a 1c a2 2b ab ca 58 98 3b 41 b7.jQ....+..X.;A
0000180: 18 47 30 69 ca 1c 88 68 91 72 86 24 22 b0 87 2b .G0i...h.r.$"..+
0000190: 27 7b 12 82 65 08 91 02 75 1a 38 d4 b4 c6 78 4f '{..e...u.8...xO
00001a0: 15 cc 1c 0b 97 41 a7 06 1d 43 7b 89 6d 08 48 9f .....A...C{.m.H.
00001b0: 88 30 0a bd d8 88 13 28 80 98 40 38 40 85 e9 41 .0.....(..@8@..A
00001c0: 38 2e 90 7b bb 2e e2 14 d8 00 62 25 62 24 53 fe 8..{......b%b$S.
00001d0: cc e0 89 15 c7 35 6c 72 89 7a bb 5c bb 90 4b 37 .....5lr.z.\..K7
00001e0: a1 85 d8 44 9c f2 1a 40 10 1d 31 be 75 9a 56 3b ...D...@..1.u.V;
00001f0: 56 1c 61 76 91 04 03 a2 34 34 77 89 f7 03 50 59 V.av....44w...PY
Yet one note: If I open the stream for playing (menu "Media / Open network stream") it plays flawlessly, so the source is not damaged.
Thank you for help.