]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix typo for the plp parameter, fixes #4280
authorJaroslav Kysela <perex@perex.cz>
Sat, 11 Mar 2017 08:54:57 +0000 (09:54 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 11 Mar 2017 08:54:57 +0000 (09:54 +0100)
src/input/mpegts/satip/satip_rtsp.c

index 55fa50f4fdf906a7deaea0ff81ee96631ad89db4..7aec787e35667a8fb0c3ba893ba2568628fe4923 100644 (file)
@@ -215,7 +215,7 @@ satip_rtsp_setup( http_client_t *hc, int src, int fe,
       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);
+        satip_rtsp_add_val("plp", buf, (dmc->dmc_fe_stream_id & 0xff) * 1000);
   } else if (dmc->dmc_fe_delsys == DVB_SYS_ATSC ||
              dmc->dmc_fe_delsys == DVB_SYS_DVBC_ANNEX_B) {
     satip_rtsp_add_val("freq", buf, dmc->dmc_fe_freq / 1000);