Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does the Google Cast extension for Google Chrome support 1080p? [closed]

Tags:

google-cast

In the Options for the Google Cast extension under 'Tab projection quality', there are three options:

Extreme (720p high bitrate) High (720p) Standard (480p)

1080p is not listed.

I assume if I play a 1080p video that it will work because it's sending the video url to Chromecast, but am I limited to 720p for regular HTML webpages?

like image 923
Dov D. Avatar asked Jul 24 '13 19:07

Dov D.


1 Answers

This appears to be more of a user question, not a development question.

The Google Cast extension for Chrome provides two major functions:

  1. Chrome Mirroring - which is limited to 720p - This acts by encoding your tab to WebM/Opus and then sending to the Chromecast device.
  2. The Google Cast API for Chrome which allows your webpage to cast a video to a Chromecast device. Which, of course can be full 1080p. Official documentation.
like image 163
Les Vogel - Google DevRel Avatar answered Oct 12 '22 23:10

Les Vogel - Google DevRel