Project

General

Profile

Actions

Bug #4280

closed

DVB-T2 send wrong plp_id parameter to sat-ip server

Added by Yuri K about 8 years ago. Updated about 8 years ago.

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

Actions

Also available in: Atom PDF