Hello!
Me and @massis08 work at @bisect-pt and we are adding support for a new media type, currently H264 but we are also planning to add to H265, and we are facing some challenges and would like to ask for some guidance!
FYI we are following the steps on #225.
We started by adding a struct called video_H264_parameters, and since all the parameters are optional, we only added the most important ones, packetization mode, profile level id and sprop parameter sets, (in the future more could be added).
After this we were looking at make_video_H264_parameters and were confused about the usage of the nmos::fields, do we need to add the new H264 fields to this nmos::fields namespace or that should be on another place since they are not used in any type of device?
Thank you!
Hello!
Me and @massis08 work at @bisect-pt and we are adding support for a new media type, currently H264 but we are also planning to add to H265, and we are facing some challenges and would like to ask for some guidance!
FYI we are following the steps on #225.
We started by adding a struct called video_H264_parameters, and since all the parameters are optional, we only added the most important ones, packetization mode, profile level id and sprop parameter sets, (in the future more could be added).
After this we were looking at make_video_H264_parameters and were confused about the usage of the nmos::fields, do we need to add the new H264 fields to this nmos::fields namespace or that should be on another place since they are not used in any type of device?
Thank you!