Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lolmaus

lolmaus/gpu.txt Secret

Created August 27, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolmaus/f3c37082e9978357628e38cbce11da76 to your computer and use it in GitHub Desktop.
Save lolmaus/f3c37082e9978357628e38cbce11da76 to your computer and use it in GitHub Desktop.
Vivaldi report
Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Out-of-process Rasterization: Disabled
OpenGL: Enabled
Hardware Protected Video Decode: Hardware accelerated
Rasterization: Hardware accelerated
Skia Renderer: Disabled
Video Decode: Hardware accelerated
Vulkan: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_d3d11_video_decoder
disable_delayed_copy_nv12
disable_discard_framebuffer
exit_on_context_lost
force_cube_complete
scalarize_vec_and_mat_constructor_args
disabled_extension_GL_KHR_blend_equation_advanced
disabled_extension_GL_KHR_blend_equation_advanced_coherent
Problems Detected
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
Applied Workarounds: disable_delayed_copy_nv12
Disable D3D11VideoDecoder due to crashes on NVIDIA: 1041166
Applied Workarounds: disable_d3d11_video_decoder
ANGLE Features
disable_program_caching_for_transform_feedback (Frontend workarounds): Disabled
On some GPUs, program binaries don't contain transform feedback varyings
lose_context_on_out_of_memory (Frontend workarounds): Enabled: true
Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
scalarize_vec_and_mat_constructor_args (Frontend workarounds) 398694: Enabled: true
Always rewrite vec/mat constructors to be consistent
sync_framebuffer_bindings_on_tex_image (Frontend workarounds): Disabled
On some drivers TexImage sometimes seems to interact with the Framebuffer
add_dummy_texture_no_render_target (D3D workarounds) anglebug:2152: Disabled: isIntel && capsVersion < IntelDriverVersion(4815)
On some drivers when rendering with no render target, two bugs lead to incorrect behavior
allow_clear_for_robust_resource_init (D3D workarounds) 941620: Enabled: isNvidia || isIntel
Some drivers corrupt texture data when clearing for robust resource initialization.
call_clear_twice (D3D workarounds) 655534: Disabled: isIntel && isSkylake && capsVersion < IntelDriverVersion(4771)
Using clear() may not take effect
depth_stencil_blit_extra_copy (D3D workarounds) anglebug:1452: Disabled: (part1 <= 13u && part2 < 6881) && isNvidia && driverVersionValid
Bug in some drivers triggers a TDR when using CopySubresourceRegion from a staging texture to a depth/stencil
disable_b5g6r5_support (D3D workarounds): Disabled: (isIntel && capsVersion < IntelDriverVersion(4539)) || isAMD
Textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
dont_translate_uniform_block_to_structured_buffer (D3D workarounds): Disabled: !isWin10
Fails to allocate ShaderResourceView for StructuredBuffer on some drivers
emulate_isnan_float (D3D workarounds) 650547: Disabled: isIntel && isSkylake && capsVersion < IntelDriverVersion(4542)
Using isnan() on highp float will get wrong answer
emulate_tiny_stencil_textures (D3D workarounds): Disabled: isAMD && !(deviceCaps.featureLevel < D3D_FEATURE_LEVEL_10_1)
1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
expand_integer_pow_expressions (D3D workarounds): Enabled: true
The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
flush_after_ending_transform_feedback (D3D workarounds): Enabled: isNvidia
Some drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
force_atomic_value_resolution (D3D workarounds) anglebug:3246: Enabled: isNvidia
On some drivers the return value from RWByteAddressBuffer.InterlockedAdd does not resolve when used in the .yzw components of a RWByteAddressBuffer.Store operation
get_dimensions_ignores_base_level (D3D workarounds): Enabled: isNvidia
Some drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
mrt_perf_workaround (D3D workarounds): Enabled: true
Some drivers have a bug where they ignore null render targets
pre_add_texel_fetch_offsets (D3D workarounds): Disabled: isIntel
HLSL's function texture.Load returns 0 when the parameter Location is negative, even if the sum of Offset and Location is in range
rewrite_unary_minus_operator (D3D workarounds): Disabled: isIntel && (isBroadwell || isHaswell) && capsVersion < IntelDriverVersion(4624)
Evaluating unary minus operator on integer may get wrong answer in vertex shaders
select_view_in_geometry_shader (D3D workarounds): Disabled: !deviceCaps.supportsVpRtIndexWriteFromVertexShader
The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
set_data_faster_than_image_upload (D3D workarounds): Enabled: !(isIvyBridge || isBroadwell || isHaswell)
Set data faster than image upload
skip_vs_constant_register_zero (D3D workarounds): Enabled: isNvidia
In specific cases the driver doesn't handle constant register zero correctly
use_instanced_point_sprite_emulation (D3D workarounds): Disabled: isFeatureLevel9_3
Some D3D11 renderers do not support geometry shaders for pointsprite emulation
use_system_memory_for_constant_buffers (D3D workarounds) 593024: Disabled: isIntel
Copying from staging storage to constant buffer storage does not work
zero_max_lod (D3D workarounds): Disabled: isFeatureLevel9_3
Missing an option to disable mipmaps on a mipmapped texture
Version Information
Data exported 2020-08-27T13:27:09.130Z
Chrome version Chrome/84.0.4147.135
Operating system Windows NT 10.0.19041
Software rendering list URL https://chromium.googlesource.com/chromium/src/+/c42bd09b3f24da1698d71d3b4f57402137163566/gpu/config/software_rendering_list.json
Driver bug list URL https://chromium.googlesource.com/chromium/src/+/c42bd09b3f24da1698d71d3b4f57402137163566/gpu/config/gpu_driver_bug_list.json
ANGLE commit id unknown hash
2D graphics backend Skia/84 e50772b2a25e98419dc884cc5cdd2138e1dfd43e
Command Line "C:\Users\lolmaus\AppData\Local\Vivaldi\Application\vivaldi.exe" --disable-smooth-scrolling --enable-audio-service-sandbox --origin-trial-disabled-features=MeasureMemory --save-page-as-mhtml --flag-switches-begin --ignore-gpu-blacklist --flag-switches-end --enable-audio-service-sandbox
Driver Information
Initialization time 180
In-process GPU false
Passthrough Command Decoder true
Sandboxed true
GPU0 VENDOR= 0x10de, DEVICE=0x1b82, SUBSYS=0x37951458, REV=161 *ACTIVE*
GPU1 VENDOR= 0x1414, DEVICE=0x008c
Optimus false
AMD switchable false
Desktop compositing Aero Glass
Direct composition true
Supports overlays false
YUY2 overlay support NONE
NV12 overlay support NONE
Diagonal Monitor Size of \\.\DISPLAY2 24.9"
Diagonal Monitor Size of \\.\DISPLAY3 24.0"
Diagonal Monitor Size of \\.\DISPLAY1 72.2"
Driver D3D12 feature level D3D 12.1
Driver Vulkan API version Vulkan API 1.2.0
Driver vendor ANGLE (NVIDIA)
Driver version 27.21.14.5206
GPU CUDA compute capability major version 0
Pixel shader version 5.0
Vertex shader version 5.0
Max. MSAA samples 8
Machine model name
Machine model version
GL_VENDOR Google Inc.
GL_RENDERER ANGLE (NVIDIA GeForce GTX 1070 Ti Direct3D11 vs_5_0 ps_5_0)
GL_VERSION OpenGL ES 2.0.0 (ANGLE 2.1.0.unknown hash)
GL_EXTENSIONS GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_WEBGL_video_texture
Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions
Window system binding vendor Google Inc. (adapter LUID: 0000000000009b75)
Window system binding version 1.5 (ANGLE 2.1.0.unknown hash)
Window system binding extensions EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_create_context_no_error
Direct rendering version unknown
Reset notification strategy 0x8252
GPU process crash count 0
gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
Compositor Information
Tile Update Mode One-copy
Partial Raster Enabled
GpuMemoryBuffers Status
R_8 Software only
R_16 Software only
RG_88 Software only
BGR_565 Software only
RGBA_4444 Software only
RGBX_8888 GPU_READ, SCANOUT
RGBA_8888 GPU_READ, SCANOUT
BGRX_8888 Software only
BGRA_1010102 Software only
RGBA_1010102 Software only
BGRA_8888 Software only
RGBA_F16 Software only
YVU_420 Software only
YUV_420_BIPLANAR Software only
P010 Software only
Display(s) Information
Info Display[2528732444] bounds=[0,0 2560x1440], workarea=[0,0 2560x1410], scale=1.5, rotation=0, panel_rotation=0 external.
Color space (sRGB/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/no-alpha) BGRX_8888
Color space (sRGB/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/alpha) BGRA_8888
Color space (WCG/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/no-alpha) BGRX_8888
Color space (WCG/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/alpha) BGRA_8888
Color space (HDR/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/no-alpha) BGRX_8888
Color space (HDR/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/alpha) BGRA_8888
SDR white level in nits 80
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 60
Info Display[2779098405] bounds=[-960,0 960x1536], workarea=[-960,0 960x1506], scale=1.25, rotation=270, panel_rotation=270 external.
Color space (sRGB/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/no-alpha) BGRX_8888
Color space (sRGB/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/alpha) BGRA_8888
Color space (WCG/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/no-alpha) BGRX_8888
Color space (WCG/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/alpha) BGRA_8888
Color space (HDR/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/no-alpha) BGRX_8888
Color space (HDR/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/alpha) BGRA_8888
SDR white level in nits 80
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 59
Info Display[2841568472] bounds=[2560,10 800x1281], workarea=[2560,10 800x1250], scale=1.5, rotation=90, panel_rotation=90 external.
Color space (sRGB/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/no-alpha) BGRX_8888
Color space (sRGB/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (sRGB/alpha) BGRA_8888
Color space (WCG/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/no-alpha) BGRX_8888
Color space (WCG/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (WCG/alpha) BGRA_8888
Color space (HDR/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/no-alpha) BGRX_8888
Color space (HDR/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (HDR/alpha) BGRA_8888
SDR white level in nits 80
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 59
Video Acceleration Information
Decode h264 baseline 48x48 to 4096x2304 pixels
Decode h264 baseline 48x48 to 2304x4096 pixels
Decode h264 main 48x48 to 4096x2304 pixels
Decode h264 main 48x48 to 2304x4096 pixels
Decode h264 high 48x48 to 4096x2304 pixels
Decode h264 high 48x48 to 2304x4096 pixels
Decode vp9 profile0 16x16 to 8192x8192 pixels
Decode vp9 profile0 16x16 to 8192x8192 pixels
Encode h264 baseline 0x0 to 1920x1088 pixels, and/or 30.000 fps
Encode h264 main 0x0 to 1920x1088 pixels, and/or 30.000 fps
Encode h264 high 0x0 to 1920x1088 pixels, and/or 30.000 fps
Vulkan Information
Device Performance Information
Total Physical Memory (Gb) 63
Total Disk Space (Gb) 446
Hardware Concurrency 16
System Commit Limit (Gb) 73
D3D11 Feature Level 12_1
Has Discrete GPU yes
Software Rendering No
Diagnostics
... loading ...
{
"6:0": {
"id": "6:0",
"properties": {
"render_id": 6,
"player_id": 0,
"origin_url": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/",
"kFrameUrl": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/_generated_background_page.html",
"kFrameTitle": "",
"url": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/alert.ogg",
"kTotalBytes": 13624,
"kIsStreaming": false,
"kIsSingleOrigin": true,
"kIsRangeHeaderSupported": true,
"pipeline_state": "kSuspended",
"info": "Selected FFmpegAudioDecoder for audio decoding, config: codec: vorbis, profile: unknown, bytes_per_channel: 4, channel_layout: STEREO, channels: 2, samples_per_second: 44100, sample_format: Float 32-bit planar, bytes_per_frame: 8, seek_preroll: 0us, codec_delay: 0, has extra data: true, encryption scheme: Unencrypted, discard decoder delay: true",
"kAudioTracks": [
{
"bytes per channel": 4,
"bytes per frame": 8,
"channel layout": "STEREO",
"channels": 2,
"codec": "vorbis",
"codec delay": 0,
"discard decoder delay": true,
"encryption scheme": "Unencrypted",
"has extra data": true,
"profile": "unknown",
"sample format": "Float 32-bit planar",
"samples per second": 44100,
"seek preroll": "0us"
}
],
"kVideoTracks": [],
"kMaxDuration": 0.670068,
"kStartTime": -0.002902,
"kBitrate": 162658,
"error": "{\"causes\":[{\"causes\":[],\"data\":{},\"stack\":[{\"file\":\"../../platform_media/renderer/decoders/win/wmf_decoder_impl.cc\",\"line\":103}],\"status_code\":261,\"status_message\":\"\"}],\"data\":{\"Decoder name\":\"WMFAudioDecoder\"},\"stack\":[{\"file\":\"../../chromium/media/filters/decoder_selector.cc\",\"line\":172}],\"status_code\":265,\"status_message\":\"\"}",
"kIsAudioDecryptingDemuxerStream": false,
"kAudioDecoderName": "FFmpegAudioDecoder",
"kIsPlatformAudioDecoder": false,
"audio_buffering_state": {
"state": "BUFFERING_HAVE_ENOUGH"
},
"debug": "FFmpegDemuxer: av_read_frame(): End of file",
"pipeline_buffering_state": {
"for_suspended_start": false,
"state": "BUFFERING_HAVE_ENOUGH"
},
"duration": 0.670068,
"event": "kSuspended"
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/"
},
{
"time": 0.015999999828636646,
"key": "kFrameUrl",
"value": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/_generated_background_page.html"
},
{
"time": 0.02000000048428774,
"key": "kFrameTitle",
"value": ""
},
{
"time": 0.12600000016391277,
"key": "url",
"value": "chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/alert.ogg"
},
{
"time": 135.61500000022352,
"key": "kTotalBytes",
"value": 13624
},
{
"time": 135.62299999967217,
"key": "kIsStreaming",
"value": false
},
{
"time": 135.6370000001043,
"key": "kIsSingleOrigin",
"value": true
},
{
"time": 135.63800000026822,
"key": "kIsRangeHeaderSupported",
"value": true
},
{
"time": 138.66500000003725,
"key": "pipeline_state",
"value": "kStarting"
},
{
"time": 140.10500000044703,
"key": "info",
"value": "FFmpegDemuxer: created audio stream, config codec: vorbis, profile: unknown, bytes_per_channel: 4, channel_layout: STEREO, channels: 2, samples_per_second: 44100, sample_format: Float 32-bit planar, bytes_per_frame: 8, seek_preroll: 0us, codec_delay: 0, has extra data: true, encryption scheme: Unencrypted, discard decoder delay: true"
},
{
"time": 140.1469999998808,
"key": "kAudioTracks",
"value": [
{
"bytes per channel": 4,
"bytes per frame": 8,
"channel layout": "STEREO",
"channels": 2,
"codec": "vorbis",
"codec delay": 0,
"discard decoder delay": true,
"encryption scheme": "Unencrypted",
"has extra data": true,
"profile": "unknown",
"sample format": "Float 32-bit planar",
"samples per second": 44100,
"seek preroll": "0us"
}
]
},
{
"time": 140.16700000036508,
"key": "kVideoTracks",
"value": []
},
{
"time": 140.16799999959767,
"key": "kMaxDuration",
"value": 0.670068
},
{
"time": 140.16899999976158,
"key": "kStartTime",
"value": -0.002902
},
{
"time": 140.1699999999255,
"key": "kBitrate",
"value": 162658
},
{
"time": 307.5779999997467,
"key": "error",
"value": "{\"causes\":[{\"causes\":[],\"data\":{},\"stack\":[{\"file\":\"../../platform_media/renderer/decoders/win/wmf_decoder_impl.cc\",\"line\":103}],\"status_code\":261,\"status_message\":\"\"}],\"data\":{\"Decoder name\":\"WMFAudioDecoder\"},\"stack\":[{\"file\":\"../../chromium/media/filters/decoder_selector.cc\",\"line\":172}],\"status_code\":265,\"status_message\":\"\"}"
},
{
"time": 308.3289999999106,
"key": "kIsAudioDecryptingDemuxerStream",
"value": false
},
{
"time": 308.3540000002831,
"key": "kAudioDecoderName",
"value": "FFmpegAudioDecoder"
},
{
"time": 308.35500000044703,
"key": "kIsPlatformAudioDecoder",
"value": false
},
{
"time": 308.3739999998361,
"key": "info",
"value": "Selected FFmpegAudioDecoder for audio decoding, config: codec: vorbis, profile: unknown, bytes_per_channel: 4, channel_layout: STEREO, channels: 2, samples_per_second: 44100, sample_format: Float 32-bit planar, bytes_per_frame: 8, seek_preroll: 0us, codec_delay: 0, has extra data: true, encryption scheme: Unencrypted, discard decoder delay: true"
},
{
"time": 308.45000000018626,
"key": "pipeline_state",
"value": "kPlaying"
},
{
"time": 309.3150000004098,
"key": "audio_buffering_state",
"value": {
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 310.1469999998808,
"key": "debug",
"value": "FFmpegDemuxer: av_read_frame(): End of file"
},
{
"time": 339.16200000047684,
"key": "pipeline_buffering_state",
"value": {
"for_suspended_start": false,
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 140.13100000005215,
"key": "duration",
"value": 0.670068
},
{
"time": 15443.262000000104,
"key": "pipeline_state",
"value": "kSuspending"
},
{
"time": 15443.601999999955,
"key": "pipeline_state",
"value": "kSuspended"
},
{
"time": 15443.632000000216,
"key": "event",
"value": "kSuspended"
}
],
"lastRendered": 0,
"firstTimestamp_": 4642394.676
},
"22:0": {
"id": "22:0",
"properties": {
"render_id": 22,
"player_id": 0,
"origin_url": "https://hangouts.google.com/",
"kFrameUrl": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i",
"kFrameTitle": ""
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "https://hangouts.google.com/"
},
{
"time": 0.02000000048428774,
"key": "kFrameUrl",
"value": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i"
},
{
"time": 0.024000000208616257,
"key": "kFrameTitle",
"value": ""
}
],
"lastRendered": 0,
"firstTimestamp_": 4658201.46
},
"22:1": {
"id": "22:1",
"properties": {
"render_id": 22,
"player_id": 1,
"origin_url": "https://hangouts.google.com/",
"kFrameUrl": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i",
"kFrameTitle": ""
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "https://hangouts.google.com/"
},
{
"time": 0.010999999940395355,
"key": "kFrameUrl",
"value": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i"
},
{
"time": 0.0139999995008111,
"key": "kFrameTitle",
"value": ""
}
],
"lastRendered": 0,
"firstTimestamp_": 4658202.041
},
"22:2": {
"id": "22:2",
"properties": {
"render_id": 22,
"player_id": 2,
"origin_url": "https://hangouts.google.com/",
"kFrameUrl": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i",
"kFrameTitle": ""
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "https://hangouts.google.com/"
},
{
"time": 0.014000000432133675,
"key": "kFrameUrl",
"value": "https://hangouts.google.com/webchat/u/1/load?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Win32&stime=1598534757450&xpc=%7B%22cn%22%3A%22ecqb3r%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Fhangouts.google.com%2Fwebchat%2Fu%2F1%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZe61V0gNjbK_hyItXUp-9d8Hp-drf61G7KA32qKCgKGBljomuhhei4YUfcDVniaVFfQ5s7cc3lxgEwwxUL4rVF2O0oNg%3D%3D&href=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F1%2F%23inbox%3Frel%3D1&pos=l&uiv=2&hl=en&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&gooa=false&gltsi=true&gusm=true&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C2%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=en9cidanfh4i"
},
{
"time": 0.019000000320374966,
"key": "kFrameTitle",
"value": ""
}
],
"lastRendered": 0,
"firstTimestamp_": 4658202.42
},
"26:41": {
"id": "26:41",
"properties": {
"render_id": 26,
"player_id": 41,
"origin_url": "https://music.youtube.com/",
"kFrameUrl": "https://music.youtube.com/watch?v=DQEsSsqhXeI&list=PLgwySV6ozlCpNZERz_INTwShXLay_htns",
"kFrameTitle": "YouTube Music"
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "https://music.youtube.com/"
},
{
"time": 0.023000000044703484,
"key": "kFrameUrl",
"value": "https://music.youtube.com/watch?v=DQEsSsqhXeI&list=PLgwySV6ozlCpNZERz_INTwShXLay_htns"
},
{
"time": 0.027999999932944775,
"key": "kFrameTitle",
"value": "YouTube Music"
}
],
"lastRendered": 0,
"firstTimestamp_": 4653603.525
},
"53:7": {
"id": "53:7",
"properties": {
"render_id": 53,
"player_id": 7,
"origin_url": "https://www.netflix.com/",
"kFrameUrl": "https://www.netflix.com/watch/80085820?trackId=14170286&tctx=2%2C0%2C164cfe28-6d04-4b9d-a278-e48a636b5959-31327169%2C70e8a6e3-7401-4a28-a415-0300f985d985_4799848X3XX1598527935399%2C70e8a6e3-7401-4a28-a415-0300f985d985_ROOT%2C",
"kFrameTitle": "Netflix",
"url": "blob:https://www.netflix.com/bdbdb6e4-854e-4d2d-953b-fe7a3e851f7f",
"info": "Selected video track: []",
"pipeline_state": "kSuspended",
"kAudioTracks": [
{
"bytes per channel": 2,
"bytes per frame": 4,
"channel layout": "STEREO",
"channels": 2,
"codec": "aac",
"codec delay": 0,
"discard decoder delay": false,
"encryption scheme": "Unencrypted",
"has extra data": true,
"profile": "unknown",
"sample format": "Signed 16-bit",
"samples per second": 48000,
"seek preroll": "0us"
}
],
"kVideoTracks": [
{
"alpha mode": "is_opaque",
"codec": "vp9",
"coded size": "1280x720",
"color space": "{primaries:BT709, transfer:BT709, matrix:BT709, range:LIMITED}",
"encryption scheme": "CENC",
"has extra data": false,
"hdr metadata": "unset",
"natural size": "1280x720",
"orientation": "0°",
"profile": "vp9 profile0",
"visible rect": "0,0 1280x720"
}
],
"seek_target": 3014.001,
"duration": 3554.218666,
"kIsVideoEncrypted": true,
"kIsAudioDecryptingDemuxerStream": false,
"kAudioDecoderName": "WMFAudioDecoder",
"kIsPlatformAudioDecoder": false,
"kIsVideoDecryptingDemuxerStream": false,
"kVideoDecoderName": "DecryptingVideoDecoder",
"kIsPlatformVideoDecoder": false,
"audio_buffering_state": {
"state": "BUFFERING_HAVE_ENOUGH"
},
"dimensions": "1280x720",
"kResolution": "1280x720",
"video_buffering_state": {
"state": "BUFFERING_HAVE_ENOUGH"
},
"pipeline_buffering_state": {
"for_suspended_start": false,
"state": "BUFFERING_HAVE_ENOUGH"
},
"event": "kSuspended"
},
"allEvents": [
{
"time": 0,
"key": "origin_url",
"value": "https://www.netflix.com/"
},
{
"time": 0.021000000648200512,
"key": "kFrameUrl",
"value": "https://www.netflix.com/watch/80085820?trackId=14170286&tctx=2%2C0%2C164cfe28-6d04-4b9d-a278-e48a636b5959-31327169%2C70e8a6e3-7401-4a28-a415-0300f985d985_4799848X3XX1598527935399%2C70e8a6e3-7401-4a28-a415-0300f985d985_ROOT%2C"
},
{
"time": 0.026000000536441803,
"key": "kFrameTitle",
"value": "Netflix"
},
{
"time": 0.15899999998509884,
"key": "url",
"value": "blob:https://www.netflix.com/bdbdb6e4-854e-4d2d-953b-fe7a3e851f7f"
},
{
"time": 0.18400000035762787,
"key": "info",
"value": "ChunkDemuxer"
},
{
"time": 2.3980000000447035,
"key": "pipeline_state",
"value": "kStarting"
},
{
"time": 121.52700000070035,
"key": "kAudioTracks",
"value": [
{
"bytes per channel": 2,
"bytes per frame": 4,
"channel layout": "STEREO",
"channels": 2,
"codec": "aac",
"codec delay": 0,
"discard decoder delay": false,
"encryption scheme": "Unencrypted",
"has extra data": true,
"profile": "unknown",
"sample format": "Signed 16-bit",
"samples per second": 48000,
"seek preroll": "0us"
}
]
},
{
"time": 160.24500000011176,
"key": "kVideoTracks",
"value": [
{
"alpha mode": "is_opaque",
"codec": "vp9",
"coded size": "1280x720",
"color space": "{primaries:BT709, transfer:BT709, matrix:BT709, range:LIMITED}",
"encryption scheme": "CENC",
"has extra data": false,
"hdr metadata": "unset",
"natural size": "1280x720",
"orientation": "0°",
"profile": "vp9 profile0",
"visible rect": "0,0 1280x720"
}
]
},
{
"time": 815.328000000678,
"key": "seek_target",
"value": 3014.001
},
{
"time": 121.61700000055134,
"key": "duration",
"value": 3554.218666
},
{
"time": 1672.0650000004098,
"key": "kIsVideoEncrypted",
"value": true
},
{
"time": 1686.7870000004768,
"key": "kIsAudioDecryptingDemuxerStream",
"value": false
},
{
"time": 1686.792000000365,
"key": "kAudioDecoderName",
"value": "WMFAudioDecoder"
},
{
"time": 1686.7960000000894,
"key": "kIsPlatformAudioDecoder",
"value": false
},
{
"time": 1686.8160000005737,
"key": "info",
"value": "Selected WMFAudioDecoder for audio decoding, config: codec: aac, profile: unknown, bytes_per_channel: 2, channel_layout: STEREO, channels: 2, samples_per_second: 48000, sample_format: Signed 16-bit, bytes_per_frame: 4, seek_preroll: 0us, codec_delay: 0, has extra data: true, encryption scheme: Unencrypted, discard decoder delay: false"
},
{
"time": 1696.3710000002757,
"key": "kIsVideoDecryptingDemuxerStream",
"value": false
},
{
"time": 1696.376000000164,
"key": "kVideoDecoderName",
"value": "DecryptingVideoDecoder"
},
{
"time": 1696.3770000003278,
"key": "kIsPlatformVideoDecoder",
"value": false
},
{
"time": 1696.4050000002608,
"key": "info",
"value": "Selected DecryptingVideoDecoder for video decoding, config: codec: vp9, profile: vp9 profile0, level: not available, alpha_mode: is_opaque, coded size: [1280,720], visible rect: [0,0,1280,720], natural size: [1280,720], has extra data: false, encryption scheme: CENC, rotation: 0°, flipped: 0, color space: {primaries:BT709, transfer:BT709, matrix:BT709, range:LIMITED}"
},
{
"time": 1696.452000000514,
"key": "pipeline_state",
"value": "kPlaying"
},
{
"time": 1696.4790000002831,
"key": "pipeline_state",
"value": "kSeeking"
},
{
"time": 1696.5550000006333,
"key": "pipeline_state",
"value": "kPlaying"
},
{
"time": 1698.4429999999702,
"key": "audio_buffering_state",
"value": {
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 2303.1300000008196,
"key": "dimensions",
"value": "1280x720"
},
{
"time": 2303.14100000076,
"key": "kResolution",
"value": "1280x720"
},
{
"time": 2316.078000000678,
"key": "video_buffering_state",
"value": {
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 2316.1100000003353,
"key": "pipeline_buffering_state",
"value": {
"for_suspended_start": false,
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 2317.223000000231,
"key": "info",
"value": "Effective playback rate changed from 0 to 1"
},
{
"time": 2317.2750000003725,
"key": "event",
"value": "kPlay"
},
{
"time": 13649.938000000082,
"key": "event",
"value": "kPause"
},
{
"time": 24826.38300000038,
"key": "info",
"value": "Selected video track: []"
},
{
"time": 24826.599000000395,
"key": "video_buffering_state",
"value": {
"state": "BUFFERING_HAVE_NOTHING"
}
},
{
"time": 24840.46700000018,
"key": "video_buffering_state",
"value": {
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 24840.487000000663,
"key": "pipeline_buffering_state",
"value": {
"for_suspended_start": false,
"state": "BUFFERING_HAVE_ENOUGH"
}
},
{
"time": 29839.391999999993,
"key": "pipeline_state",
"value": "kSuspending"
},
{
"time": 29839.83400000073,
"key": "pipeline_state",
"value": "kSuspended"
},
{
"time": 29839.88000000082,
"key": "event",
"value": "kSuspended"
},
{
"time": 86232.38800000027,
"key": "info",
"value": "Selected video track: [2]"
},
{
"time": 96990.01100000087,
"key": "info",
"value": "Selected video track: []"
}
],
"lastRendered": 0,
"firstTimestamp_": 4656352.969
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment