Added H265#6
Conversation
Added get_video_h264_parameters Updated gitignore to ignore build files
…a very, very minimal example
|
You seem to have merged your H.264 code and my approach to it (nmos/video_h264.{cpp,h}). I don't think we want both. What do you think to the format-specific header/source file approach? Can you also use it for H.265? |
|
Ok, I will then extract the code and add it to another branch! |
I previously documented a preliminary look at it here: sony#213 (comment) Reading the IANA media type registration, linked there, I agree profile-id and level-id may be useful. I think all bit-fields in interop-constraints is covered by existing IS-04 Flow parameters however? |
|
I think the best link for the RFC is https://tools.ietf.org/html/rfc7798 |
|
This will also make us think about whether we should define common reusable |
Thanks, that'd be great. See if you think the pattern I've used for nmos/video_h264.{h,cpp} can be entirely repeated for H.265 and do it as a separate branch also starting from master. |
|
Closing now we have #7. |
It's just missing the IS-04 parameters, which ones do you think should be used? @garethsb
Also should I make the PR to the master branch or the video h264?