Site updated at 2017-07-26 16:45:44 UTC
This commit is contained in:
parent
a51643788b
commit
cd24532def
32 changed files with 70 additions and 52 deletions
|
@ -74,14 +74,14 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">media_extractor</code> component gets an stream URL and send it to a media player entity.</p>
|
||||
<p>The <code class="highlighter-rouge">media_extractor</code> component gets a stream URL and sends it to a media player entity.</p>
|
||||
<p>To use the media extractor service in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_extractor</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="use-the-service" href="#use-the-service"></a> Use the service</h3>
|
||||
<p>Go the the “Developer Tools”, then to “Call Service”, and choose <code class="highlighter-rouge">media_extractor/play_media</code> from the list of available services. Fill the “Service Data” field as shown in the example below and hit “CALL SERVICE”.</p>
|
||||
<p>Go to the “Developer Tools,” then to “Call Service,” and choose <code class="highlighter-rouge">media_extractor/play_media</code> from the list of available services. Fill the “Service Data” field as shown in the example below and hit “CALL SERVICE.”</p>
|
||||
<p>This will download the file from the given URL.</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue