]> git.sesse.net Git - vlc/blob - share/http/dialogs/sout
* Add "Stream and media info panel" ( http/dialogs/main,
[vlc] / share / http / dialogs / sout
1 <vlc id="if" param1="0" />
2 vim:syntax=html
3 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
4 <  sout: VLC media player web interface - stream output dialog
5 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
6 <  Copyright (C) 2005-2006 the VideoLAN team
7 <  $Id$
8
9 <  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
10
11 <  This program is free software; you can redistribute it and/or modify
12 <  it under the terms of the GNU General Public License as published by
13 <  the Free Software Foundation; either version 2 of the License, or
14 <  (at your option) any later version.
15
16 <  This program is distributed in the hope that it will be useful,
17 <  but WITHOUT ANY WARRANTY; without even the implied warranty of
18 <  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 <  GNU General Public License for more details.
20
21 <  You should have received a copy of the GNU General Public License
22 <  along with this program; if not, write to the Free Software
23 <  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
24 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25
26 This dialog needs the following dialogs to be fully functional: <none>
27 Note that the sout chain is used and sent to VLC by the input dialog
28 <vlc id="end" />
29
30 <div id="sout" class="dialog" style="display: none">
31   <div class="title">
32     Stream Output
33   </div>
34   <div class="controls">
35     <label for="sout_mrl">Destination (MRL)</label>
36     <vlc id="if" param1="page value 'vlm' strcmp 0 =" />
37       <input type="text" name="sout_mrl" id="sout_mrl" size="60" onkeypress="if( event.keyCode == 13 ) vlm_output_change();"/>
38       <br/>
39       <input type="submit" value="Ok" onclick="vlm_output_change();" />
40       <input type="hidden" id="sout_dest" />
41     <vlc id="else" />
42       <input type="text" name="sout_mrl" id="sout_mrl" size="60" onkeypress="if( event.keyCode == 13 ) save_sout();" />
43       <br/>
44       <input type="submit" value="Save" onclick="save_sout();" />
45     <vlc id="end" />
46     <input type="button" value="Cancel" onclick="reset_sout();"/>
47     <input type="hidden" id="sout_old_mrl" value="" /> <!-- FIXME -->
48     <input type="button" id="sout_helper_toggle" onclick="toggle_show_sout_helper()" value="Full sout interface" />
49   </div>
50   <div id="sout_helper" class="helper" style="display: none;" >
51     Stream Output Helper
52     <hr/>
53     <div id="sout_method">
54       <table>
55         <tr>
56           <td>
57             <input type="checkbox" id="sout_display" onchange="update_sout()"/>
58             <label for="sout_display">Display</label>
59           </td>
60           <td></td>
61           <td></td>
62         </tr>
63         <tr>
64           <td>
65             <input type="checkbox" id="sout_file" onchange="update_sout()"/>
66             <label for="sout_file">File</label>
67           </td>
68           <td>
69             <label for="sout_file_filename">File name</label>
70             <input type="text" id="sout_file_filename" onchange="update_sout()"/>
71           </td>
72           <td></td>
73         </tr>
74         <tr>
75           <td>
76             <input type="checkbox" id="sout_http" onchange="update_sout()"/>
77             <label for="sout_http">HTTP</label>
78           </td>
79           <td>
80             <label for="sout_http_addr">Address</label>
81             <input type="text" id="sout_http_addr" onchange="update_sout()"/>
82           </td>
83           <td>
84             <label for="sout_http_port">Port</label>
85             <input type="text" id="sout_http_port" onchange="update_sout()"/>
86           </td>
87         </tr>
88         <tr>
89           <td>
90             <input type="checkbox" id="sout_mmsh" onchange="update_sout()"/>
91             <label for="sout_mmsh">MMSH</label>
92           </td>
93           <td>
94             <label for="sout_mmsh_addr">Address</label>
95             <input type="text" id="sout_mmsh_addr" onchange="update_sout()"/>
96           </td>
97           <td>
98             <label for="sout_mmsh_port">Port</label>
99             <input type="text" id="sout_mmsh_port" onchange="update_sout()"/>
100           </td>
101         </tr>
102         <tr>
103           <td>
104             <input type="checkbox" id="sout_rtp" onchange="update_sout()"/>
105             <label for="sout_rtp">RTP</label>
106           </td>
107           <td>
108             <label for="sout_rtp_addr">Address</label>
109             <input type="text" id="sout_rtp_addr" onchange="update_sout()"/>
110           </td>
111           <td>
112             <label for="sout_rtp_port">Port</label>
113             <input type="text" id="sout_rtp_port" onchange="update_sout()"/>
114           </td>
115         </tr>
116         <tr>
117           <td>
118             <input type="checkbox" id="sout_udp" onchange="update_sout()"/>
119             <label for="sout_udp">UDP</label>
120           </td>
121           <td>
122             <label for="sout_udp_addr">Address</label>
123             <input type="text" id="sout_udp_addr" onchange="update_sout()"/>
124           </td>
125           <td>
126             <label for="sout_udp_port">Port</label>
127             <input type="text" id="sout_udp_port" onchange="update_sout()"/>
128           </td>
129         </tr>
130       </table>
131     </div>
132     <hr/>
133     <div id="sout_muxh">
134       <input type="radio" name="sout_mux" id="sout_mux_default" value="" onchange="update_sout()" />
135       <label for="sout_mux_default">Default</label>
136       <input type="radio" name="sout_mux" id="sout_mux_ts" value="ts" onchange="update_sout()"/>
137       <label for="sout_mux_ts">MPEG TS</label>
138       <input type="radio" name="sout_mux" id="sout_mux_ps" value="ps" onchange="update_sout()"/>
139       <label for="sout_mux_ps">MPEG PS</label>
140       <input type="radio" name="sout_mux" id="sout_mux_mpeg1" value="mpeg1" onchange="update_sout()"/>
141       <label for="sout_mux_ts">MPEG 1</label>
142       <input type="radio" name="sout_mux" id="sout_mux_ogg" value="ogg" onchange="update_sout()"/>
143       <label for="sout_mux_ts">OGG</label>
144       <br/>
145       <input type="radio" name="sout_mux" id="sout_mux_asf" value="asf" onchange="update_sout()"/>
146       <label for="sout_mux_ts">ASF</label>
147       <input type="radio" name="sout_mux" id="sout_mux_mp4" value="mp4" onchange="update_sout()"/>
148       <label for="sout_mux_ts">MP4</label>
149       <input type="radio" name="sout_mux" id="sout_mux_mov" value="mov" onchange="update_sout()"/>
150       <label for="sout_mux_ts">MOV</label>
151       <input type="radio" name="sout_mux" id="sout_mux_wav" value="wav" onchange="update_sout()"/>
152       <label for="sout_mux_ts">WAV</label>
153       <input type="radio" name="sout_mux" id="sout_mux_raw" value="raw" onchange="update_sout()"/>
154       <label for="sout_mux_ts">Raw</label>
155     </div>
156     <hr/>
157     <div id="sout_transcode">
158       <table>
159         <tr>
160           <td>
161             <input type="checkbox" id="sout_vcodec_s" onchange="update_sout()"/>
162             <label for="sout_vcodec_s">Video Codec</label>
163           </td>
164           <td>
165             <select id="sout_vcodec" onchange="update_sout()">
166               <option value="mp1v">mp1v</option>
167               <option value="mp2v">mp2v</option>
168               <option value="mp4v">mp4v</option>
169               <option value="DIV1">DIV1</option>
170               <option value="DIV2">DIV2</option>
171               <option value="DIV3">DIV3</option>
172               <option value="H263">H263</option>
173               <option value="H264">H264</option>
174               <option value="WMV1">WMV1</option>
175               <option value="WMV2">WMV2</option>
176               <option value="MJPG">MJPG</option>
177               <option value="theo">theo</option>
178             </select>
179           </td>
180           <td>
181             <label for="sout_vb">Bitrate (kb/s)</label>
182             <select id="sout_vb" onchange="update_sout()">
183               <option value="4096">4096</option>
184               <option value="3072">3072</option>
185               <option value="2048">2048</option>
186               <option value="1024">1024</option>
187               <option value="768">768</option>
188               <option value="512">512</option>
189               <option value="384">384</option>
190               <option value="256">256</option>
191               <option value="192">192</option>
192               <option value="128">128</option>
193               <option value="96">96</option>
194               <option value="64">64</option>
195               <option value="32">32</option>
196               <option value="16">16</option>
197             </select>
198           </td>
199           <td>
200             <label for="sout_scale">Scale</label>
201             <select id="sout_scale" onchange="update_sout()">
202               <option value="0.25">0.25</option>
203               <option value="0.5">0.5</option>
204               <option value="0.75">0.75</option>
205               <option value="1" selected="selected">1</option>
206               <option value="1.25">1.25</option>
207               <option value="1.5">1.5</option>
208               <option value="1.75">1.75</option>
209               <option value="2">2</option>
210             </select>
211           </td>
212         </tr>
213         <tr>
214           <td>
215             <input type="checkbox" id="sout_acodec_s" onchange="update_sout()"/>
216             <label for="sout_acodec_s">Audio Codec</label>
217           </td>
218           <td>
219             <select id="sout_acodec" onchange="update_sout()">
220               <option value="mpga">mpga</option>
221               <option value="mp2a">mp2a</option>
222               <option value="mp3">mp3</option>
223               <option value="mp4a">mp4a</option>
224               <option value="a42">a52</option>
225               <option value="vorb">vorb</option>
226               <option value="flac">flac</option>
227               <option value="spx">spx</option>
228               <option value="s16l">s16l</option>
229               <option value="fl32">fl32</option>
230             </select>
231           </td>
232           <td>
233             <label for="sout_ab">Bitrate (kb/s)</label>
234             <select id="sout_ab" onchange="update_sout()">
235               <option value="512">512</option>
236               <option value="384">384</option>
237               <option value="256">256</option>
238               <option value="192">192</option>
239               <option value="128">128</option>
240               <option value="96">96</option>
241               <option value="64">64</option>
242               <option value="32">32</option>
243               <option value="16">16</option>
244             </select>
245           </td>
246           <td>
247             <label for="sout_channels">Channels</label>
248             <select id="sout_channels" onchange="update_sout()">
249               <option value="">default</option>
250               <option value="1">1</option>
251               <option value="2">2</option>
252               <option value="4">4</option>
253               <option value="6">6</option>
254             </select>
255           </td>
256         </tr>
257         <tr>
258           <td>
259             <input type="checkbox" id="sout_sub" onchange="update_sout()"/>
260             <label for="sout_sub">Subtitles Codec</label>
261           </td>
262           <td>
263             <select id="sout_scodec" onchange="update_sout()">
264               <option value="dvbs">dvbs</option>
265             </select>
266           </td>
267           <td colspan="2">
268             <input type="checkbox" id="sout_soverlay" onchange="update_sout()"/>
269             <label for="sout_soverlay">Subtitles overlay</label>
270           </td>
271         </tr>
272       </table>
273     </div>
274     <hr/>
275     <div id="sout_misc">
276       <input type="checkbox" id="sout_sap" onchange="update_sout()"/>
277       <label for="sout_sap">SAP announce</label>
278       <br/>
279       <label for="sout_sap_group">Group name</label>
280       <input type="text" id="sout_sap_group" onchange="update_sout()"/>
281       <label for="sout_sap_name">Channel name</label>
282       <input type="text" id="sout_sap_name" onchange="update_sout()"/>
283       <hr/>
284       <input type="checkbox" id="sout_all" onchange="update_sout()"/>
285       <label for="sout_all">Select all elementary streams</label>
286       <hr/>
287       <label for="sout_ttl">Time-To-Live (TTL)</label>
288       <input type="text" id="sout_ttl" onchange="update_sout()"/>
289     </div>
290   </div>
291 </div>