Bug #4280
DVB-T2 send wrong plp_id parameter to sat-ip server
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
SAT>IP
Target version:
-
Start date:
2017-03-10
Due date:
% Done:
100%
Estimated time:
Found in version:
last
Affected Versions:
Description
According sat-ip specs http://www.satip.info/sites/satip/files/resource/satip_specification_version_1_2_2.pdf
sat-ip client should send "plp" parameter as plp_id. But tvheadend send "pls" instead:
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);
Therefore it not work with sat-ip server with plp_id>0
History
Updated by Jaroslav Kysela over 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|0330b06fe611fdda9e6422e414e13a926228de19.