Commit a37b818e authored by Christophe Mutricy's avatar Christophe Mutricy

* Put sout back. (should have read the doc more)

parent 59db278a
...@@ -127,17 +127,15 @@ function changeMe(item) ...@@ -127,17 +127,15 @@ function changeMe(item)
</td> </td>
</form> </form>
</tr> </tr>
<!--control=sout is not yet implemented
<tr> <tr>
<form method="get" action="" enctype="text/plain" > <form method="get" action="" enctype="text/plain" >
<td>Stream Output:</td> <td>Stream Output:</td>
<td> <td>
<input type="hidden" name="control" value="sout" />
<input type="text" name="sout" size="40" value="<vlc id="get" param1="sout" param2="string" />" /> <input type="text" name="sout" size="40" value="<vlc id="get" param1="sout" param2="string" />" />
<input type="submit" value="Sout" /> <input type="submit" value="Sout" />
</td> </td>
</form> </form>
</tr>--> </tr>
</table> </table>
</div> </div>
<!-- Playlist --> <!-- Playlist -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment