Интернет телевидение (MMS)

Интернет-телевидение, интернет-радио, подкасты, IPTV
Post Reply
artemvb

Интернет телевидение (MMS)

Post by artemvb »

Никак не могу настроить транскодирование потока MMS.
Установил VLC - 0.8.6i
В настройке профиля транскодирования заменил блок на вот этот

Code: Select all

const
  csVideoLanParams =
    '"<VLC>" -Idummy --verbose 2 --language en --sout-ffmpeg-strict-rc --sout=#transcode' +
    '{vcodec=wmv2,vb=%d,width=%d,height=%d,scale=1,%saspect=%s,acodec=wma2,ab=%d,channels=2,' +
    'samplerate=48000%s}:duplicate{dst=std{access=file,mux=asf,dst="<OUTPUT FILE>"}}' +
    ' "<INPUT FILE>" vlc:quit';
добавил ссылку на ресурс [url]mms://center.ntt-fukushima.com/tomioka[/url]

Выбрал "тестовое транскодирование" для устройства по умолчанию. Выдала вот такую колбасу.

Code: Select all

[00000001] main private debug: checking builtin modules
[00000001] main private debug: checking plugin modules
[00000001] main private debug: loading plugins cache file C:\Users\ArtemVB\AppDa
ta\Roaming/vlc/cache/plugins-04041e.dat
[00000001] main private warning: This doesn't look like a valid plugins cache (l
anguage changed)
[00000001] main private debug: recursively browsing `C:\Program Files\VideoLAN\V
LC\modules'
[00000001] main private debug: recursively browsing `C:\Program Files\VideoLAN\V
LC\plugins'
[00000001] main private debug: module bank initialized, found 221 modules
[00000001] main private debug: opening config file C:\Users\ArtemVB\AppData\Roam
ing\vlc\vlcrc
[00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2
FPU
[00000001] main private debug: looking for memcpy module: 3 candidates
[00000001] main private debug: using memcpy module "memcpymmxext"
[00000287] main playlist debug: waiting for thread completion
[00000287] main playlist debug: thread 3824 (playlist) created at priority 0 (pl
aylist/playlist.c:184)
[00000288] main private debug: waiting for thread completion
[00000288] main private debug: thread 3840 (preparser) created at priority 0 (pl
aylist/playlist.c:210)
[00000289] main interface debug: looking for interface module: 1 candidate
[00000289] main interface debug: using interface module "hotkeys"
[00000289] main interface debug: thread 3864 (interface) created at priority 0 (
interface/interface.c:231)
[00000287] main playlist debug: adding playlist item `vlc:quit' ( vlc:quit )
[00000287] main playlist debug: adding playlist item `mms://center.ntt-fukushima
.com/tomioka' ( mms://center.ntt-fukushima.com/tomioka )
[00000290] main interface debug: looking for interface module: 4 candidates
[00000290] dummy interface: VLC media player - version 0.8.6h Janus - (c) 1996-2
008 the VideoLAN team
[00000290] dummy interface:
Warning: if you can't access the GUI anymore, open a command-line window, go to
the directory where you installed VLC and run "vlc -I wx"

[00000290] dummy interface: using the dummy interface module...
[00000290] main interface debug: using interface module "dummy"
[00000290] main interface debug: thread 3908 (manager) created at priority 0 (in
terface/interface.c:216)
[00000287] main playlist debug: creating new input thread
[00000291] main input debug: waiting for thread completion
[00000291] main input debug: creating statistics handler
[00000291] main input debug: thread 3928 (input) created at priority 1 (input/in
put.c:265)
[00000293] main stream output debug: stream=`transcode'
[00000294] main private debug: looking for sout stream module: 1 candidate
[00000293] main stream output debug: stream=`duplicate'
[00000296] main private debug: looking for sout stream module: 1 candidate
[00000296] stream_out_duplicate private debug: creating 'duplicate'
[00000296] stream_out_duplicate private debug:  * adding `std{access=file,mux=as
f,dst=C:\Users\ArtemVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe
443a92cb02e1eb21465b9.mpg}'
[00000293] main stream output debug: stream=`std'
[00000297] main private debug: looking for sout stream module: 1 candidate
[00000297] main private debug: set sout option: sout-standard-access to file
[00000297] main private debug: set sout option: sout-standard-mux to asf
[00000297] main private debug: set sout option: sout-standard-dst to C:\Users\Ar
temVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb214
65b9.mpg
[00000297] stream_out_standard private debug: creating `file/asf://C:\Users\Arte
mVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb21465
b9.mpg'
[00000297] stream_out_standard private debug: extension is mpg
[00000297] stream_out_standard private debug: extension -> mux=ps
[00000297] stream_out_standard private debug: using `file/asf://C:\Users\ArtemVB
\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb21465b9.
mpg'
[00000298] main private debug: looking for sout access module: 1 candidate
[00000298] access_output_file private debug: file access output opened (`C:\User
s\ArtemVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1e
b21465b9.mpg')
[00000298] main private debug: using sout access module "access_output_file"
[00000297] stream_out_standard private debug: access opened
[00000299] main private debug: looking for sout mux module: 1 candidate
[00000299] mux_asf private debug: asf muxer opened
[00000299] mux_asf private debug: Packet size 4096
[00000299] mux_asf private debug: meta data: title='', author='', copyright='',
comment='', rating=''
[00000299] main private debug: using sout mux module "mux_asf"
[00000297] stream_out_standard private debug: mux opened
[00000297] main private debug: using sout stream module "stream_out_standard"
[00000296] main private debug: using sout stream module "stream_out_duplicate"
[00000294] main private debug: set sout option: sout-transcode-vcodec to wmv2
[00000294] main private debug: set sout option: sout-transcode-vb to 8000
[00000294] main private debug: set sout option: sout-transcode-width to 1920
[00000294] main private debug: set sout option: sout-transcode-height to 1080
[00000294] main private debug: set sout option: sout-transcode-scale to 1
[00000294] main private warning: option aspect is unknown
[00000294] main private debug: set sout option: sout-transcode-acodec to wma2
[00000294] main private debug: set sout option: sout-transcode-ab to 192
[00000294] main private debug: set sout option: sout-transcode-channels to 2
[00000294] main private debug: set sout option: sout-transcode-samplerate to 480
00
[00000294] stream_out_transcode private debug: codec audio=wma2 48000Hz 2 channe
ls 192Kb/s
[00000294] stream_out_transcode private debug: codec video=wmv2 1920x1080 scalin
g: 1.000000 8000kb/s
[00000294] main private debug: using sout stream module "stream_out_transcode"
[00000291] main input debug: `mms://center.ntt-fukushima.com/tomioka' gives acce
ss `mms' demux `' path `center.ntt-fukushima.com/tomioka'
[00000291] main input debug: creating demux: access='mms' demux='' path='center.
ntt-fukushima.com/tomioka'
[00000300] main demuxer debug: looking for access_demux module: 0 candidates
[00000300] main demuxer warning: no access_demux module matched "mms"
[00000291] main input debug: creating access 'mms' path='center.ntt-fukushima.co
m/tomioka'
[00000301] main access debug: looking for access2 module: 6 candidates
[00000301] access_mms access debug: waiting for connection...
[00000301] main access debug: net: connecting to center.ntt-fukushima.com port 1
755
[00000301] main access debug: connection in progress
[00000301] access_mms access debug: connection(tcp) with "center.ntt-fukushima.c
om:1755" successful
[00000301] access_mms access debug: generated guid: babac001-4780-60a0-a7aed3da7
d8d79c9
[00000301] access_mms access debug: recv command start_sequence:0x00000001 comma
nd_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00
040001
[00000301] access_mms access debug: 0x01 --> server_version:"9.01.01.5000" tool_
version:"" update_player_url:"" encryption_type:"NTLM"
[00000301] access_mms access debug: recv command start_sequence:0x00000001 comma
nd_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x0004
0002
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00
040006
[00000301] access_mms access debug: media file name/path accepted
[00000301] access_mms access debug: answer 0x06 flags:0x42000000 media_length:0s
 packet_length:6137 packet_count:0 max_bit_rate:498629 header_size:5138
[00000301] access_mms access debug: reading header
[00000301] access_mms access debug: recv command start_sequence:0x00000001 comma
nd_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040
011
[00000301] access_mms access debug: header complete(5138)
[00000301] access_mms access: selecting stream[0x1] video (486 kb/s)
[00000301] access_mms access debug: recv command start_sequence:0x00000001 comma
nd_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040
021
[00000301] access_mms access: connection successful
[00000301] access_mms access debug: connected to center.ntt-fukushima.com:1755
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040
005
[00000301] access_mms access warning: detected packet lost (89951046 != 1)
[00000301] access_mms access debug: streaming started
[00000301] main access debug: using access2 module "access_mms"
[00000302] main private debug: pre-buffering...
[00000302] main private debug: received first data for our buffer
[00000302] main private debug: pre-buffering done 36822 bytes in 0s - 53 kbytes/
s
[00000291] main input debug: creating demux: access='mms' demux='' path='center.
ntt-fukushima.com/tomioka'
[00000303] main demuxer debug: looking for demux2 module: 45 candidates
[00000302] asf private debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:5088
[00000302] asf private debug: read "header object" subobj:7, reserved1:1, reserv
ed2:2
[00000302] asf private debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:84
[00000302] asf private debug: read "content description object" title:"?????????
???" author:"????????????????????????" copyright:"NTT?????????????????????" desc
ription:"" rating:""
[00000302] asf private debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f0
00a0c95ea850 size:164
[00000302] asf private debug: read "extended content description object"
[00000302] asf private debug:   - 'WMFSDKVersion' = '10.00.00.3802'
[00000302] asf private debug:   - 'WMFSDKNeeded' = '0.0.0.0000'
[00000302] asf private debug:   - 'IsVBR' = 'false'
[00000302] asf private debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a4
00a0c90348f6 size:102
[00000302] asf private debug: read "codec list object" reserved_guid:0x86d15241-
0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1
[00000302] asf private debug:   - codec[0] video name:"Windows Media Video 9" de
scription:"" information_length:4
[00000302] asf private debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82
006097c9a2b2 size:32
[00000302] asf private debug: read "stream bitrate properties object"
[00000302] asf private debug:   - stream=1 bitrate=498629
[00000302] asf private debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee4
00c00c205365 size:104
[00000302] asf private debug: read "file properties object" file_id:0xb986a86b-0
xa57c-0x4d24-0xadd63a944ba2131a file_size:5138 creation_date:128746362062650000
data_packets_count:4294967295 play_duration:0 send_duration:0 preroll:5000 flags
:9 min_data_packet_size:6137 max_data_packet_size:6137 max_bitrate:498629
[00000302] asf private debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee3
00c00c205365 size:4439
[00000302] asf private debug: read "header extension object" reserved1:0xabd3d21
1-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4393
[00000302] asf private debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229
393ede415c85 size:33
[00000302] asf private debug: read "language list object" 1 entries
[00000302] asf private debug:   - 'ja'
[00000302] asf private debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467
aa8c44fa4cca size:128
[00000302] asf private debug: read "metadata object" 2 entries
[00000302] asf private debug:   - IsVBR=0
[00000302] asf private debug:   - DeviceConformanceTemplate=MP@ML
[00000302] asf private debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399
a96952065b5a size:110
[00000302] asf private debug: read "extended stream properties object":
[00000302] asf private debug:   - start=0 end=0
[00000302] asf private debug:   - data bitrate=491000 buffer=5000 initial fullne
ss=0
[00000302] asf private debug:   - alternate data bitrate=491000 buffer=5000 init
ial fullness=0
[00000302] asf private debug:   - maximum object size=0
[00000302] asf private debug:   - flags=0x0
[00000302] asf private debug:   - stream number=1 language=0
[00000302] asf private debug:   - average time per frame=333667
[00000302] asf private debug:   - stream name count=0
[00000302] asf private debug:   - payload extension system count=1
[00000302] asf private debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f
0e651f0452c9 size:26
[00000302] asf private warning: unknown asf object (not loaded)
[00000302] asf private debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba
9aabcb96aae8 size:4096
[00000302] asf private warning: unknown asf object (not loaded)
[00000302] asf private debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee6
00c00c205365 size:133
[00000302] asf private debug: read "stream Properties object" stream_type:0xbc19
efc0-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0x20fb5700-0x5b55-0x
11cf-0xa8fd00805f5c442b time_offset:0 type_specific_data_length:55 error_correct
ion_data_length:0 flags:0x1 stream_number:1
[00000302] asf private debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:50
[00000302] asf private debug: read "data object" file_id:0xb986a86b-0xa57c-0x4d2
4-0xadd63a944ba2131a total data packet:0 reserved:257
[00000302] asf private debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 si
ze:0pos:0
[00000302] asf private debug:      + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6
d900aa0062ce6c size:5088pos:0
[00000302] asf private debug:      |    + 'Content Description' GUID 0x75b22633-
0x668e-0x11cf-0xa6d900aa0062ce6c size:84pos:30
[00000302] asf private debug:      |    + 'Extended content description' GUID 0x
d2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:164pos:114
[00000302] asf private debug:      |    + 'Codec List' GUID 0x86d15240-0x311d-0x
11d0-0xa3a400a0c90348f6 size:102pos:278
[00000302] asf private debug:      |    + 'Stream Bitrate Propoerties' GUID 0x7b
f875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:32pos:380
[00000302] asf private debug:      |    + 'File Properties' GUID 0x8cabdca1-0xa9
47-0x11cf-0x8ee400c00c205365 size:104pos:412
[00000302] asf private debug:      |    + 'Header Extension' GUID 0x5fbf03b5-0xa
92e-0x11cf-0x8ee300c00c205365 size:4439pos:516
[00000302] asf private debug:      |    |    + 'Language List' GUID 0x7c4346a9-0
xefe0-0x4bfc-0xb229393ede415c85 size:33pos:562
[00000302] asf private debug:      |    |    + 'Metadata' GUID 0xc5f8cbea-0x5baf
-0x4877-0x8467aa8c44fa4cca size:128pos:595
[00000302] asf private debug:      |    |    + 'Extended Stream Properties' GUID
 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:110pos:723
[00000302] asf private debug:      |    |    + 'Unknown' GUID 0x26f18b5d-0x4584-
0x47ec-0x9f5f0e651f0452c9 size:26pos:833
[00000302] asf private debug:      |    |    + 'Padding' GUID 0x1806d474-0xcadf-
0x4509-0xa4ba9aabcb96aae8 size:4096pos:859
[00000302] asf private debug:      |    + 'Stream Properties' GUID 0xb7dc0791-0x
a9b7-0x11cf-0x8ee600c00c205365 size:133pos:4955
[00000302] asf private debug:      + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:50pos:5088
[00000303] asf demuxer debug: found 1 streams
[00000291] main input debug: selecting program id=0
[00000303] asf demuxer debug: added new video stream(ID:1)
[00000303] main demuxer debug: using demux2 module "asf"
[00000291] main input debug: looking for a subtitle file in C:\Program Files\Vid
eoLAN\VLC\
[00000304] main packetizer debug: looking for packetizer module: 17 candidates
[00000304] main packetizer debug: using packetizer module "packetizer_copy"
[00000291] main input debug: stream out mode -> no decoder thread
[00000291] main input debug: starting in async mode
[00000301] access_mms access warning: unimplemented query in control
[00000291] main input debug: meta information:
[00000291] main input debug:   - 'Title' = '????????????'
[00000291] main input debug:   - 'Author' = '????????????????????????'
[00000291] main input debug:   - 'Copyright' = 'NTT?????????????????????'
[00000291] main input debug:   - track[0]:
[00000291] main input debug:      - 'Codec Name' = 'Windows Media Video 9'
[00000291] main input debug: `mms://center.ntt-fukushima.com/tomioka' successful
ly opened
[00000304] packetizer_copy packetizer debug: need dts > 0
[00000304] packetizer_copy packetizer debug: need dts > 0
[00000304] packetizer_copy packetizer debug: need dts > 0
[00000293] main stream output debug: adding a new input
[00000294] stream_out_transcode private debug: creating video transcoding from f
cc=`WMV3' to fcc=`wmv2'
[00000305] main decoder debug: looking for decoder module: 28 candidates
[00000305] ffmpeg decoder debug: libavcodec initialized (interface 3349504 )
[00000305] ffmpeg decoder debug: postprocessing disabled
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. Do not report crashes to FFmpeg developers.
[00000305] ffmpeg decoder debug: ffmpeg codec (Windows Media Video 3) started
[00000305] main decoder debug: using decoder module "ffmpeg"
[00000306] main encoder debug: looking for encoder module: 10 candidates
[00000306] dmo encoder debug: failed loading 'wmvdmoe.dll'
[00000294] stream_out_transcode private error: cannot find encoder ((null))
[00000305] ffmpeg decoder debug: ffmpeg codec (Windows Media Video 3) stopped
[00000305] main decoder debug: removing module "ffmpeg"
[00000294] stream_out_transcode private error: cannot create video chain
[00000304] main packetizer error: cannot create packetizer output (WMV3)
выбрал "тестовое транскодирование" для Mozilla... выдала другую колбасу но с тем-же результатом.

Code: Select all

ing\vlc\vlcrc
[00000001] main private debug: checking builtin modules
[00000001] main private debug: checking plugin modules
[00000001] main private debug: loading plugins cache file C:\Users\ArtemVB\AppDa
ta\Roaming/vlc/cache/plugins-04041e.dat
[00000001] main private warning: This doesn't look like a valid plugins cache (l
anguage changed)
[00000001] main private debug: recursively browsing `C:\Program Files\VideoLAN\V
LC\modules'
[00000001] main private debug: recursively browsing `C:\Program Files\VideoLAN\V
LC\plugins'
[00000001] main private debug: module bank initialized, found 221 modules
[00000001] main private debug: opening config file C:\Users\ArtemVB\AppData\Roam
ing\vlc\vlcrc
[00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2
FPU
[00000001] main private debug: looking for memcpy module: 3 candidates
[00000001] main private debug: using memcpy module "memcpymmxext"
[00000287] main playlist debug: waiting for thread completion
[00000287] main playlist debug: thread 3824 (playlist) created at priority 0 (pl
aylist/playlist.c:184)
[00000288] main private debug: waiting for thread completion
[00000288] main private debug: thread 3840 (preparser) created at priority 0 (pl
aylist/playlist.c:210)
[00000289] main interface debug: looking for interface module: 1 candidate
[00000289] main interface debug: using interface module "hotkeys"
[00000289] main interface debug: thread 3864 (interface) created at priority 0 (
interface/interface.c:231)
[00000287] main playlist debug: adding playlist item `vlc:quit' ( vlc:quit )
[00000287] main playlist debug: adding playlist item `mms://center.ntt-fukushima
.com/tomioka' ( mms://center.ntt-fukushima.com/tomioka )
[00000290] main interface debug: looking for interface module: 4 candidates
[00000290] dummy interface: VLC media player - version 0.8.6h Janus - (c) 1996-2
008 the VideoLAN team
[00000290] dummy interface:
Warning: if you can't access the GUI anymore, open a command-line window, go to
the directory where you installed VLC and run "vlc -I wx"

[00000290] dummy interface: using the dummy interface module...
[00000290] main interface debug: using interface module "dummy"
[00000290] main interface debug: thread 3908 (manager) created at priority 0 (in
terface/interface.c:216)
[00000287] main playlist debug: creating new input thread
[00000291] main input debug: waiting for thread completion
[00000291] main input debug: creating statistics handler
[00000291] main input debug: thread 3928 (input) created at priority 1 (input/in
put.c:265)
[00000293] main stream output debug: stream=`transcode'
[00000294] main private debug: looking for sout stream module: 1 candidate
[00000293] main stream output debug: stream=`duplicate'
[00000296] main private debug: looking for sout stream module: 1 candidate
[00000296] stream_out_duplicate private debug: creating 'duplicate'
[00000296] stream_out_duplicate private debug:  * adding `std{access=file,mux=as
f,dst=C:\Users\ArtemVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe
443a92cb02e1eb21465b9.mpg}'
[00000293] main stream output debug: stream=`std'
[00000297] main private debug: looking for sout stream module: 1 candidate
[00000297] main private debug: set sout option: sout-standard-access to file
[00000297] main private debug: set sout option: sout-standard-mux to asf
[00000297] main private debug: set sout option: sout-standard-dst to C:\Users\Ar
temVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb214
65b9.mpg
[00000297] stream_out_standard private debug: creating `file/asf://C:\Users\Arte
mVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb21465
b9.mpg'
[00000297] stream_out_standard private debug: extension is mpg
[00000297] stream_out_standard private debug: extension -> mux=ps
[00000297] stream_out_standard private debug: using `file/asf://C:\Users\ArtemVB
\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1eb21465b9.
mpg'
[00000298] main private debug: looking for sout access module: 1 candidate
[00000298] access_output_file private debug: file access output opened (`C:\User
s\ArtemVB\AppData\Local\Home Media Server\HMS\Temp\Test_ad4472c0abe443a92cb02e1e
b21465b9.mpg')
[00000298] main private debug: using sout access module "access_output_file"
[00000297] stream_out_standard private debug: access opened
[00000299] main private debug: looking for sout mux module: 1 candidate
[00000299] mux_asf private debug: asf muxer opened
[00000299] mux_asf private debug: Packet size 4096
[00000299] mux_asf private debug: meta data: title='', author='', copyright='',
comment='', rating=''
[00000299] main private debug: using sout mux module "mux_asf"
[00000297] stream_out_standard private debug: mux opened
[00000297] main private debug: using sout stream module "stream_out_standard"
[00000296] main private debug: using sout stream module "stream_out_duplicate"
[00000294] main private debug: set sout option: sout-transcode-vcodec to wmv2
[00000294] main private debug: set sout option: sout-transcode-vb to 2000
[00000294] main private debug: set sout option: sout-transcode-width to 640
[00000294] main private debug: set sout option: sout-transcode-height to 360
[00000294] main private debug: set sout option: sout-transcode-scale to 1
[00000294] main private warning: option aspect is unknown
[00000294] main private debug: set sout option: sout-transcode-acodec to wma2
[00000294] main private debug: set sout option: sout-transcode-ab to 192
[00000294] main private debug: set sout option: sout-transcode-channels to 2
[00000294] main private debug: set sout option: sout-transcode-samplerate to 480
00
[00000294] stream_out_transcode private debug: codec audio=wma2 48000Hz 2 channe
ls 192Kb/s
[00000294] stream_out_transcode private debug: codec video=wmv2 640x360 scaling:
 1.000000 2000kb/s
[00000294] main private debug: using sout stream module "stream_out_transcode"
[00000291] main input debug: `mms://center.ntt-fukushima.com/tomioka' gives acce
ss `mms' demux `' path `center.ntt-fukushima.com/tomioka'
[00000291] main input debug: creating demux: access='mms' demux='' path='center.
ntt-fukushima.com/tomioka'
[00000300] main demuxer debug: looking for access_demux module: 0 candidates
[00000300] main demuxer warning: no access_demux module matched "mms"
[00000291] main input debug: creating access 'mms' path='center.ntt-fukushima.co
m/tomioka'
[00000301] main access debug: looking for access2 module: 6 candidates
[00000301] access_mms access debug: waiting for connection...
[00000301] main access debug: net: connecting to center.ntt-fukushima.com port 1
755
[00000301] main access debug: connection in progress
[00000301] access_mms access debug: connection(tcp) with "center.ntt-fukushima.c
om:1755" successful
[00000301] access_mms access debug: generated guid: babac001-09ae-d0cd-f882f1c78
4248b8a
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00
040001
[00000301] access_mms access debug: 0x01 --> server_version:"9.01.01.5000" tool_
version:"" update_player_url:"" encryption_type:"NTLM"
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x0004
0002
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00
040006
[00000301] access_mms access debug: media file name/path accepted
[00000301] access_mms access debug: answer 0x06 flags:0x42000000 media_length:0s
 packet_length:6137 packet_count:0 max_bit_rate:498629 header_size:5138
[00000301] access_mms access debug: reading header
[00000301] access_mms access debug: recv command start_sequence:0x4a000001 comma
nd_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040
011
[00000301] access_mms access debug: header complete(5138)
[00000301] access_mms access: selecting stream[0x1] video (486 kb/s)
[00000301] access_mms access debug: recv command start_sequence:0xa8000001 comma
nd_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040
021
[00000301] access_mms access: connection successful
[00000301] access_mms access debug: connected to center.ntt-fukushima.com:1755
[00000301] access_mms access debug: recv command start_sequence:0xa8000001 comma
nd_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040
005
[00000301] access_mms access warning: detected packet lost (90000895 != 1)
[00000301] access_mms access debug: streaming started
[00000301] main access debug: using access2 module "access_mms"
[00000302] main private debug: pre-buffering...
[00000302] main private debug: received first data for our buffer
[00000302] main private debug: pre-buffering done 36822 bytes in 0s - 53 kbytes/
s
[00000291] main input debug: creating demux: access='mms' demux='' path='center.
ntt-fukushima.com/tomioka'
[00000303] main demuxer debug: looking for demux2 module: 45 candidates
[00000302] asf private debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:5088
[00000302] asf private debug: read "header object" subobj:7, reserved1:1, reserv
ed2:2
[00000302] asf private debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:84
[00000302] asf private debug: read "content description object" title:"?????????
???" author:"????????????????????????" copyright:"NTT?????????????????????" desc
ription:"" rating:""
[00000302] asf private debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f0
00a0c95ea850 size:164
[00000302] asf private debug: read "extended content description object"
[00000302] asf private debug:   - 'WMFSDKVersion' = '10.00.00.3802'
[00000302] asf private debug:   - 'WMFSDKNeeded' = '0.0.0.0000'
[00000302] asf private debug:   - 'IsVBR' = 'false'
[00000302] asf private debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a4
00a0c90348f6 size:102
[00000302] asf private debug: read "codec list object" reserved_guid:0x86d15241-
0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1
[00000302] asf private debug:   - codec[0] video name:"Windows Media Video 9" de
scription:"" information_length:4
[00000302] asf private debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82
006097c9a2b2 size:32
[00000302] asf private debug: read "stream bitrate properties object"
[00000302] asf private debug:   - stream=1 bitrate=498629
[00000302] asf private debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee4
00c00c205365 size:104
[00000302] asf private debug: read "file properties object" file_id:0xb986a86b-0
xa57c-0x4d24-0xadd63a944ba2131a file_size:5138 creation_date:128746362062650000
data_packets_count:4294967295 play_duration:0 send_duration:0 preroll:5000 flags
:9 min_data_packet_size:6137 max_data_packet_size:6137 max_bitrate:498629
[00000302] asf private debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee3
00c00c205365 size:4439
[00000302] asf private debug: read "header extension object" reserved1:0xabd3d21
1-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4393
[00000302] asf private debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229
393ede415c85 size:33
[00000302] asf private debug: read "language list object" 1 entries
[00000302] asf private debug:   - 'ja'
[00000302] asf private debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467
aa8c44fa4cca size:128
[00000302] asf private debug: read "metadata object" 2 entries
[00000302] asf private debug:   - IsVBR=0
[00000302] asf private debug:   - DeviceConformanceTemplate=MP@ML
[00000302] asf private debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399
a96952065b5a size:110
[00000302] asf private debug: read "extended stream properties object":
[00000302] asf private debug:   - start=0 end=0
[00000302] asf private debug:   - data bitrate=491000 buffer=5000 initial fullne
ss=0
[00000302] asf private debug:   - alternate data bitrate=491000 buffer=5000 init
ial fullness=0
[00000302] asf private debug:   - maximum object size=0
[00000302] asf private debug:   - flags=0x0
[00000302] asf private debug:   - stream number=1 language=0
[00000302] asf private debug:   - average time per frame=333667
[00000302] asf private debug:   - stream name count=0
[00000302] asf private debug:   - payload extension system count=1
[00000302] asf private debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f
0e651f0452c9 size:26
[00000302] asf private warning: unknown asf object (not loaded)
[00000302] asf private debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba
9aabcb96aae8 size:4096
[00000302] asf private warning: unknown asf object (not loaded)
[00000302] asf private debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee6
00c00c205365 size:133
[00000302] asf private debug: read "stream Properties object" stream_type:0xbc19
efc0-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0x20fb5700-0x5b55-0x
11cf-0xa8fd00805f5c442b time_offset:0 type_specific_data_length:55 error_correct
ion_data_length:0 flags:0x1 stream_number:1
[00000302] asf private debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:50
[00000302] asf private debug: read "data object" file_id:0xb986a86b-0xa57c-0x4d2
4-0xadd63a944ba2131a total data packet:0 reserved:257
[00000302] asf private debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 si
ze:0pos:0
[00000302] asf private debug:      + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6
d900aa0062ce6c size:5088pos:0
[00000302] asf private debug:      |    + 'Content Description' GUID 0x75b22633-
0x668e-0x11cf-0xa6d900aa0062ce6c size:84pos:30
[00000302] asf private debug:      |    + 'Extended content description' GUID 0x
d2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:164pos:114
[00000302] asf private debug:      |    + 'Codec List' GUID 0x86d15240-0x311d-0x
11d0-0xa3a400a0c90348f6 size:102pos:278
[00000302] asf private debug:      |    + 'Stream Bitrate Propoerties' GUID 0x7b
f875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:32pos:380
[00000302] asf private debug:      |    + 'File Properties' GUID 0x8cabdca1-0xa9
47-0x11cf-0x8ee400c00c205365 size:104pos:412
[00000302] asf private debug:      |    + 'Header Extension' GUID 0x5fbf03b5-0xa
92e-0x11cf-0x8ee300c00c205365 size:4439pos:516
[00000302] asf private debug:      |    |    + 'Language List' GUID 0x7c4346a9-0
xefe0-0x4bfc-0xb229393ede415c85 size:33pos:562
[00000302] asf private debug:      |    |    + 'Metadata' GUID 0xc5f8cbea-0x5baf
-0x4877-0x8467aa8c44fa4cca size:128pos:595
[00000302] asf private debug:      |    |    + 'Extended Stream Properties' GUID
 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:110pos:723
[00000302] asf private debug:      |    |    + 'Unknown' GUID 0x26f18b5d-0x4584-
0x47ec-0x9f5f0e651f0452c9 size:26pos:833
[00000302] asf private debug:      |    |    + 'Padding' GUID 0x1806d474-0xcadf-
0x4509-0xa4ba9aabcb96aae8 size:4096pos:859
[00000302] asf private debug:      |    + 'Stream Properties' GUID 0xb7dc0791-0x
a9b7-0x11cf-0x8ee600c00c205365 size:133pos:4955
[00000302] asf private debug:      + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d9
00aa0062ce6c size:50pos:5088
[00000303] asf demuxer debug: found 1 streams
[00000291] main input debug: selecting program id=0
[00000303] asf demuxer debug: added new video stream(ID:1)
[00000303] main demuxer debug: using demux2 module "asf"
[00000291] main input debug: looking for a subtitle file in C:\Program Files\Vid
eoLAN\VLC\
[00000304] main packetizer debug: looking for packetizer module: 17 candidates
[00000304] main packetizer debug: using packetizer module "packetizer_copy"
[00000291] main input debug: stream out mode -> no decoder thread
[00000291] main input debug: starting in async mode
[00000301] access_mms access warning: unimplemented query in control
[00000291] main input debug: meta information:
[00000291] main input debug:   - 'Title' = '????????????'
[00000291] main input debug:   - 'Author' = '????????????????????????'
[00000291] main input debug:   - 'Copyright' = 'NTT?????????????????????'
[00000291] main input debug:   - track[0]:
[00000291] main input debug:      - 'Codec Name' = 'Windows Media Video 9'
[00000291] main input debug: `mms://center.ntt-fukushima.com/tomioka' successful
ly opened
[00000304] packetizer_copy packetizer debug: need dts > 0
[00000304] packetizer_copy packetizer debug: need dts > 0
[00000293] main stream output debug: adding a new input
[00000294] stream_out_transcode private debug: creating video transcoding from f
cc=`WMV3' to fcc=`wmv2'
[00000305] main decoder debug: looking for decoder module: 28 candidates
[00000305] ffmpeg decoder debug: libavcodec initialized (interface 3349504 )
[00000305] ffmpeg decoder debug: postprocessing disabled
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. Do not report crashes to FFmpeg developers.
[00000305] ffmpeg decoder debug: ffmpeg codec (Windows Media Video 3) started
[00000305] main decoder debug: using decoder module "ffmpeg"
[00000306] main encoder debug: looking for encoder module: 10 candidates
[00000306] dmo encoder debug: failed loading 'wmvdmoe.dll'
[00000294] stream_out_transcode private error: cannot find encoder ((null))
[00000305] ffmpeg decoder debug: ffmpeg codec (Windows Media Video 3) stopped
[00000305] main decoder debug: removing module "ffmpeg"
[00000294] stream_out_transcode private error: cannot create video chain
[00000304] main packetizer error: cannot create packetizer output (WMV3)
Вопрос. Что я делаю не так?
Если сложно объяснить что я делаю не так, дайте пример правильной настройки и правильной ссылки на MMS ресурс.
Eugene
Posts: 2805
Joined: Tue Sep 16, 2008 7:30 pm

Re: Интернет телевидение (MMS)

Post by Eugene »

artemvb wrote:Никак не могу настроить транскодирование потока MMS.
Установил VLC - 0.8.6i
В настройке профиля транскодирования заменил блок на вот этот

Вопрос. Что я делаю не так?
Если сложно объяснить что я делаю не так, дайте пример правильной настройки и правильной ссылки на MMS ресурс.

Code: Select all

#EXTM3U
#EXTINF:-1,Первый канал
mms://217.16.29.72/1tv-efir?wmbitrate=500000
#EXTINF:-1,РТР Планета
mms://video.rfn.ru/rtr-planeta
#EXTINF:-1,Вести
mms://video.rfn.ru/vesti_24
#EXTINF:-1,Вести FM
mms://video.rfn.ru/vesti_fm
#EXTINF:-1,Радио России
mms://audio.rfn.ru/radiorussia
#EXTINF:-1,РБК
mms://tv.gldn.net/rbc
#EXTINF:-1,A-One
mms://tv.gldn.net/A1
#EXTINF:-1,O2 TV
http://webcaster.ru:8000/555?format=flv&buffer=2.5
#EXTINF:-1,Мир
mms://213.232.226.11/MIRTV_128
#EXTINF:-1,TV+
mms://38.103.146.146/TV+
Возможно необходимо уменьшить размер кадра, за основу взять профиль транскодирования "Интернет-телевидение" из дистрибутива 1.05 (кнопка Восстановить в списке профилей).
artemvb

Re: Интернет телевидение (MMS)

Post by artemvb »

А куда этот текст вставлять?
Eugene
Posts: 2805
Joined: Tue Sep 16, 2008 7:30 pm

Re: Интернет телевидение (MMS)

Post by Eugene »

artemvb wrote:А куда этот текст вставлять?
Из этого текста можно взять ссылки
kuzminki

Re: Интернет телевидение (MMS)

Post by kuzminki »

Добрый день!
К сожалению, прочитав весь форум я так и не понял, как можно смотреть Интернет-ТВ по телевизору (((
Имеются:
1. Персональный компьютер с установленными программами VLC media player и Домашний медиа-сервер.
2. Sony PS3 подключенная через свитч к интернету и компьютеру.
3. Телевизор

Скажите пожалуйста, ЧТО надо делать дальше? И как можно подробнее!

ОГРОМНОЕ СПАСИБО! Буду ОЧЕНЬ ждать!

Макс
Post Reply