Commit d22fd0ce authored by Antoine Cellerier's avatar Antoine Cellerier

default show full sout interface

parent 39c26493
...@@ -45,9 +45,9 @@ Note that the sout chain is used and sent to VLC by the input dialog ...@@ -45,9 +45,9 @@ Note that the sout chain is used and sent to VLC by the input dialog
<vlc id="end" /> <vlc id="end" />
<input type="button" value="Cancel" onclick="reset_sout();"/> <input type="button" value="Cancel" onclick="reset_sout();"/>
<input type="hidden" id="sout_old_mrl" value="" /> <!-- FIXME --> <input type="hidden" id="sout_old_mrl" value="" /> <!-- FIXME -->
<input type="button" id="sout_helper_toggle" onclick="toggle_show_sout_helper()" value="Full sout interface" /> <input type="button" id="sout_helper_toggle" onclick="toggle_show_sout_helper()" value="Hide sout interface" />
</div> </div>
<div id="sout_helper" class="helper" style="display: none;" > <div id="sout_helper" class="helper">
Stream Output Helper Stream Output Helper
<hr/> <hr/>
<div id="sout_method"> <div id="sout_method">
......
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