Re: [MPlayer-dev-eng] [PATCH] http streaming issues
- Date: Wed, 25 Jun 2008 14:30:40 +0300
- From: Alexander Kanavin <alexander.kanavin@xxxxxxxxx>
- Subject: Re: [MPlayer-dev-eng] [PATCH] http streaming issues
ext Dominik 'Rathann' Mierzejewski wrote:
1) Some web servers don't provide a way to seek within a file (example:
Nokia N-series phones),
Nokia phone is a web server?
Yes - if you instruct the phone to share music, images and videos that it
has over WLAN, they become available via http. It has a simple web server
built in.
2) ASF streaming code relies on having first few bytes of the stream body
available when it parses the http headers, however it only ensures that the
entire http header is available when reading from a socket, and doesn't
ensure that the beginning of the body is available as well. Some web
servers, such as Windows Media Player in Windows Vista,
Windows Media _Player_ is a web server??
Yes :) If you allow collection sharing through Library->Media Sharing, it
becomes available over http as well.
The full story is that the actual URLs to play from are available over a
separate protocol called UPnP AV Media Server in both cases, but mplayer
isn't involved here: the URLs are retrieved by an external helper
application, or just supplied on the command line by hand.
send the headers
and the body in separate TCP packets, so the body isn't read at all and
this breaks ASF playback.
Breaks how? Could you provide MPlayer output before and after your patch?
I've rarely had problems with playing ASF streams.
Sure. Before the patch, mplayer does not have the stream body to inspect,
mistakenly thinks it's a playlist, tries to parse it and exits with a
failure. After the patch, the file is identified and played correctly. I've
attached both outputs, have a look.
Also note that this problem didn't exist before this patch:
http://svn.mplayerhq.hu/mplayer/trunk/stream/asf_streaming.c?r1=25239&r2=25415
because before that all URLs were treated as playable streams, even if the
parser (mistakenly or not) decided it was a playlist. So fixing one bug
uncovered another :)
Alex
MPlayer dev-SVN-r27054-4.2.3 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz (Family: 6, Model: 15, Stepping: 11)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
get_path('codecs.conf') -> '/home/alex/.mplayer/codecs.conf'
Reading /home/alex/.mplayer/codecs.conf: Can't open '/home/alex/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration:
CommandLine: '-v' 'http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv'
init_freetype
get_path('font/font.desc') -> '/home/alex/.mplayer/font/font.desc'
font: can't open file: /home/alex/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/alex/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/alex/.mplayer/input.conf'
Can't open input config file /home/alex/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
get_path('0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.conf') -> '/home/alex/.mplayer/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.conf'
Playing http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.
get_path('sub/') -> '/home/alex/.mplayer/sub/'
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM_HTTP(1), URL: http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Resolving 192.168.1.104 for AF_INET6...
Couldn't resolve name for AF_INET6: 192.168.1.104
Connecting to server 192.168.1.104[192.168.1.104]: 10243...
--- HTTP DEBUG HEADER --- START ---
protocol: [HTTP/1.1]
http minor version: [1]
uri: [(null)]
method: [(null)]
status code: [200]
reason phrase: [OK]
body size: [0]
Fields:
0 - Content-Length: 95260285
1 - Content-Type: video/x-ms-wmv
2 - Last-Modified: Thu, 15 Apr 2004 05:00:00 GMT
3 - Server: Microsoft-HTTPAPI/2.0
4 - Accept-Ranges: bytes
5 - TransferMode.DLNA.ORG: Streaming
6 - Date: Wed, 25 Jun 2008 11:15:26 GMT
7 - Connection: close
--- HTTP DEBUG HEADER --- END ---
Content-Type: [video/x-ms-wmv]
Content-Length: [95260285]
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM_ASF, URL: http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Trying ASF/HTTP...
Resolving 192.168.1.104 for AF_INET6...
Couldn't resolve name for AF_INET6: 192.168.1.104
Connecting to server 192.168.1.104[192.168.1.104]: 10243...
=====> ASF Redirector
STREAM: [null] http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM: Description: mms and mms over http streaming
STREAM: Author: Bertrand, Reimar Doeffinger, Albeu
STREAM: Comment: originally based on work by Majormms (is that code still there?)
Parsing playlist http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv...
Trying asx...
Trying Winamp playlist...
Trying extended m3u playlist...
Trying reference-ini playlist...
Trying smil playlist...
Error while parsing playlist
Warning: empty playlist
Exiting... (End of file)
MPlayer dev-SVN-r27054-4.2.3 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz (Family: 6, Model: 15, Stepping: 11)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
get_path('codecs.conf') -> '/home/alex/.mplayer/codecs.conf'
Reading /home/alex/.mplayer/codecs.conf: Can't open '/home/alex/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration:
CommandLine: '-v' 'http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv'
init_freetype
get_path('font/font.desc') -> '/home/alex/.mplayer/font/font.desc'
font: can't open file: /home/alex/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/alex/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/alex/.mplayer/input.conf'
Can't open input config file /home/alex/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
get_path('0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.conf') -> '/home/alex/.mplayer/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.conf'
Playing http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv.
get_path('sub/') -> '/home/alex/.mplayer/sub/'
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM_HTTP(1), URL: http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Resolving 192.168.1.104 for AF_INET6...
Couldn't resolve name for AF_INET6: 192.168.1.104
Connecting to server 192.168.1.104[192.168.1.104]: 10243...
--- HTTP DEBUG HEADER --- START ---
protocol: [HTTP/1.1]
http minor version: [1]
uri: [(null)]
method: [(null)]
status code: [200]
reason phrase: [OK]
body size: [0]
Fields:
0 - Content-Length: 95260285
1 - Content-Type: video/x-ms-wmv
2 - Last-Modified: Thu, 15 Apr 2004 05:00:00 GMT
3 - Server: Microsoft-HTTPAPI/2.0
4 - Accept-Ranges: bytes
5 - TransferMode.DLNA.ORG: Streaming
6 - Date: Wed, 25 Jun 2008 11:16:35 GMT
7 - Connection: close
--- HTTP DEBUG HEADER --- END ---
Content-Type: [video/x-ms-wmv]
Content-Length: [95260285]
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Filename for url is now http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM_ASF, URL: http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
Trying ASF/HTTP...
Resolving 192.168.1.104 for AF_INET6...
Couldn't resolve name for AF_INET6: 192.168.1.104
Connecting to server 192.168.1.104[192.168.1.104]: 10243...
=====> ASF Plain text
STREAM: [null] http://192.168.1.104:10243/WMPNSSv4/2485043579/0_ezcwRENGQkZELUM3MjYtNERBQS05NjVFLUQyNTVBNjM0NjVFMH0uMC44.wmv
STREAM: Description: mms and mms over http streaming
STREAM: Author: Bertrand, Reimar Doeffinger, Albeu
STREAM: Comment: originally based on work by Majormms (is that code still there?)
Stream not seekable!
ASF file format detected.
stream type: guid_audio_stream
stream concealment: guid_audio_conceal_interleave
type: 36 bytes, stream: 8 bytes ID: 1
unk1: 0 unk2: 6CCE6200
FILEPOS=0xBD1
==> Found audio stream: 1
[asfheader] Audio stream found, -aid 1
======= WAVE Format =======
Format Tag: 354 (0x162)
Channels: 6
Samplerate: 48000
avg byte/sec: 48000
Block align: 16384
bits/sample: 24
cbSize: 18
Unknown extra header dump: [18] [0] [3f] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [e0] [0] [0] [0]
==========================================================================
ASF: audio scrambling: 1 x 1 x 16384
stream type: guid_video_stream
stream concealment: unknown guid 0057fb20-555b-cf11-a8fd00805f5c442b
type: 55 bytes, stream: 0 bytes ID: 2
unk1: 0 unk2: 20E2B400
FILEPOS=0xC4B
==> Found video stream: 2
[asfheader] Video stream found, -vid 2
======= VIDEO Format ======
biSize 44
biWidth 1440
biHeight 1080
biPlanes 1
biBitCount 24
biCompression 861293911='WMV3'
biSizeImage 0
Unknown extra header dump: [4b] [f1] [a] [1]
===========================
ASF: packets: 5803 flags: 2 max_packet_size: 16415 min_packet_size: 16415 max_bitrate: 8417170 preroll: 3000
============ ASF Stream group == START ===
stream count=[0x2][2]
stream id=[0x1][1]
max bitrate=[0x5f583][390531]
stream id=[0x2][2]
max bitrate=[0x7a7a0f][8026639]
============ ASF Stream group == END ===
Found movie at 0xD56 - 0x5AD8C0B
ASF: 1 audio and 1 video streams found
Auto-selected ASF audio ID = 1
Auto-selected ASF video ID = 2
ASF: Searching for audio stream (id:1).
VIDEO: [WMV3] 1440x1080 24bpp 1000.000 fps 8000.0 kbps (976.6 kbyte/s)
[V] filefmt:6 fourcc:0x33564D57 size:1440x1080 fps:1000.000 ftime:=0.0010
get_path('sub/') -> '/home/alex/.mplayer/sub/'
using /dev/fb0
Can't open /dev/fb0: No such file or directory
[fbdev2] Using device /dev/fb0
[fbdev2] Can't open /dev/fb0: No such file or directory
VO: [v4l2] No such file or directory
vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)!
[VO_SUB_VIDIX] Couldn't find working VIDIX driver.
vidixlib: PROBING: cyberblade
[cyberblade] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: mach64
[mach64] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: mga
[mga] probe
[mga] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: mga_crtc2
[mga] probe
[mga] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: nvidia
[nvidia_vid] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: pm3
[pm3] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: radeon
[radeon] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: rage128
[rage128] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: s3
[s3_vid] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: sis
[SiS] Error occurred during pci scan: Operation not permitted
vidixlib: PROBING: unichrome
[unichrome] Error occurred during pci scan: Operation not permitted
vidixlib: No suitable driver can be found.
==========================================================================
Requested video codec family [wmv9dmo] (vfm=dmo) not available.
Enable it at compilation.
Requested video codec family [wmvdmo] (vfm=dmo) not available.
Enable it at compilation.
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
[wmv3 @ 0xb19960]Header: 4BF10A01
[wmv3 @ 0xb19960]Profile 1:
frmrtq_postproc=5, bitrtq_postproc=31
LoopFilter=0, MultiRes=0, FastUVMC=0, Extended MV=0
Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
DQuant=0, Quantizer mode=0, Max B frames=0
INFO: libavcodec init OK!
Selected video codec: [ffwmv3] vfm: ffmpeg (FFmpeg WMV3/WMV9)
==========================================================================
==========================================================================
Requested audio codec family [wma9dmo] (afm=dmo) not available.
Enable it at compilation.
Requested audio codec family [wmadmo] (afm=dmo) not available.
Enable it at compilation.
Cannot find codec for audio format 0x162.
Read DOCS/HTML/en/codecs.html!
Audio: no sound
Freeing 0 unused audio chunks.
Starting playback...
avg. framerate: 24 fps
[ffmpeg] aspect_ratio: 0.000000
VDec: vo config request - 1440 x 1080 (preferred colorspace: Planar YV12)
Trying filter chain: vo
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO Config (1440x1080->1920x1080,flags=0,'MPlayer',0x32315659)
VO: [null] 1440x1080 => 1920x1080 Planar YV12
VO: Description: Null video output
VO: Author: Aaron Holtzman <aholtzma@xxxxxxxxxxxxxxxx>
*** [vo] Exporting mp_image_t, 1440x1080x12bpp YUV planar, 2332800 bytes
V: 3.0 1/ 1 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.0 2/ 2 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.1 3/ 3 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.1 4/ 4 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.2 5/ 5 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.2 6/ 6 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.2 7/ 7 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.3 8/ 8 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.3 9/ 9 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 6, Invert: 0
V: 3.4 10/ 10 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.4 11/ 11 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.5 12/ 12 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.5 13/ 13 ??% ??% ??,?% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.5 14/ 14 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.6 15/ 15 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.6 16/ 16 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 1, Invert: 0
V: 3.7 17/ 17 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.7 18/ 18 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.8 19/ 19 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.8 20/ 20 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.8 21/ 21 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.9 22/ 22 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 3.9 23/ 23 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.0 24/ 24 60% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.0 25/ 25 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.0 26/ 26 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.1 27/ 27 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.1 28/ 28 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.2 29/ 29 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.2 30/ 30 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.3 31/ 31 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.3 32/ 32 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.3 33/ 33 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.4 34/ 34 61% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 6, Invert: 0
V: 4.4 35/ 35 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.5 36/ 36 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.5 37/ 37 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.5 38/ 38 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.6 39/ 39 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.6 40/ 40 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.7 41/ 41 62% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 6, Invert: 0
V: 4.7 42/ 42 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.8 43/ 43 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.8 44/ 44 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.8 45/ 45 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.9 46/ 46 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 4.9 47/ 47 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.0 48/ 48 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.0 49/ 49 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.0 50/ 50 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.1 51/ 51 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.1 52/ 52 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.2 53/ 53 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.2 54/ 54 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.3 55/ 55 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.3 56/ 56 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.3 57/ 57 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.4 58/ 58 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.4 59/ 59 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.5 60/ 60 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.5 61/ 61 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.5 62/ 62 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.6 63/ 63 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.6 64/ 64 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.7 65/ 65 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.7 66/ 66 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.8 67/ 67 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.8 68/ 68 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 1, Invert: 0
V: 5.8 69/ 69 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.9 70/ 70 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 5.9 71/ 71 63% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.0 72/ 72 63% 0% 0.0% 0 0 [J
V: 6.0 73/ 73 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.0 74/ 74 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.1 75/ 75 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.1 76/ 76 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.2 77/ 77 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.2 78/ 78 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.3 79/ 79 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.3 80/ 80 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.3 81/ 81 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.4 82/ 82 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.4 83/ 83 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.5 84/ 84 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.5 85/ 85 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.5 86/ 86 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.6 87/ 87 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.6 88/ 88 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.7 89/ 89 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.7 90/ 90 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.8 91/ 91 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.8 92/ 92 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.8 93/ 93 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.9 94/ 94 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB MV Type plane encoding: Imode: 0, Invert: 0
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 6.9 95/ 95 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 1, Invert: 0
V: 7.0 96/ 96 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.0 97/ 97 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.0 98/ 98 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.1 99/ 99 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.1 100/100 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.2 101/101 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.2 102/102 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.3 103/103 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.3 104/104 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.3 105/105 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.4 106/106 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.4 107/107 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.5 108/108 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.5 109/109 64% 0% 0.0% 0 0 [J
[wmv3 @ 0xb19960]MB Skip plane encoding: Imode: 3, Invert: 0
V: 7.5 110/110 64% 0% 0.0% 0 0 [J
Uninit video: ffmpeg
Exiting... (Quit)
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng