Commit 7660edc
Dolby Vision fixes for Chromecast (#1844)
- Fix the link to Dolby's Dolby Vision Profiles and levels PDF
- Was pointing to a document version that no longer exists
- Update Dolby Vision regex to match all DV codecs
- Dolby Vision is available in 4 different (base) codecs: dvhe, dvh1, dvav, dva1
- dvh* represents HEVC-based Dolby Vision
- dva* represents AVC-based Dolby Vision.
- Do not remove Dolby Vision codecs on Chromecast
No need to remove Dolby Vision codecs on Chromecast. Chromecast's canDisplayType will reject them when the cast receiver or the attached display can't play Dolby Vision.
On Dolby Vision capable cast receivers attached to a TV in Dolby Vision mode, canDisplayType does not reject Dolby Vision streams. One such device is the Chromecast Ultra. With this change, Shaka Player plays Dolby Vision on qualifying setups.1 parent c2422ce commit 7660edc
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
345 | 343 | | |
346 | 344 | | |
347 | | - | |
348 | | - | |
349 | 345 | | |
350 | 346 | | |
351 | 347 | | |
| |||
0 commit comments