Overview Open Chrome DevTools What's New in DevTools DevTools tips Simulate mobile devices with Device Mode Performance insights: Get actionable insights on your website's performance Lighthouse: Optimize website speed Animations: Inspect and modify CSS animation effects Changes: Track your HTML, CSS, and JavaScript changes Coverage: Find unused JavaScript and CSS Developer Resources: View and manually load source maps CSS Overview: Identify potential CSS improvements Issues: Find and fix problems Media: View and debug media players information Memory Inspector: Inspect ArrayBuffer, TypedArray, DataView, and Wasm Memory. Network conditions: Override the user agent string Security: Understand security issues Search: Find text across all loaded resources Sensors: Emulate device sensors WebAuthn: Emulate authenticators Customize DevTools Engineering blog
Overview Open Chrome DevTools What's New in DevTools DevTools tips Simulate mobile devices with Device Mode Performance insights: Get actionable insights on your website's performance Lighthouse: Optimize website speed Animations: Inspect and modify CSS animation effects Changes: Track your HTML, CSS, and JavaScript changes Coverage: Find unused JavaScript and CSS Developer Resources: View and manually load source maps CSS Overview: Identify potential CSS improvements Issues: Find and fix problems Media: View and debug media players information Memory Inspector: Inspect ArrayBuffer, TypedArray, DataView, and Wasm Memory. Network conditions: Override the user agent string Security: Understand security issues Search: Find text across all loaded resources Sensors: Emulate device sensors WebAuthn: Emulate authenticators Customize DevTools Engineering blog

Media: View and debug media players information

Published on

Use the Media Panel in Chrome DevTools to view information and debug the media players per browser tab.

Open the Media panel

The Media panel is the main place in DevTools for inspecting the media player of a page.

  1. Open DevTools.
  2. Click the More Options More > More tools > Media to open the Media panel.
Media panel

View media players information

  1. Visit a page with a media player, such as https://youtu.be/e1gAyQuIFQo.
  2. You can now see a media player under the Players menu.
  3. Click on the player. The Properties tab displays the properties of the media player. Media properties
  4. Click on the Events tab to view all the media player events. Media events
  5. Click on the Messages tab to view the media player message logs. You can filter the messages by log level or string. Media messages
  6. The Timeline tab is where you can view the media playback and buffer status live.

Remote debugging

You can view the media players information on an Android device from your Windows, Mac, or Linux computer.

  1. Follow these steps to set up remote debugging.
  2. Now you can view the media players information remotely.
Remote debugging

Hide and show media players

Sometimes there might be more than one media player on a page, or you might use the same browser tab browsing different pages, each with media players.

You can choose to show or hide each media player for easier debugging experience.

  1. Browse to several different video pages using the same browser tab.
  2. Right click on one of the media players. You can choose to hide the selected player by select Hide player or select Hide all others to hide all the other players.
Hide media players

Export media player information

  1. Right click on one of the media players.
  2. Select Save player info to download the player info as json.
Export media information

Published on Improve article

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.