mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-14 10:34:29 +01:00
03fd5b15da
Chromium supports communication with media devices on the local network via the Cast and DIAL protocols. This takes two primary forms: 1. Messaging, where strings representing state information are passed between the client and a dedicated receiver app on the media device. The receiver app communicates directly with an app-specific backend service to retrieve and possibly control media playback. 2. Tab/desktop mirroring, where the media contents are streamed directly from the browser to a generic streaming app on the media device and playback is controlled by the browser. This change adds support for device discovery and messaging (but not mirroring) with functionality exposed via the new CefMediaRouter interface. To test: Navigate to http://tests/media_router in cefclient and follow the on-screen instructions.
46 lines
2.9 KiB
HTML
46 lines
2.9 KiB
HTML
<html>
|
|
<head>
|
|
<title>Other Tests</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<h3>Various other internal and external tests.</h3>
|
|
<ul>
|
|
<li><a href="http://mudcu.be/labs/JS1k/BreathingGalaxies.html">Accelerated 2D Canvas</a></li>
|
|
<li><a href="http://webkit.org/blog-files/3d-transforms/poster-circle.html">Accelerated Layers</a></li>
|
|
<li><a href="https://jigsaw.w3.org/HTTP/Basic/">Authentication (Basic)</a> - credentials returned via GetAuthCredentials</li>
|
|
<li><a href="https://jigsaw.w3.org/HTTP/Digest/">Authentication (Digest)</a> - credentials returned via GetAuthCredentials</li>
|
|
<li><a href="http://html5advent2011.digitpaint.nl/3/index.html">Cursors</a></li>
|
|
<li><a href="dialogs">Dialogs</a></li>
|
|
<li><a href="http://html5demos.com/drag">Drag & Drop</a></li>
|
|
<li><a href="draggable">Draggable Regions</a></li>
|
|
<li><a href="drm">DRM (Clearkey, Widevine)</a> - Widevine requires setup as described in cef_web_plugin.h</li>
|
|
<li><a href="http://www.adobe.com/software/flash/about/">Flash Plugin</a> - requires "enable-system-flash" flag on Win/Mac and "ppapi-flash-path", "ppapi-flash-version" flags on Linux</li>
|
|
<li><a href="http://www.html5test.com">HTML5 Feature Test</a></li>
|
|
<li><a href="http://html5-demos.appspot.com/static/filesystem/filer.js/demos/index.html">HTML5 Filesystem</a> - requires "cache-path" flag</li>
|
|
<li><a href="http://www.youtube.com/watch?v=siOHh0uzcuY&html5=True">HTML5 Video</a></li>
|
|
<li><a href="binding">JavaScript Binding</a></li>
|
|
<li><a href="performance">JavaScript Performance Tests</a></li>
|
|
<li><a href="performance2">JavaScript Performance (2) Tests</a></li>
|
|
<li><a href="window">JavaScript Window Manipulation</a></li>
|
|
<li><a href="localstorage">Local Storage</a></li>
|
|
<li><a href="media_router">Media Router (Cast/DIAL)</a></li>
|
|
<li><a href="pdf.pdf">PDF Viewer direct</a></li>
|
|
<li><a href="pdf">PDF Viewer iframe</a></li>
|
|
<li><a href="preferences">Preferences</a></li>
|
|
<li><a href="http://mrdoob.com/lab/javascript/requestanimationframe/">requestAnimationFrame</a></li>
|
|
<li><a href="response_filter">Response Filtering</a></li>
|
|
<li><a href="client://tests/handler.html">Scheme Handler</a></li>
|
|
<li><a href="server">HTTP/WebSocket Server</a></li>
|
|
<li><a href="websocket">WebSocket Client</a></li>
|
|
<li><a href="https://www.google.com/intl/en/chrome/demos/speech.html">Speech Input</a> - requires "enable-speech-input" flag</li>
|
|
<li><a href="transparency">Transparency</a></li>
|
|
<li><a href="http://webglsamples.org/field/field.html">WebGL</a></li>
|
|
<li><a href="http://apprtc.appspot.com/">WebRTC</a> - requires "enable-media-stream" flag</li>
|
|
<li><a href="urlrequest">CefURLRequest</a></li>
|
|
<li><a href="xmlhttprequest">XMLHttpRequest</a></li>
|
|
<li><a href="javascript:window.print();">Print this page with "javascript:window.print();"</a></li>
|
|
<li><a href="https://patrickhlauke.github.io/touch">Touch Feature Tests</a> - requires "touch-events=enabled" flag (and CAPS LOCK on Mac for Trackpad simulation)</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|