Commit Graph

7 Commits

Author SHA1 Message Date
Aaro Altonen 12a24e2b18 Rewrite HEVC frame sending
Now sending HEVC frames requires no extra copying
2019-05-29 08:40:09 +03:00
Aaro Altonen 76b59f449f Fix HEVC frame sending
Latest changes to RTP frame structure broke the HEVC sending
2019-05-29 08:34:49 +03:00
Aaro Altonen 9126b7a43a Rewrite the code using new style
* switch from camelCase to snake_case
* put all code behind kvz_rtp namespace
* improve how headers of RTP frames can ben handled
2019-05-22 12:43:35 +03:00
Aaro Altonen bd8b9119db Start using the new generic frame everywhere 2019-05-22 09:24:29 +03:00
Aaro Altonen e4710fbe77 Format code and add debug prints in rtp_hevc.cc 2019-05-17 09:30:58 +03:00
Aaro Altonen a48e022880 Rename files more logically 2019-03-30 12:29:05 +02:00
Aaro Altonen 38bc84b78b Add support for HEVC streaming 2019-03-30 12:22:57 +02:00