display hidden fields for mjpeg stream
parent
07086ff6c2
commit
a900eef2c8
|
@ -1451,7 +1451,7 @@ switch($user.details.lang){
|
|||
tmp+='</div>'
|
||||
tmp+=' <div class="form-group">'
|
||||
tmp+=' <label><div><span><%-lang["Stream Type"]%></span></div>'
|
||||
tmp+=' <div><select class="form-control" channel-detail="stream_type" selector="h_st_channel_'+tempID+'" triggerChange="#monSectionChannel'+tempID+' [channel-detail=stream_vcodec]">'
|
||||
tmp+=' <div><select class="form-control" channel-detail="stream_type" selector="h_st_channel_'+tempID+'" triggerChange="#monSectionChannel'+tempID+' [channel-detail=stream_vcodec]" triggerChangeIgnore="b64,mjpeg">'
|
||||
tmp+=' <option value="mp4"><%-lang["Poseidon"]%></option>'
|
||||
tmp+=' <option value="rtmp"><%-lang["RTMP Stream"]%></option>'
|
||||
tmp+=' <option value="flv"><%-lang["FLV"]%></option>'
|
||||
|
|
|
@ -274,7 +274,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label><div><span><%-lang['Stream Type']%></span></div>
|
||||
<div><select class="form-control" detail="stream_type" selector="h_st" triggerChange="#add_monitor [detail=stream_vcodec]" triggerChangeIgnore="b64">
|
||||
<div><select class="form-control" detail="stream_type" selector="h_st" triggerChange="#add_monitor [detail=stream_vcodec]" triggerChangeIgnore="b64,mjpeg">
|
||||
<option value="mp4"><%-lang['Poseidon']%></option>
|
||||
<!-- <option value="pam">PAM</option>-->
|
||||
<option value="b64" selected><%-lang['Base64 over Websocket']%></option>
|
||||
|
|
Loading…
Reference in New Issue