Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP: add pls parameter for the DVB-T2 setup message
  • Loading branch information
perexg committed Feb 2, 2015
1 parent 18c9d1d commit 9a265d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input/mpegts/satip/satip_rtsp.c
Expand Up @@ -206,6 +206,9 @@ satip_rtsp_setup( http_client_t *hc, int src, int fe,
if (dmc->u.dmc_fe_ofdm.guard_interval != DVB_GUARD_INTERVAL_AUTO &&
dmc->u.dmc_fe_ofdm.guard_interval != DVB_GUARD_INTERVAL_NONE)
ADD(u.dmc_fe_ofdm.guard_interval, gi, "18");
if (dmc->dmc_fe_delsys == DVB_SYS_DVBT2)
if (dmc->dmc_fe_stream_id != DVB_NO_STREAM_ID_FILTER)
satip_rtsp_add_val("pls", buf, (dmc->dmc_fe_stream_id & 0xff) * 1000);
}
if (flags & SATIP_SETUP_PIDS0)
strcat(buf, "&pids=0");
Expand Down

0 comments on commit 9a265d5

Please sign in to comment.