Skip to content

nmos::details::make_sdp_parameters in sdp_utils in case of audio always reprting ptime 1 and payload id 97 #202

@aholzinger

Description

@aholzinger

I'm currently stumpling upon this one (sdp_utils.cpp line 190):

params.packet_time = 1;

return{ sender.at(nmos::fields::label).as_string(), params, 97, media_stream_ids, details::make_ts_refclk(node, source, sender, ptp_domain) };

Wouldn't it be nice if the function would correctly report packet time and payload id?

The problem seems to be that in the data provided in the function parameters neither ptime nor pid are contained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions