SAT>IP server: change default fec to auto for dvb-c
This commit is contained in:
parent
3e4c8e7314
commit
f6d9813ff5
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ rtsp_parse_cmd
|
|||
if (!TAILQ_EMPTY(&hc->hc_req_args)) goto eargs;
|
||||
|
||||
dmc->u.dmc_fe_qam.symbol_rate = sr;
|
||||
dmc->u.dmc_fe_qam.fec_inner = DVB_FEC_NONE;
|
||||
dmc->u.dmc_fe_qam.fec_inner = DVB_FEC_AUTO;
|
||||
dmc->dmc_fe_inversion = specinv;
|
||||
dmc->dmc_fe_stream_id = plp;
|
||||
dmc->dmc_fe_pls_code = ds; /* check */
|
||||
|
|
Loading…
Add table
Reference in a new issue