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.
I'm currently stumpling upon this one (sdp_utils.cpp line 190):
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.