Advertisement
Guest User

cargo run

a guest
Aug 1st, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 317.55 KB | Software | 0 0
  1. root@inextrix-vm-1:/var/www/html/lkc-rust/examples/basic_room# cargo run src/main.rs
  2. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  3. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  4. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  5. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  6. warning:                  from ./include/livekit/webrtc.h:22,
  7. warning:                  from ./include/livekit/media_stream.h:23,
  8. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  9. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  10. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  11. warning:       |                    ^~~~~~
  12. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  13. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  14. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  15. warning:                  from /usr/include/c++/10/memory:63,
  16. warning:                  from ./include/livekit/media_stream.h:19,
  17. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  18. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  19. warning:   697 |     is_pod
  20. warning:       |     ^~~~~~
  21. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  22. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  23. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  24. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  25. warning:                  from ./include/livekit/webrtc.h:22,
  26. warning:                  from ./include/livekit/media_stream.h:23,
  27. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  28. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  29. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  30. warning:       |                    ^~~~~~
  31. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  32. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  33. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  34. warning:                  from /usr/include/c++/10/memory:63,
  35. warning:                  from ./include/livekit/media_stream.h:19,
  36. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  37. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  38. warning:   697 |     is_pod
  39. warning:       |     ^~~~~~
  40. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  41. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  42. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  43. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  44. warning:                  from ./include/livekit/webrtc.h:22,
  45. warning:                  from ./include/livekit/media_stream.h:23,
  46. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  47. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  48. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  49. warning:       |                    ^~~~~~
  50. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  51. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  52. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  53. warning:                  from /usr/include/c++/10/memory:63,
  54. warning:                  from ./include/livekit/media_stream.h:19,
  55. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  56. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  57. warning:   697 |     is_pod
  58. warning:       |     ^~~~~~
  59. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  60. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  61. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  62. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  63. warning:                  from ./include/livekit/webrtc.h:22,
  64. warning:                  from ./include/livekit/media_stream.h:23,
  65. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  66. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  67. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  68. warning:       |                    ^~~~~~
  69. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  70. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  71. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  72. warning:                  from /usr/include/c++/10/memory:63,
  73. warning:                  from ./include/livekit/media_stream.h:19,
  74. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  75. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  76. warning:   697 |     is_pod
  77. warning:       |     ^~~~~~
  78. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  79. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  80. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  81. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  82. warning:                  from ./include/livekit/webrtc.h:22,
  83. warning:                  from ./include/livekit/media_stream.h:23,
  84. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
  85. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  86. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  87. warning:       |                    ^~~~~~
  88. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  89. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  90. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  91. warning:                  from /usr/include/c++/10/bits/char_traits.h:39,
  92. warning:                  from /usr/include/c++/10/string:40,
  93. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtc_error.h:17,
  94. warning:                  from ./include/livekit/rtc_error.h:19,
  95. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:1:
  96. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  97. warning:   697 |     is_pod
  98. warning:       |     ^~~~~~
  99. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  100. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  101. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  102. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  103. warning:                  from ./include/livekit/webrtc.h:22,
  104. warning:                  from ./include/livekit/media_stream.h:23,
  105. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
  106. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  107. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  108. warning:       |                    ^~~~~~
  109. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  110. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  111. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  112. warning:                  from /usr/include/c++/10/bits/char_traits.h:39,
  113. warning:                  from /usr/include/c++/10/string:40,
  114. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtc_error.h:17,
  115. warning:                  from ./include/livekit/rtc_error.h:19,
  116. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:1:
  117. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  118. warning:   697 |     is_pod
  119. warning:       |     ^~~~~~
  120. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  121. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  122. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  123. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  124. warning:                  from ./include/livekit/webrtc.h:22,
  125. warning:                  from ./include/livekit/media_stream.h:23,
  126. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
  127. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  128. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  129. warning:       |                    ^~~~~~
  130. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  131. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  132. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  133. warning:                  from /usr/include/c++/10/bits/char_traits.h:39,
  134. warning:                  from /usr/include/c++/10/string:40,
  135. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtc_error.h:17,
  136. warning:                  from ./include/livekit/rtc_error.h:19,
  137. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:1:
  138. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  139. warning:   697 |     is_pod
  140. warning:       |     ^~~~~~
  141. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  142. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  143. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  144. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  145. warning:                  from ./include/livekit/webrtc.h:22,
  146. warning:                  from ./include/livekit/media_stream.h:23,
  147. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
  148. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  149. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  150. warning:       |                    ^~~~~~
  151. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  152. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  153. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  154. warning:                  from /usr/include/c++/10/bits/char_traits.h:39,
  155. warning:                  from /usr/include/c++/10/string:40,
  156. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtc_error.h:17,
  157. warning:                  from ./include/livekit/rtc_error.h:19,
  158. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:1:
  159. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  160. warning:   697 |     is_pod
  161. warning:       |     ^~~~~~
  162. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  163. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  164. warning:                  from ./include/livekit/webrtc.h:27,
  165. warning:                  from ./include/livekit/media_stream.h:23,
  166. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
  167. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  168. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  169. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  170. warning:       |                                                               ^
  171. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  172. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  173. warning:       |   ^~~~~~~~
  174. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  175. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  176. warning:                  from ./include/livekit/webrtc.h:27,
  177. warning:                  from ./include/livekit/media_stream.h:23,
  178. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
  179. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  180. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  181. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  182. warning:       |                                                               ^
  183. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  184. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  185. warning:       |   ^~~~~~~~
  186. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:125,
  187. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  188. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:3:
  189. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&, webrtc::AudioCodecPairId):
  190. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:119:68: warning: ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&)’ is deprecated: Use version with role parameter [-Wdeprecated-declarations]
  191. warning:   119 |     return CreateMediaChannel(call, config, options, crypto_options);
  192. warning:       |                                                                    ^
  193. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:125:3: note: declared here
  194. warning:   125 |   CreateMediaChannel(webrtc::Call* call,
  195. warning:       |   ^~~~~~~~~~~~~~~~~~
  196. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*):
  197. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:185:62: warning: ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*)’ is deprecated: Please specify the role [-Wdeprecated-declarations]
  198. warning:   185 |                               video_bitrate_allocator_factory);
  199. warning:       |                                                              ^
  200. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:193:3: note: declared here
  201. warning:   193 |   CreateMediaChannel(
  202. warning:       |   ^~~~~~~~~~~~~~~~~~
  203. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:125,
  204. warning:                  from ./include/livekit/peer_connection.h:21,
  205. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:11:
  206. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&, webrtc::AudioCodecPairId):
  207. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:119:68: warning: ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&)’ is deprecated: Use version with role parameter [-Wdeprecated-declarations]
  208. warning:   119 |     return CreateMediaChannel(call, config, options, crypto_options);
  209. warning:       |                                                                    ^
  210. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:125:3: note: declared here
  211. warning:   125 |   CreateMediaChannel(webrtc::Call* call,
  212. warning:       |   ^~~~~~~~~~~~~~~~~~
  213. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*):
  214. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:185:62: warning: ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*)’ is deprecated: Please specify the role [-Wdeprecated-declarations]
  215. warning:   185 |                               video_bitrate_allocator_factory);
  216. warning:       |                                                              ^
  217. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:193:3: note: declared here
  218. warning:   193 |   CreateMediaChannel(
  219. warning:       |   ^~~~~~~~~~~~~~~~~~
  220. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  221. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  222. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  223. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  224. warning:                  from ./include/livekit/webrtc.h:22,
  225. warning:                  from ./include/livekit/media_stream_track.h:23,
  226. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
  227. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  228. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  229. warning:       |                    ^~~~~~
  230. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  231. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  232. warning:                  from /usr/include/c++/10/utility:70,
  233. warning:                  from /usr/include/c++/10/algorithm:60,
  234. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/rust/cxx.h:2,
  235. warning:                  from ./include/livekit/helper.h:19,
  236. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:1:
  237. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  238. warning:   697 |     is_pod
  239. warning:       |     ^~~~~~
  240. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  241. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  242. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  243. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  244. warning:                  from ./include/livekit/webrtc.h:22,
  245. warning:                  from ./include/livekit/media_stream_track.h:23,
  246. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
  247. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  248. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  249. warning:       |                    ^~~~~~
  250. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  251. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  252. warning:                  from /usr/include/c++/10/utility:70,
  253. warning:                  from /usr/include/c++/10/algorithm:60,
  254. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/rust/cxx.h:2,
  255. warning:                  from ./include/livekit/helper.h:19,
  256. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:1:
  257. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  258. warning:   697 |     is_pod
  259. warning:       |     ^~~~~~
  260. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  261. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  262. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  263. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  264. warning:                  from ./include/livekit/webrtc.h:22,
  265. warning:                  from ./include/livekit/media_stream_track.h:23,
  266. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
  267. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  268. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  269. warning:       |                    ^~~~~~
  270. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  271. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  272. warning:                  from /usr/include/c++/10/utility:70,
  273. warning:                  from /usr/include/c++/10/algorithm:60,
  274. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/rust/cxx.h:2,
  275. warning:                  from ./include/livekit/helper.h:19,
  276. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:1:
  277. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  278. warning:   697 |     is_pod
  279. warning:       |     ^~~~~~
  280. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  281. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  282. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  283. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  284. warning:                  from ./include/livekit/webrtc.h:22,
  285. warning:                  from ./include/livekit/media_stream_track.h:23,
  286. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
  287. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  288. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  289. warning:       |                    ^~~~~~
  290. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  291. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  292. warning:                  from /usr/include/c++/10/utility:70,
  293. warning:                  from /usr/include/c++/10/algorithm:60,
  294. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/rust/cxx.h:2,
  295. warning:                  from ./include/livekit/helper.h:19,
  296. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:1:
  297. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  298. warning:   697 |     is_pod
  299. warning:       |     ^~~~~~
  300. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  301. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  302. warning:                  from ./include/livekit/webrtc.h:27,
  303. warning:                  from ./include/livekit/media_stream_track.h:23,
  304. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
  305. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  306. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  307. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  308. warning:       |                                                               ^
  309. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  310. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  311. warning:       |   ^~~~~~~~
  312. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  313. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  314. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  315. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  316. warning:                  from ./include/livekit/webrtc.h:22,
  317. warning:                  from ./include/livekit/media_stream_track.h:23,
  318. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  319. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  320. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  321. warning:       |                    ^~~~~~
  322. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  323. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  324. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  325. warning:                  from /usr/include/c++/10/memory:63,
  326. warning:                  from ./include/livekit/media_stream_track.h:19,
  327. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  328. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  329. warning:   697 |     is_pod
  330. warning:       |     ^~~~~~
  331. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  332. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  333. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  334. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  335. warning:                  from ./include/livekit/webrtc.h:22,
  336. warning:                  from ./include/livekit/media_stream_track.h:23,
  337. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  338. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  339. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  340. warning:       |                    ^~~~~~
  341. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  342. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  343. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  344. warning:                  from /usr/include/c++/10/memory:63,
  345. warning:                  from ./include/livekit/media_stream_track.h:19,
  346. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  347. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  348. warning:   697 |     is_pod
  349. warning:       |     ^~~~~~
  350. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  351. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  352. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  353. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  354. warning:                  from ./include/livekit/webrtc.h:22,
  355. warning:                  from ./include/livekit/media_stream_track.h:23,
  356. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  357. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  358. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  359. warning:       |                    ^~~~~~
  360. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  361. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  362. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  363. warning:                  from /usr/include/c++/10/memory:63,
  364. warning:                  from ./include/livekit/media_stream_track.h:19,
  365. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  366. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  367. warning:   697 |     is_pod
  368. warning:       |     ^~~~~~
  369. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  370. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  371. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  372. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  373. warning:                  from ./include/livekit/webrtc.h:22,
  374. warning:                  from ./include/livekit/media_stream_track.h:23,
  375. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  376. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  377. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  378. warning:       |                    ^~~~~~
  379. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  380. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  381. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  382. warning:                  from /usr/include/c++/10/memory:63,
  383. warning:                  from ./include/livekit/media_stream_track.h:19,
  384. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  385. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  386. warning:   697 |     is_pod
  387. warning:       |     ^~~~~~
  388. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  389. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  390. warning:                  from ./include/livekit/webrtc.h:27,
  391. warning:                  from ./include/livekit/media_stream_track.h:23,
  392. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
  393. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  394. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  395. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  396. warning:       |                                                               ^
  397. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  398. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  399. warning:       |   ^~~~~~~~
  400. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  401. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  402. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  403. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  404. warning:                  from ./include/livekit/webrtc.h:22,
  405. warning:                  from ./include/livekit/media_stream_track.h:23,
  406. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  407. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  408. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  409. warning:       |                    ^~~~~~
  410. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  411. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  412. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  413. warning:                  from /usr/include/c++/10/memory:63,
  414. warning:                  from ./include/livekit/media_stream_track.h:19,
  415. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  416. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  417. warning:   697 |     is_pod
  418. warning:       |     ^~~~~~
  419. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  420. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  421. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  422. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  423. warning:                  from ./include/livekit/webrtc.h:22,
  424. warning:                  from ./include/livekit/media_stream_track.h:23,
  425. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  426. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  427. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  428. warning:       |                    ^~~~~~
  429. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  430. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  431. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  432. warning:                  from /usr/include/c++/10/memory:63,
  433. warning:                  from ./include/livekit/media_stream_track.h:19,
  434. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  435. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  436. warning:   697 |     is_pod
  437. warning:       |     ^~~~~~
  438. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  439. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  440. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  441. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  442. warning:                  from ./include/livekit/webrtc.h:22,
  443. warning:                  from ./include/livekit/media_stream_track.h:23,
  444. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  445. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  446. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  447. warning:       |                    ^~~~~~
  448. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  449. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  450. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  451. warning:                  from /usr/include/c++/10/memory:63,
  452. warning:                  from ./include/livekit/media_stream_track.h:19,
  453. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  454. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  455. warning:   697 |     is_pod
  456. warning:       |     ^~~~~~
  457. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  458. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  459. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  460. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  461. warning:                  from ./include/livekit/webrtc.h:22,
  462. warning:                  from ./include/livekit/media_stream_track.h:23,
  463. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  464. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  465. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  466. warning:       |                    ^~~~~~
  467. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  468. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  469. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  470. warning:                  from /usr/include/c++/10/memory:63,
  471. warning:                  from ./include/livekit/media_stream_track.h:19,
  472. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  473. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  474. warning:   697 |     is_pod
  475. warning:       |     ^~~~~~
  476. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  477. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  478. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  479. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  480. warning:                  from ./include/livekit/webrtc.h:22,
  481. warning:                  from ./include/livekit/media_stream_track.h:23,
  482. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
  483. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  484. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  485. warning:       |                    ^~~~~~
  486. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  487. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  488. warning:                  from /usr/include/c++/10/utility:70,
  489. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/video_frame.h:16,
  490. warning:                  from ./include/livekit/video_frame.h:19,
  491. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:1:
  492. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  493. warning:   697 |     is_pod
  494. warning:       |     ^~~~~~
  495. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  496. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  497. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  498. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  499. warning:                  from ./include/livekit/webrtc.h:22,
  500. warning:                  from ./include/livekit/media_stream_track.h:23,
  501. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
  502. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  503. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  504. warning:       |                    ^~~~~~
  505. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  506. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  507. warning:                  from /usr/include/c++/10/utility:70,
  508. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/video_frame.h:16,
  509. warning:                  from ./include/livekit/video_frame.h:19,
  510. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:1:
  511. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  512. warning:   697 |     is_pod
  513. warning:       |     ^~~~~~
  514. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  515. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  516. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  517. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  518. warning:                  from ./include/livekit/webrtc.h:22,
  519. warning:                  from ./include/livekit/media_stream_track.h:23,
  520. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
  521. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  522. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  523. warning:       |                    ^~~~~~
  524. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  525. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  526. warning:                  from /usr/include/c++/10/utility:70,
  527. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/video_frame.h:16,
  528. warning:                  from ./include/livekit/video_frame.h:19,
  529. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:1:
  530. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  531. warning:   697 |     is_pod
  532. warning:       |     ^~~~~~
  533. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  534. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  535. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  536. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  537. warning:                  from ./include/livekit/webrtc.h:22,
  538. warning:                  from ./include/livekit/media_stream_track.h:23,
  539. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
  540. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  541. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  542. warning:       |                    ^~~~~~
  543. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  544. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  545. warning:                  from /usr/include/c++/10/utility:70,
  546. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/video_frame.h:16,
  547. warning:                  from ./include/livekit/video_frame.h:19,
  548. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:1:
  549. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  550. warning:   697 |     is_pod
  551. warning:       |     ^~~~~~
  552. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  553. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  554. warning:                  from ./include/livekit/webrtc.h:27,
  555. warning:                  from ./include/livekit/media_stream_track.h:23,
  556. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
  557. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  558. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  559. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  560. warning:       |                                                               ^
  561. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  562. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  563. warning:       |   ^~~~~~~~
  564. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  565. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  566. warning:                  from ./include/livekit/webrtc.h:27,
  567. warning:                  from ./include/livekit/media_stream_track.h:23,
  568. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
  569. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  570. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  571. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  572. warning:       |                                                               ^
  573. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  574. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  575. warning:       |   ^~~~~~~~
  576. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  577. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  578. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  579. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  580. warning:                  from ./include/livekit/webrtc.h:22,
  581. warning:                  from ./include/livekit/data_channel.h:23,
  582. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  583. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  584. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  585. warning:       |                    ^~~~~~
  586. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  587. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  588. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  589. warning:                  from /usr/include/c++/10/memory:63,
  590. warning:                  from ./include/livekit/data_channel.h:19,
  591. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  592. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  593. warning:   697 |     is_pod
  594. warning:       |     ^~~~~~
  595. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  596. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  597. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  598. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  599. warning:                  from ./include/livekit/webrtc.h:22,
  600. warning:                  from ./include/livekit/data_channel.h:23,
  601. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  602. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  603. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  604. warning:       |                    ^~~~~~
  605. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  606. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  607. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  608. warning:                  from /usr/include/c++/10/memory:63,
  609. warning:                  from ./include/livekit/data_channel.h:19,
  610. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  611. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  612. warning:   697 |     is_pod
  613. warning:       |     ^~~~~~
  614. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  615. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  616. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  617. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  618. warning:                  from ./include/livekit/webrtc.h:22,
  619. warning:                  from ./include/livekit/data_channel.h:23,
  620. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  621. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  622. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  623. warning:       |                    ^~~~~~
  624. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  625. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  626. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  627. warning:                  from /usr/include/c++/10/memory:63,
  628. warning:                  from ./include/livekit/data_channel.h:19,
  629. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  630. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  631. warning:   697 |     is_pod
  632. warning:       |     ^~~~~~
  633. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  634. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  635. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  636. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  637. warning:                  from ./include/livekit/webrtc.h:22,
  638. warning:                  from ./include/livekit/data_channel.h:23,
  639. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  640. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  641. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  642. warning:       |                    ^~~~~~
  643. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  644. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  645. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  646. warning:                  from /usr/include/c++/10/memory:63,
  647. warning:                  from ./include/livekit/data_channel.h:19,
  648. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  649. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  650. warning:   697 |     is_pod
  651. warning:       |     ^~~~~~
  652. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  653. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  654. warning:                  from ./include/livekit/webrtc.h:27,
  655. warning:                  from ./include/livekit/data_channel.h:23,
  656. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
  657. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  658. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  659. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  660. warning:       |                                                               ^
  661. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  662. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  663. warning:       |   ^~~~~~~~
  664. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  665. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  666. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  667. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  668. warning:                  from ./include/livekit/webrtc.h:22,
  669. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  670. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  671. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  672. warning:       |                    ^~~~~~
  673. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  674. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  675. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  676. warning:                  from /usr/include/c++/10/memory:63,
  677. warning:                  from ./include/livekit/webrtc.h:19,
  678. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  679. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  680. warning:   697 |     is_pod
  681. warning:       |     ^~~~~~
  682. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  683. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  684. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  685. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  686. warning:                  from ./include/livekit/webrtc.h:22,
  687. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  688. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  689. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  690. warning:       |                    ^~~~~~
  691. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  692. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  693. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  694. warning:                  from /usr/include/c++/10/memory:63,
  695. warning:                  from ./include/livekit/webrtc.h:19,
  696. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  697. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  698. warning:   697 |     is_pod
  699. warning:       |     ^~~~~~
  700. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  701. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  702. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  703. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  704. warning:                  from ./include/livekit/webrtc.h:22,
  705. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  706. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  707. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  708. warning:       |                    ^~~~~~
  709. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  710. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  711. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  712. warning:                  from /usr/include/c++/10/memory:63,
  713. warning:                  from ./include/livekit/webrtc.h:19,
  714. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  715. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  716. warning:   697 |     is_pod
  717. warning:       |     ^~~~~~
  718. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  719. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  720. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  721. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  722. warning:                  from ./include/livekit/webrtc.h:22,
  723. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  724. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  725. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  726. warning:       |                    ^~~~~~
  727. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  728. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  729. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  730. warning:                  from /usr/include/c++/10/memory:63,
  731. warning:                  from ./include/livekit/webrtc.h:19,
  732. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  733. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  734. warning:   697 |     is_pod
  735. warning:       |     ^~~~~~
  736. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  737. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  738. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  739. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  740. warning:                  from ./include/livekit/webrtc.h:22,
  741. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  742. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  743. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  744. warning:       |                    ^~~~~~
  745. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  746. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  747. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  748. warning:                  from /usr/include/c++/10/memory:63,
  749. warning:                  from ./include/livekit/webrtc.h:19,
  750. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  751. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  752. warning:   697 |     is_pod
  753. warning:       |     ^~~~~~
  754. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  755. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  756. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  757. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  758. warning:                  from ./include/livekit/webrtc.h:22,
  759. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  760. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  761. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  762. warning:       |                    ^~~~~~
  763. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  764. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  765. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  766. warning:                  from /usr/include/c++/10/memory:63,
  767. warning:                  from ./include/livekit/webrtc.h:19,
  768. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  769. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  770. warning:   697 |     is_pod
  771. warning:       |     ^~~~~~
  772. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  773. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  774. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  775. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  776. warning:                  from ./include/livekit/webrtc.h:22,
  777. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  778. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  779. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  780. warning:       |                    ^~~~~~
  781. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  782. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  783. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  784. warning:                  from /usr/include/c++/10/memory:63,
  785. warning:                  from ./include/livekit/webrtc.h:19,
  786. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  787. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  788. warning:   697 |     is_pod
  789. warning:       |     ^~~~~~
  790. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  791. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  792. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  793. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  794. warning:                  from ./include/livekit/webrtc.h:22,
  795. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  796. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  797. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  798. warning:       |                    ^~~~~~
  799. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  800. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  801. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  802. warning:                  from /usr/include/c++/10/memory:63,
  803. warning:                  from ./include/livekit/webrtc.h:19,
  804. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  805. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  806. warning:   697 |     is_pod
  807. warning:       |     ^~~~~~
  808. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  809. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  810. warning:                  from ./include/livekit/webrtc.h:27,
  811. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
  812. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  813. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  814. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  815. warning:       |                                                               ^
  816. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  817. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  818. warning:       |   ^~~~~~~~
  819. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  820. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  821. warning:                  from ./include/livekit/webrtc.h:27,
  822. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
  823. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  824. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  825. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  826. warning:       |                                                               ^
  827. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  828. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  829. warning:       |   ^~~~~~~~
  830. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  831. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  832. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  833. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  834. warning:                  from ./include/livekit/webrtc.h:22,
  835. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  836. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  837. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  838. warning:       |                    ^~~~~~
  839. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  840. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  841. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  842. warning:                  from /usr/include/c++/10/memory:63,
  843. warning:                  from ./include/livekit/webrtc.h:19,
  844. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  845. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  846. warning:   697 |     is_pod
  847. warning:       |     ^~~~~~
  848. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  849. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  850. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  851. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  852. warning:                  from ./include/livekit/webrtc.h:22,
  853. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  854. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  855. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  856. warning:       |                    ^~~~~~
  857. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  858. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  859. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  860. warning:                  from /usr/include/c++/10/memory:63,
  861. warning:                  from ./include/livekit/webrtc.h:19,
  862. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  863. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  864. warning:   697 |     is_pod
  865. warning:       |     ^~~~~~
  866. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  867. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  868. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  869. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  870. warning:                  from ./include/livekit/webrtc.h:22,
  871. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  872. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  873. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  874. warning:       |                    ^~~~~~
  875. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  876. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  877. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  878. warning:                  from /usr/include/c++/10/memory:63,
  879. warning:                  from ./include/livekit/webrtc.h:19,
  880. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  881. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  882. warning:   697 |     is_pod
  883. warning:       |     ^~~~~~
  884. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  885. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  886. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  887. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  888. warning:                  from ./include/livekit/webrtc.h:22,
  889. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  890. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  891. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  892. warning:       |                    ^~~~~~
  893. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  894. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  895. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  896. warning:                  from /usr/include/c++/10/memory:63,
  897. warning:                  from ./include/livekit/webrtc.h:19,
  898. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  899. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  900. warning:   697 |     is_pod
  901. warning:       |     ^~~~~~
  902. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  903. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  904. warning:                  from ./include/livekit/webrtc.h:27,
  905. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
  906. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  907. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  908. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  909. warning:       |                                                               ^
  910. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  911. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  912. warning:       |   ^~~~~~~~
  913. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  914. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  915. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  916. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  917. warning:                  from ./include/livekit/webrtc.h:22,
  918. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  919. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  920. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  921. warning:       |                    ^~~~~~
  922. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  923. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  924. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  925. warning:                  from /usr/include/c++/10/memory:63,
  926. warning:                  from ./include/livekit/webrtc.h:19,
  927. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  928. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  929. warning:   697 |     is_pod
  930. warning:       |     ^~~~~~
  931. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  932. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  933. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  934. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  935. warning:                  from ./include/livekit/webrtc.h:22,
  936. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  937. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  938. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  939. warning:       |                    ^~~~~~
  940. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  941. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  942. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  943. warning:                  from /usr/include/c++/10/memory:63,
  944. warning:                  from ./include/livekit/webrtc.h:19,
  945. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  946. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  947. warning:   697 |     is_pod
  948. warning:       |     ^~~~~~
  949. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  950. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  951. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  952. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  953. warning:                  from ./include/livekit/webrtc.h:22,
  954. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  955. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  956. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  957. warning:       |                    ^~~~~~
  958. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  959. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  960. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  961. warning:                  from /usr/include/c++/10/memory:63,
  962. warning:                  from ./include/livekit/webrtc.h:19,
  963. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  964. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  965. warning:   697 |     is_pod
  966. warning:       |     ^~~~~~
  967. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  968. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  969. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  970. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  971. warning:                  from ./include/livekit/webrtc.h:22,
  972. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  973. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  974. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  975. warning:       |                    ^~~~~~
  976. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  977. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  978. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  979. warning:                  from /usr/include/c++/10/memory:63,
  980. warning:                  from ./include/livekit/webrtc.h:19,
  981. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  982. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  983. warning:   697 |     is_pod
  984. warning:       |     ^~~~~~
  985. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  986. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  987. warning:                  from ./include/livekit/webrtc.h:27,
  988. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
  989. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  990. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  991. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  992. warning:       |                                                               ^
  993. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  994. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  995. warning:       |   ^~~~~~~~
  996. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  997. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  998. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  999. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1000. warning:                  from ./include/livekit/webrtc.h:22,
  1001. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1002. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1003. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1004. warning:       |                    ^~~~~~
  1005. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1006. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1007. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1008. warning:                  from /usr/include/c++/10/memory:63,
  1009. warning:                  from ./include/livekit/webrtc.h:19,
  1010. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1011. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1012. warning:   697 |     is_pod
  1013. warning:       |     ^~~~~~
  1014. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1015. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1016. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1017. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1018. warning:                  from ./include/livekit/webrtc.h:22,
  1019. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1020. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1021. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1022. warning:       |                    ^~~~~~
  1023. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1024. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1025. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1026. warning:                  from /usr/include/c++/10/memory:63,
  1027. warning:                  from ./include/livekit/webrtc.h:19,
  1028. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1029. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1030. warning:   697 |     is_pod
  1031. warning:       |     ^~~~~~
  1032. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1033. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1034. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1035. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1036. warning:                  from ./include/livekit/webrtc.h:22,
  1037. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1038. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1039. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1040. warning:       |                    ^~~~~~
  1041. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1042. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1043. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1044. warning:                  from /usr/include/c++/10/memory:63,
  1045. warning:                  from ./include/livekit/webrtc.h:19,
  1046. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1047. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1048. warning:   697 |     is_pod
  1049. warning:       |     ^~~~~~
  1050. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1051. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1052. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1053. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1054. warning:                  from ./include/livekit/webrtc.h:22,
  1055. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1056. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1057. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1058. warning:       |                    ^~~~~~
  1059. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1060. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1061. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1062. warning:                  from /usr/include/c++/10/memory:63,
  1063. warning:                  from ./include/livekit/webrtc.h:19,
  1064. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1065. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1066. warning:   697 |     is_pod
  1067. warning:       |     ^~~~~~
  1068. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1069. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1070. warning:                  from ./include/livekit/webrtc.h:27,
  1071. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
  1072. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1073. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1074. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1075. warning:       |                                                               ^
  1076. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1077. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1078. warning:       |   ^~~~~~~~
  1079. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1080. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1081. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1082. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1083. warning:                  from ./include/livekit/webrtc.h:22,
  1084. warning:                  from ./include/livekit/audio_resampler.h:24,
  1085. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1086. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1087. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1088. warning:       |                    ^~~~~~
  1089. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1090. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1091. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1092. warning:                  from /usr/include/c++/10/memory:63,
  1093. warning:                  from ./include/livekit/audio_resampler.h:19,
  1094. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1095. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1096. warning:   697 |     is_pod
  1097. warning:       |     ^~~~~~
  1098. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1099. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1100. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1101. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1102. warning:                  from ./include/livekit/webrtc.h:22,
  1103. warning:                  from ./include/livekit/audio_resampler.h:24,
  1104. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1105. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1106. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1107. warning:       |                    ^~~~~~
  1108. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1109. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1110. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1111. warning:                  from /usr/include/c++/10/memory:63,
  1112. warning:                  from ./include/livekit/audio_resampler.h:19,
  1113. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1114. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1115. warning:   697 |     is_pod
  1116. warning:       |     ^~~~~~
  1117. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1118. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1119. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1120. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1121. warning:                  from ./include/livekit/webrtc.h:22,
  1122. warning:                  from ./include/livekit/audio_resampler.h:24,
  1123. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1124. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1125. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1126. warning:       |                    ^~~~~~
  1127. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1128. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1129. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1130. warning:                  from /usr/include/c++/10/memory:63,
  1131. warning:                  from ./include/livekit/audio_resampler.h:19,
  1132. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1133. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1134. warning:   697 |     is_pod
  1135. warning:       |     ^~~~~~
  1136. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1137. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1138. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1139. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1140. warning:                  from ./include/livekit/webrtc.h:22,
  1141. warning:                  from ./include/livekit/audio_resampler.h:24,
  1142. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1143. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1144. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1145. warning:       |                    ^~~~~~
  1146. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1147. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1148. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1149. warning:                  from /usr/include/c++/10/memory:63,
  1150. warning:                  from ./include/livekit/audio_resampler.h:19,
  1151. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1152. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1153. warning:   697 |     is_pod
  1154. warning:       |     ^~~~~~
  1155. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1156. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1157. warning:                  from ./include/livekit/webrtc.h:27,
  1158. warning:                  from ./include/livekit/audio_resampler.h:24,
  1159. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
  1160. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1161. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1162. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1163. warning:       |                                                               ^
  1164. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1165. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1166. warning:       |   ^~~~~~~~
  1167. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1168. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1169. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1170. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1171. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1172. warning:                  from ./include/livekit/peer_connection.h:21,
  1173. warning:                  from src/peer_connection.cpp:17:
  1174. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1175. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1176. warning:       |                    ^~~~~~
  1177. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1178. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1179. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1180. warning:                  from /usr/include/c++/10/memory:63,
  1181. warning:                  from ./include/livekit/peer_connection.h:19,
  1182. warning:                  from src/peer_connection.cpp:17:
  1183. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1184. warning:   697 |     is_pod
  1185. warning:       |     ^~~~~~
  1186. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1187. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1188. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1189. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1190. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1191. warning:                  from ./include/livekit/peer_connection.h:21,
  1192. warning:                  from src/peer_connection.cpp:17:
  1193. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1194. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1195. warning:       |                    ^~~~~~
  1196. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1197. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1198. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1199. warning:                  from /usr/include/c++/10/memory:63,
  1200. warning:                  from ./include/livekit/peer_connection.h:19,
  1201. warning:                  from src/peer_connection.cpp:17:
  1202. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1203. warning:   697 |     is_pod
  1204. warning:       |     ^~~~~~
  1205. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1206. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1207. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1208. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1209. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1210. warning:                  from ./include/livekit/peer_connection.h:21,
  1211. warning:                  from src/peer_connection.cpp:17:
  1212. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1213. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1214. warning:       |                    ^~~~~~
  1215. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1216. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1217. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1218. warning:                  from /usr/include/c++/10/memory:63,
  1219. warning:                  from ./include/livekit/peer_connection.h:19,
  1220. warning:                  from src/peer_connection.cpp:17:
  1221. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1222. warning:   697 |     is_pod
  1223. warning:       |     ^~~~~~
  1224. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1225. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1226. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1227. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1228. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1229. warning:                  from ./include/livekit/peer_connection.h:21,
  1230. warning:                  from src/peer_connection.cpp:17:
  1231. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1232. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1233. warning:       |                    ^~~~~~
  1234. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1235. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1236. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1237. warning:                  from /usr/include/c++/10/memory:63,
  1238. warning:                  from ./include/livekit/peer_connection.h:19,
  1239. warning:                  from src/peer_connection.cpp:17:
  1240. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1241. warning:   697 |     is_pod
  1242. warning:       |     ^~~~~~
  1243. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:125,
  1244. warning:                  from ./include/livekit/peer_connection.h:21,
  1245. warning:                  from src/peer_connection.cpp:17:
  1246. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&, webrtc::AudioCodecPairId):
  1247. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:119:68: warning: ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&)’ is deprecated: Use version with role parameter [-Wdeprecated-declarations]
  1248. warning:   119 |     return CreateMediaChannel(call, config, options, crypto_options);
  1249. warning:       |                                                                    ^
  1250. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:125:3: note: declared here
  1251. warning:   125 |   CreateMediaChannel(webrtc::Call* call,
  1252. warning:       |   ^~~~~~~~~~~~~~~~~~
  1253. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*):
  1254. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:185:62: warning: ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*)’ is deprecated: Please specify the role [-Wdeprecated-declarations]
  1255. warning:   185 |                               video_bitrate_allocator_factory);
  1256. warning:       |                                                              ^
  1257. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:193:3: note: declared here
  1258. warning:   193 |   CreateMediaChannel(
  1259. warning:       |   ^~~~~~~~~~~~~~~~~~
  1260. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1261. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:138,
  1262. warning:                  from ./include/livekit/peer_connection.h:21,
  1263. warning:                  from src/peer_connection.cpp:17:
  1264. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1265. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1266. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1267. warning:       |                                                               ^
  1268. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1269. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1270. warning:       |   ^~~~~~~~
  1271. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1272. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1273. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1274. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1275. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1276. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1277. warning:                  from src/peer_connection_factory.cpp:17:
  1278. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1279. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1280. warning:       |                    ^~~~~~
  1281. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1282. warning:                  from /usr/include/c++/10/bits/stl_function.h:60,
  1283. warning:                  from /usr/include/c++/10/functional:49,
  1284. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:73,
  1285. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1286. warning:                  from src/peer_connection_factory.cpp:17:
  1287. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1288. warning:   697 |     is_pod
  1289. warning:       |     ^~~~~~
  1290. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1291. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1292. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1293. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1294. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1295. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1296. warning:                  from src/peer_connection_factory.cpp:17:
  1297. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1298. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1299. warning:       |                    ^~~~~~
  1300. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1301. warning:                  from /usr/include/c++/10/bits/stl_function.h:60,
  1302. warning:                  from /usr/include/c++/10/functional:49,
  1303. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:73,
  1304. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1305. warning:                  from src/peer_connection_factory.cpp:17:
  1306. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1307. warning:   697 |     is_pod
  1308. warning:       |     ^~~~~~
  1309. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1310. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1311. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1312. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1313. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1314. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1315. warning:                  from src/peer_connection_factory.cpp:17:
  1316. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1317. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1318. warning:       |                    ^~~~~~
  1319. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1320. warning:                  from /usr/include/c++/10/bits/stl_function.h:60,
  1321. warning:                  from /usr/include/c++/10/functional:49,
  1322. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:73,
  1323. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1324. warning:                  from src/peer_connection_factory.cpp:17:
  1325. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1326. warning:   697 |     is_pod
  1327. warning:       |     ^~~~~~
  1328. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1329. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1330. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1331. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1332. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:108,
  1333. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1334. warning:                  from src/peer_connection_factory.cpp:17:
  1335. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1336. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1337. warning:       |                    ^~~~~~
  1338. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1339. warning:                  from /usr/include/c++/10/bits/stl_function.h:60,
  1340. warning:                  from /usr/include/c++/10/functional:49,
  1341. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:73,
  1342. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1343. warning:                  from src/peer_connection_factory.cpp:17:
  1344. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1345. warning:   697 |     is_pod
  1346. warning:       |     ^~~~~~
  1347. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:125,
  1348. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1349. warning:                  from src/peer_connection_factory.cpp:17:
  1350. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&, webrtc::AudioCodecPairId):
  1351. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:119:68: warning: ‘virtual cricket::VoiceMediaChannel* cricket::VoiceEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::AudioOptions&, const webrtc::CryptoOptions&)’ is deprecated: Use version with role parameter [-Wdeprecated-declarations]
  1352. warning:   119 |     return CreateMediaChannel(call, config, options, crypto_options);
  1353. warning:       |                                                                    ^
  1354. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:125:3: note: declared here
  1355. warning:   125 |   CreateMediaChannel(webrtc::Call* call,
  1356. warning:       |   ^~~~~~~~~~~~~~~~~~
  1357. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h: In member function ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(cricket::MediaChannel::Role, webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*):
  1358. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:185:62: warning: ‘virtual cricket::VideoMediaChannel* cricket::VideoEngineInterface::CreateMediaChannel(webrtc::Call*, const cricket::MediaConfig&, const cricket::VideoOptions&, const webrtc::CryptoOptions&, webrtc::VideoBitrateAllocatorFactory*)’ is deprecated: Please specify the role [-Wdeprecated-declarations]
  1359. warning:   185 |                               video_bitrate_allocator_factory);
  1360. warning:       |                                                              ^
  1361. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/media/base/media_engine.h:193:3: note: declared here
  1362. warning:   193 |   CreateMediaChannel(
  1363. warning:       |   ^~~~~~~~~~~~~~~~~~
  1364. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1365. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/peer_connection_interface.h:138,
  1366. warning:                  from ./include/livekit/peer_connection_factory.h:19,
  1367. warning:                  from src/peer_connection_factory.cpp:17:
  1368. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1369. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1370. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1371. warning:       |                                                               ^
  1372. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1373. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1374. warning:       |   ^~~~~~~~
  1375. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1376. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1377. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1378. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1379. warning:                  from ./include/livekit/webrtc.h:22,
  1380. warning:                  from ./include/livekit/media_stream.h:23,
  1381. warning:                  from src/media_stream.cpp:17:
  1382. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1383. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1384. warning:       |                    ^~~~~~
  1385. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1386. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1387. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1388. warning:                  from /usr/include/c++/10/memory:63,
  1389. warning:                  from ./include/livekit/media_stream.h:19,
  1390. warning:                  from src/media_stream.cpp:17:
  1391. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1392. warning:   697 |     is_pod
  1393. warning:       |     ^~~~~~
  1394. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1395. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1396. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1397. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1398. warning:                  from ./include/livekit/webrtc.h:22,
  1399. warning:                  from ./include/livekit/media_stream.h:23,
  1400. warning:                  from src/media_stream.cpp:17:
  1401. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1402. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1403. warning:       |                    ^~~~~~
  1404. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1405. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1406. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1407. warning:                  from /usr/include/c++/10/memory:63,
  1408. warning:                  from ./include/livekit/media_stream.h:19,
  1409. warning:                  from src/media_stream.cpp:17:
  1410. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1411. warning:   697 |     is_pod
  1412. warning:       |     ^~~~~~
  1413. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1414. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1415. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1416. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1417. warning:                  from ./include/livekit/webrtc.h:22,
  1418. warning:                  from ./include/livekit/media_stream.h:23,
  1419. warning:                  from src/media_stream.cpp:17:
  1420. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1421. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1422. warning:       |                    ^~~~~~
  1423. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1424. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1425. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1426. warning:                  from /usr/include/c++/10/memory:63,
  1427. warning:                  from ./include/livekit/media_stream.h:19,
  1428. warning:                  from src/media_stream.cpp:17:
  1429. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1430. warning:   697 |     is_pod
  1431. warning:       |     ^~~~~~
  1432. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1433. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1434. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1435. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1436. warning:                  from ./include/livekit/webrtc.h:22,
  1437. warning:                  from ./include/livekit/media_stream.h:23,
  1438. warning:                  from src/media_stream.cpp:17:
  1439. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1440. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1441. warning:       |                    ^~~~~~
  1442. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1443. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1444. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1445. warning:                  from /usr/include/c++/10/memory:63,
  1446. warning:                  from ./include/livekit/media_stream.h:19,
  1447. warning:                  from src/media_stream.cpp:17:
  1448. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1449. warning:   697 |     is_pod
  1450. warning:       |     ^~~~~~
  1451. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1452. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1453. warning:                  from ./include/livekit/webrtc.h:27,
  1454. warning:                  from ./include/livekit/media_stream.h:23,
  1455. warning:                  from src/media_stream.cpp:17:
  1456. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1457. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1458. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1459. warning:       |                                                               ^
  1460. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1461. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1462. warning:       |   ^~~~~~~~
  1463. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1464. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1465. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1466. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1467. warning:                  from ./include/livekit/webrtc.h:22,
  1468. warning:                  from ./include/livekit/media_stream.h:23,
  1469. warning:                  from src/media_stream_track.cpp:26:
  1470. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1471. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1472. warning:       |                    ^~~~~~
  1473. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1474. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1475. warning:                  from /usr/include/c++/10/utility:70,
  1476. warning:                  from /usr/include/c++/10/algorithm:60,
  1477. warning:                  from src/media_stream_track.cpp:17:
  1478. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1479. warning:   697 |     is_pod
  1480. warning:       |     ^~~~~~
  1481. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1482. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1483. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1484. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1485. warning:                  from ./include/livekit/webrtc.h:22,
  1486. warning:                  from ./include/livekit/media_stream.h:23,
  1487. warning:                  from src/media_stream_track.cpp:26:
  1488. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1489. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1490. warning:       |                    ^~~~~~
  1491. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1492. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1493. warning:                  from /usr/include/c++/10/utility:70,
  1494. warning:                  from /usr/include/c++/10/algorithm:60,
  1495. warning:                  from src/media_stream_track.cpp:17:
  1496. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1497. warning:   697 |     is_pod
  1498. warning:       |     ^~~~~~
  1499. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1500. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1501. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1502. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1503. warning:                  from ./include/livekit/webrtc.h:22,
  1504. warning:                  from ./include/livekit/media_stream.h:23,
  1505. warning:                  from src/media_stream_track.cpp:26:
  1506. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1507. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1508. warning:       |                    ^~~~~~
  1509. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1510. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1511. warning:                  from /usr/include/c++/10/utility:70,
  1512. warning:                  from /usr/include/c++/10/algorithm:60,
  1513. warning:                  from src/media_stream_track.cpp:17:
  1514. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1515. warning:   697 |     is_pod
  1516. warning:       |     ^~~~~~
  1517. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1518. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1519. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1520. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1521. warning:                  from ./include/livekit/webrtc.h:22,
  1522. warning:                  from ./include/livekit/media_stream.h:23,
  1523. warning:                  from src/media_stream_track.cpp:26:
  1524. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1525. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1526. warning:       |                    ^~~~~~
  1527. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1528. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1529. warning:                  from /usr/include/c++/10/utility:70,
  1530. warning:                  from /usr/include/c++/10/algorithm:60,
  1531. warning:                  from src/media_stream_track.cpp:17:
  1532. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1533. warning:   697 |     is_pod
  1534. warning:       |     ^~~~~~
  1535. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1536. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1537. warning:                  from ./include/livekit/webrtc.h:27,
  1538. warning:                  from ./include/livekit/media_stream.h:23,
  1539. warning:                  from src/media_stream_track.cpp:26:
  1540. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1541. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1542. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1543. warning:       |                                                               ^
  1544. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1545. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1546. warning:       |   ^~~~~~~~
  1547. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1548. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1549. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1550. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1551. warning:                  from ./include/livekit/webrtc.h:22,
  1552. warning:                  from ./include/livekit/media_stream_track.h:23,
  1553. warning:                  from ./include/livekit/audio_track.h:23,
  1554. warning:                  from src/audio_track.cpp:17:
  1555. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1556. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1557. warning:       |                    ^~~~~~
  1558. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1559. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1560. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1561. warning:                  from /usr/include/c++/10/memory:63,
  1562. warning:                  from ./include/livekit/audio_track.h:19,
  1563. warning:                  from src/audio_track.cpp:17:
  1564. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1565. warning:   697 |     is_pod
  1566. warning:       |     ^~~~~~
  1567. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1568. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1569. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1570. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1571. warning:                  from ./include/livekit/webrtc.h:22,
  1572. warning:                  from ./include/livekit/media_stream_track.h:23,
  1573. warning:                  from ./include/livekit/audio_track.h:23,
  1574. warning:                  from src/audio_track.cpp:17:
  1575. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1576. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1577. warning:       |                    ^~~~~~
  1578. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1579. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1580. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1581. warning:                  from /usr/include/c++/10/memory:63,
  1582. warning:                  from ./include/livekit/audio_track.h:19,
  1583. warning:                  from src/audio_track.cpp:17:
  1584. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1585. warning:   697 |     is_pod
  1586. warning:       |     ^~~~~~
  1587. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1588. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1589. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1590. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1591. warning:                  from ./include/livekit/webrtc.h:22,
  1592. warning:                  from ./include/livekit/media_stream_track.h:23,
  1593. warning:                  from ./include/livekit/audio_track.h:23,
  1594. warning:                  from src/audio_track.cpp:17:
  1595. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1596. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1597. warning:       |                    ^~~~~~
  1598. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1599. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1600. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1601. warning:                  from /usr/include/c++/10/memory:63,
  1602. warning:                  from ./include/livekit/audio_track.h:19,
  1603. warning:                  from src/audio_track.cpp:17:
  1604. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1605. warning:   697 |     is_pod
  1606. warning:       |     ^~~~~~
  1607. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1608. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1609. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1610. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1611. warning:                  from ./include/livekit/webrtc.h:22,
  1612. warning:                  from ./include/livekit/media_stream_track.h:23,
  1613. warning:                  from ./include/livekit/audio_track.h:23,
  1614. warning:                  from src/audio_track.cpp:17:
  1615. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1616. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1617. warning:       |                    ^~~~~~
  1618. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1619. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1620. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1621. warning:                  from /usr/include/c++/10/memory:63,
  1622. warning:                  from ./include/livekit/audio_track.h:19,
  1623. warning:                  from src/audio_track.cpp:17:
  1624. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1625. warning:   697 |     is_pod
  1626. warning:       |     ^~~~~~
  1627. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1628. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1629. warning:                  from ./include/livekit/webrtc.h:27,
  1630. warning:                  from ./include/livekit/media_stream_track.h:23,
  1631. warning:                  from ./include/livekit/audio_track.h:23,
  1632. warning:                  from src/audio_track.cpp:17:
  1633. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1634. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1635. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1636. warning:       |                                                               ^
  1637. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1638. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1639. warning:       |   ^~~~~~~~
  1640. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1641. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1642. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1643. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1644. warning:                  from ./include/livekit/webrtc.h:22,
  1645. warning:                  from ./include/livekit/media_stream_track.h:23,
  1646. warning:                  from ./include/livekit/video_track.h:24,
  1647. warning:                  from src/video_track.cpp:17:
  1648. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1649. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1650. warning:       |                    ^~~~~~
  1651. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1652. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1653. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1654. warning:                  from /usr/include/c++/10/memory:63,
  1655. warning:                  from ./include/livekit/video_track.h:19,
  1656. warning:                  from src/video_track.cpp:17:
  1657. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1658. warning:   697 |     is_pod
  1659. warning:       |     ^~~~~~
  1660. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1661. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1662. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1663. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1664. warning:                  from ./include/livekit/webrtc.h:22,
  1665. warning:                  from ./include/livekit/media_stream_track.h:23,
  1666. warning:                  from ./include/livekit/video_track.h:24,
  1667. warning:                  from src/video_track.cpp:17:
  1668. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1669. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1670. warning:       |                    ^~~~~~
  1671. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1672. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1673. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1674. warning:                  from /usr/include/c++/10/memory:63,
  1675. warning:                  from ./include/livekit/video_track.h:19,
  1676. warning:                  from src/video_track.cpp:17:
  1677. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1678. warning:   697 |     is_pod
  1679. warning:       |     ^~~~~~
  1680. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1681. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1682. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1683. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1684. warning:                  from ./include/livekit/webrtc.h:22,
  1685. warning:                  from ./include/livekit/media_stream_track.h:23,
  1686. warning:                  from ./include/livekit/video_track.h:24,
  1687. warning:                  from src/video_track.cpp:17:
  1688. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1689. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1690. warning:       |                    ^~~~~~
  1691. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1692. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1693. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1694. warning:                  from /usr/include/c++/10/memory:63,
  1695. warning:                  from ./include/livekit/video_track.h:19,
  1696. warning:                  from src/video_track.cpp:17:
  1697. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1698. warning:   697 |     is_pod
  1699. warning:       |     ^~~~~~
  1700. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1701. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1702. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1703. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1704. warning:                  from ./include/livekit/webrtc.h:22,
  1705. warning:                  from ./include/livekit/media_stream_track.h:23,
  1706. warning:                  from ./include/livekit/video_track.h:24,
  1707. warning:                  from src/video_track.cpp:17:
  1708. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1709. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1710. warning:       |                    ^~~~~~
  1711. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1712. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1713. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1714. warning:                  from /usr/include/c++/10/memory:63,
  1715. warning:                  from ./include/livekit/video_track.h:19,
  1716. warning:                  from src/video_track.cpp:17:
  1717. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1718. warning:   697 |     is_pod
  1719. warning:       |     ^~~~~~
  1720. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1721. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1722. warning:                  from ./include/livekit/webrtc.h:27,
  1723. warning:                  from ./include/livekit/media_stream_track.h:23,
  1724. warning:                  from ./include/livekit/video_track.h:24,
  1725. warning:                  from src/video_track.cpp:17:
  1726. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1727. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1728. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1729. warning:       |                                                               ^
  1730. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1731. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1732. warning:       |   ^~~~~~~~
  1733. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1734. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1735. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1736. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1737. warning:                  from ./include/livekit/webrtc.h:22,
  1738. warning:                  from ./include/livekit/data_channel.h:23,
  1739. warning:                  from src/data_channel.cpp:17:
  1740. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1741. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1742. warning:       |                    ^~~~~~
  1743. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1744. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1745. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1746. warning:                  from /usr/include/c++/10/memory:63,
  1747. warning:                  from ./include/livekit/data_channel.h:19,
  1748. warning:                  from src/data_channel.cpp:17:
  1749. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1750. warning:   697 |     is_pod
  1751. warning:       |     ^~~~~~
  1752. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1753. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1754. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1755. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1756. warning:                  from ./include/livekit/webrtc.h:22,
  1757. warning:                  from ./include/livekit/data_channel.h:23,
  1758. warning:                  from src/data_channel.cpp:17:
  1759. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1760. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1761. warning:       |                    ^~~~~~
  1762. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1763. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1764. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1765. warning:                  from /usr/include/c++/10/memory:63,
  1766. warning:                  from ./include/livekit/data_channel.h:19,
  1767. warning:                  from src/data_channel.cpp:17:
  1768. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1769. warning:   697 |     is_pod
  1770. warning:       |     ^~~~~~
  1771. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1772. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1773. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1774. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1775. warning:                  from ./include/livekit/webrtc.h:22,
  1776. warning:                  from ./include/livekit/data_channel.h:23,
  1777. warning:                  from src/data_channel.cpp:17:
  1778. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1779. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1780. warning:       |                    ^~~~~~
  1781. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1782. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1783. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1784. warning:                  from /usr/include/c++/10/memory:63,
  1785. warning:                  from ./include/livekit/data_channel.h:19,
  1786. warning:                  from src/data_channel.cpp:17:
  1787. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1788. warning:   697 |     is_pod
  1789. warning:       |     ^~~~~~
  1790. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1791. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1792. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1793. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1794. warning:                  from ./include/livekit/webrtc.h:22,
  1795. warning:                  from ./include/livekit/data_channel.h:23,
  1796. warning:                  from src/data_channel.cpp:17:
  1797. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1798. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1799. warning:       |                    ^~~~~~
  1800. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1801. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1802. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1803. warning:                  from /usr/include/c++/10/memory:63,
  1804. warning:                  from ./include/livekit/data_channel.h:19,
  1805. warning:                  from src/data_channel.cpp:17:
  1806. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1807. warning:   697 |     is_pod
  1808. warning:       |     ^~~~~~
  1809. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1810. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1811. warning:                  from ./include/livekit/webrtc.h:27,
  1812. warning:                  from ./include/livekit/data_channel.h:23,
  1813. warning:                  from src/data_channel.cpp:17:
  1814. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1815. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1816. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1817. warning:       |                                                               ^
  1818. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1819. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1820. warning:       |   ^~~~~~~~
  1821. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1822. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1823. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1824. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1825. warning:                  from ./include/livekit/rtp_receiver.h:21,
  1826. warning:                  from src/rtp_receiver.cpp:17:
  1827. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1828. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1829. warning:       |                    ^~~~~~
  1830. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1831. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1832. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1833. warning:                  from /usr/include/c++/10/memory:63,
  1834. warning:                  from ./include/livekit/rtp_receiver.h:19,
  1835. warning:                  from src/rtp_receiver.cpp:17:
  1836. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1837. warning:   697 |     is_pod
  1838. warning:       |     ^~~~~~
  1839. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1840. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1841. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1842. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1843. warning:                  from ./include/livekit/rtp_receiver.h:21,
  1844. warning:                  from src/rtp_receiver.cpp:17:
  1845. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1846. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1847. warning:       |                    ^~~~~~
  1848. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1849. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1850. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1851. warning:                  from /usr/include/c++/10/memory:63,
  1852. warning:                  from ./include/livekit/rtp_receiver.h:19,
  1853. warning:                  from src/rtp_receiver.cpp:17:
  1854. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1855. warning:   697 |     is_pod
  1856. warning:       |     ^~~~~~
  1857. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1858. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1859. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1860. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1861. warning:                  from ./include/livekit/rtp_receiver.h:21,
  1862. warning:                  from src/rtp_receiver.cpp:17:
  1863. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1864. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1865. warning:       |                    ^~~~~~
  1866. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1867. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1868. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1869. warning:                  from /usr/include/c++/10/memory:63,
  1870. warning:                  from ./include/livekit/rtp_receiver.h:19,
  1871. warning:                  from src/rtp_receiver.cpp:17:
  1872. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1873. warning:   697 |     is_pod
  1874. warning:       |     ^~~~~~
  1875. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1876. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1877. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1878. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1879. warning:                  from ./include/livekit/rtp_receiver.h:21,
  1880. warning:                  from src/rtp_receiver.cpp:17:
  1881. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1882. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1883. warning:       |                    ^~~~~~
  1884. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1885. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1886. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1887. warning:                  from /usr/include/c++/10/memory:63,
  1888. warning:                  from ./include/livekit/rtp_receiver.h:19,
  1889. warning:                  from src/rtp_receiver.cpp:17:
  1890. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1891. warning:   697 |     is_pod
  1892. warning:       |     ^~~~~~
  1893. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1894. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1895. warning:                  from ./include/livekit/webrtc.h:27,
  1896. warning:                  from ./include/livekit/media_stream.h:23,
  1897. warning:                  from ./include/livekit/rtp_receiver.h:23,
  1898. warning:                  from src/rtp_receiver.cpp:17:
  1899. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1900. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1901. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1902. warning:       |                                                               ^
  1903. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1904. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1905. warning:       |   ^~~~~~~~
  1906. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1907. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1908. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1909. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_sender_interface.h:25,
  1910. warning:                  from ./include/livekit/rtp_sender.h:21,
  1911. warning:                  from src/rtp_sender.cpp:17:
  1912. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1913. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  1914. warning:       |                    ^~~~~~
  1915. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1916. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1917. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1918. warning:                  from /usr/include/c++/10/memory:63,
  1919. warning:                  from ./include/livekit/rtp_sender.h:19,
  1920. warning:                  from src/rtp_sender.cpp:17:
  1921. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1922. warning:   697 |     is_pod
  1923. warning:       |     ^~~~~~
  1924. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1925. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1926. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1927. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_sender_interface.h:25,
  1928. warning:                  from ./include/livekit/rtp_sender.h:21,
  1929. warning:                  from src/rtp_sender.cpp:17:
  1930. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1931. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  1932. warning:       |                    ^~~~~~
  1933. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1934. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1935. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1936. warning:                  from /usr/include/c++/10/memory:63,
  1937. warning:                  from ./include/livekit/rtp_sender.h:19,
  1938. warning:                  from src/rtp_sender.cpp:17:
  1939. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1940. warning:   697 |     is_pod
  1941. warning:       |     ^~~~~~
  1942. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1943. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1944. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1945. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_sender_interface.h:25,
  1946. warning:                  from ./include/livekit/rtp_sender.h:21,
  1947. warning:                  from src/rtp_sender.cpp:17:
  1948. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1949. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  1950. warning:       |                    ^~~~~~
  1951. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1952. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1953. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1954. warning:                  from /usr/include/c++/10/memory:63,
  1955. warning:                  from ./include/livekit/rtp_sender.h:19,
  1956. warning:                  from src/rtp_sender.cpp:17:
  1957. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1958. warning:   697 |     is_pod
  1959. warning:       |     ^~~~~~
  1960. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1961. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1962. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1963. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_sender_interface.h:25,
  1964. warning:                  from ./include/livekit/rtp_sender.h:21,
  1965. warning:                  from src/rtp_sender.cpp:17:
  1966. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1967. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  1968. warning:       |                    ^~~~~~
  1969. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  1970. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  1971. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  1972. warning:                  from /usr/include/c++/10/memory:63,
  1973. warning:                  from ./include/livekit/rtp_sender.h:19,
  1974. warning:                  from src/rtp_sender.cpp:17:
  1975. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  1976. warning:   697 |     is_pod
  1977. warning:       |     ^~~~~~
  1978. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  1979. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  1980. warning:                  from ./include/livekit/webrtc.h:27,
  1981. warning:                  from ./include/livekit/media_stream.h:23,
  1982. warning:                  from ./include/livekit/rtp_sender.h:22,
  1983. warning:                  from src/rtp_sender.cpp:17:
  1984. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  1985. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  1986. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  1987. warning:       |                                                               ^
  1988. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  1989. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  1990. warning:       |   ^~~~~~~~
  1991. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  1992. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  1993. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  1994. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  1995. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_transceiver_interface.h:22,
  1996. warning:                  from ./include/livekit/rtp_transceiver.h:23,
  1997. warning:                  from src/rtp_transceiver.cpp:17:
  1998. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  1999. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2000. warning:       |                    ^~~~~~
  2001. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2002. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2003. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2004. warning:                  from /usr/include/c++/10/memory:63,
  2005. warning:                  from ./include/livekit/rtp_transceiver.h:19,
  2006. warning:                  from src/rtp_transceiver.cpp:17:
  2007. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2008. warning:   697 |     is_pod
  2009. warning:       |     ^~~~~~
  2010. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2011. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2012. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2013. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2014. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_transceiver_interface.h:22,
  2015. warning:                  from ./include/livekit/rtp_transceiver.h:23,
  2016. warning:                  from src/rtp_transceiver.cpp:17:
  2017. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2018. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2019. warning:       |                    ^~~~~~
  2020. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2021. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2022. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2023. warning:                  from /usr/include/c++/10/memory:63,
  2024. warning:                  from ./include/livekit/rtp_transceiver.h:19,
  2025. warning:                  from src/rtp_transceiver.cpp:17:
  2026. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2027. warning:   697 |     is_pod
  2028. warning:       |     ^~~~~~
  2029. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2030. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2031. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2032. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2033. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_transceiver_interface.h:22,
  2034. warning:                  from ./include/livekit/rtp_transceiver.h:23,
  2035. warning:                  from src/rtp_transceiver.cpp:17:
  2036. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2037. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2038. warning:       |                    ^~~~~~
  2039. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2040. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2041. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2042. warning:                  from /usr/include/c++/10/memory:63,
  2043. warning:                  from ./include/livekit/rtp_transceiver.h:19,
  2044. warning:                  from src/rtp_transceiver.cpp:17:
  2045. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2046. warning:   697 |     is_pod
  2047. warning:       |     ^~~~~~
  2048. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2049. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2050. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2051. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2052. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_transceiver_interface.h:22,
  2053. warning:                  from ./include/livekit/rtp_transceiver.h:23,
  2054. warning:                  from src/rtp_transceiver.cpp:17:
  2055. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2056. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2057. warning:       |                    ^~~~~~
  2058. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2059. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2060. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2061. warning:                  from /usr/include/c++/10/memory:63,
  2062. warning:                  from ./include/livekit/rtp_transceiver.h:19,
  2063. warning:                  from src/rtp_transceiver.cpp:17:
  2064. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2065. warning:   697 |     is_pod
  2066. warning:       |     ^~~~~~
  2067. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  2068. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  2069. warning:                  from ./include/livekit/webrtc.h:27,
  2070. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2071. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2072. warning:                  from ./include/livekit/rtp_transceiver.h:25,
  2073. warning:                  from src/rtp_transceiver.cpp:17:
  2074. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  2075. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  2076. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  2077. warning:       |                                                               ^
  2078. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  2079. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  2080. warning:       |   ^~~~~~~~
  2081. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2082. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2083. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2084. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2085. warning:                  from ./include/livekit/webrtc.h:22,
  2086. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2087. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2088. warning:                  from src/rtp_parameters.cpp:17:
  2089. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2090. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2091. warning:       |                    ^~~~~~
  2092. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2093. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2094. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2095. warning:                  from /usr/include/c++/10/memory:63,
  2096. warning:                  from ./include/livekit/rtp_parameters.h:19,
  2097. warning:                  from src/rtp_parameters.cpp:17:
  2098. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2099. warning:   697 |     is_pod
  2100. warning:       |     ^~~~~~
  2101. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2102. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2103. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2104. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2105. warning:                  from ./include/livekit/webrtc.h:22,
  2106. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2107. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2108. warning:                  from src/rtp_parameters.cpp:17:
  2109. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2110. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2111. warning:       |                    ^~~~~~
  2112. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2113. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2114. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2115. warning:                  from /usr/include/c++/10/memory:63,
  2116. warning:                  from ./include/livekit/rtp_parameters.h:19,
  2117. warning:                  from src/rtp_parameters.cpp:17:
  2118. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2119. warning:   697 |     is_pod
  2120. warning:       |     ^~~~~~
  2121. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2122. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2123. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2124. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2125. warning:                  from ./include/livekit/webrtc.h:22,
  2126. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2127. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2128. warning:                  from src/rtp_parameters.cpp:17:
  2129. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2130. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2131. warning:       |                    ^~~~~~
  2132. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2133. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2134. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2135. warning:                  from /usr/include/c++/10/memory:63,
  2136. warning:                  from ./include/livekit/rtp_parameters.h:19,
  2137. warning:                  from src/rtp_parameters.cpp:17:
  2138. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2139. warning:   697 |     is_pod
  2140. warning:       |     ^~~~~~
  2141. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2142. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2143. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2144. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2145. warning:                  from ./include/livekit/webrtc.h:22,
  2146. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2147. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2148. warning:                  from src/rtp_parameters.cpp:17:
  2149. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2150. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2151. warning:       |                    ^~~~~~
  2152. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2153. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2154. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2155. warning:                  from /usr/include/c++/10/memory:63,
  2156. warning:                  from ./include/livekit/rtp_parameters.h:19,
  2157. warning:                  from src/rtp_parameters.cpp:17:
  2158. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2159. warning:   697 |     is_pod
  2160. warning:       |     ^~~~~~
  2161. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  2162. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  2163. warning:                  from ./include/livekit/webrtc.h:27,
  2164. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/webrtc-sys-decdd475350a74a4/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2,
  2165. warning:                  from ./include/livekit/rtp_parameters.h:25,
  2166. warning:                  from src/rtp_parameters.cpp:17:
  2167. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  2168. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  2169. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  2170. warning:       |                                                               ^
  2171. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  2172. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  2173. warning:       |   ^~~~~~~~
  2174. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2175. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2176. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2177. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2178. warning:                  from ./include/livekit/webrtc.h:22,
  2179. warning:                  from src/webrtc.cpp:17:
  2180. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2181. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2182. warning:       |                    ^~~~~~
  2183. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2184. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2185. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2186. warning:                  from /usr/include/c++/10/memory:63,
  2187. warning:                  from ./include/livekit/webrtc.h:19,
  2188. warning:                  from src/webrtc.cpp:17:
  2189. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2190. warning:   697 |     is_pod
  2191. warning:       |     ^~~~~~
  2192. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2193. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2194. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2195. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2196. warning:                  from ./include/livekit/webrtc.h:22,
  2197. warning:                  from src/webrtc.cpp:17:
  2198. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2199. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2200. warning:       |                    ^~~~~~
  2201. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2202. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2203. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2204. warning:                  from /usr/include/c++/10/memory:63,
  2205. warning:                  from ./include/livekit/webrtc.h:19,
  2206. warning:                  from src/webrtc.cpp:17:
  2207. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2208. warning:   697 |     is_pod
  2209. warning:       |     ^~~~~~
  2210. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2211. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2212. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2213. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2214. warning:                  from ./include/livekit/webrtc.h:22,
  2215. warning:                  from src/webrtc.cpp:17:
  2216. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2217. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2218. warning:       |                    ^~~~~~
  2219. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2220. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2221. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2222. warning:                  from /usr/include/c++/10/memory:63,
  2223. warning:                  from ./include/livekit/webrtc.h:19,
  2224. warning:                  from src/webrtc.cpp:17:
  2225. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2226. warning:   697 |     is_pod
  2227. warning:       |     ^~~~~~
  2228. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2229. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2230. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2231. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2232. warning:                  from ./include/livekit/webrtc.h:22,
  2233. warning:                  from src/webrtc.cpp:17:
  2234. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2235. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2236. warning:       |                    ^~~~~~
  2237. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2238. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2239. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2240. warning:                  from /usr/include/c++/10/memory:63,
  2241. warning:                  from ./include/livekit/webrtc.h:19,
  2242. warning:                  from src/webrtc.cpp:17:
  2243. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2244. warning:   697 |     is_pod
  2245. warning:       |     ^~~~~~
  2246. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  2247. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  2248. warning:                  from ./include/livekit/webrtc.h:27,
  2249. warning:                  from src/webrtc.cpp:17:
  2250. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  2251. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  2252. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  2253. warning:       |                                                               ^
  2254. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  2255. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  2256. warning:       |   ^~~~~~~~
  2257. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/vp8/include/vp8.h:19,
  2258. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h:19,
  2259. warning:                  from src/video_encoder_factory.cpp:22:
  2260. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2261. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2262. warning:       |                    ^~~~~~
  2263. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2264. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2265. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2266. warning:                  from /usr/include/c++/10/memory:63,
  2267. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder.h:15,
  2268. warning:                  from ./include/livekit/video_encoder_factory.h:19,
  2269. warning:                  from src/video_encoder_factory.cpp:17:
  2270. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2271. warning:   697 |     is_pod
  2272. warning:       |     ^~~~~~
  2273. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/vp8/include/vp8.h:19,
  2274. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h:19,
  2275. warning:                  from src/video_encoder_factory.cpp:22:
  2276. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2277. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2278. warning:       |                    ^~~~~~
  2279. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2280. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2281. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2282. warning:                  from /usr/include/c++/10/memory:63,
  2283. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder.h:15,
  2284. warning:                  from ./include/livekit/video_encoder_factory.h:19,
  2285. warning:                  from src/video_encoder_factory.cpp:17:
  2286. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2287. warning:   697 |     is_pod
  2288. warning:       |     ^~~~~~
  2289. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/vp8/include/vp8.h:19,
  2290. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h:19,
  2291. warning:                  from src/video_encoder_factory.cpp:22:
  2292. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2293. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2294. warning:       |                    ^~~~~~
  2295. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2296. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2297. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2298. warning:                  from /usr/include/c++/10/memory:63,
  2299. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder.h:15,
  2300. warning:                  from ./include/livekit/video_encoder_factory.h:19,
  2301. warning:                  from src/video_encoder_factory.cpp:17:
  2302. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2303. warning:   697 |     is_pod
  2304. warning:       |     ^~~~~~
  2305. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/vp8/include/vp8.h:19,
  2306. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h:19,
  2307. warning:                  from src/video_encoder_factory.cpp:22:
  2308. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2309. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2310. warning:       |                    ^~~~~~
  2311. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2312. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2313. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2314. warning:                  from /usr/include/c++/10/memory:63,
  2315. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_encoder.h:15,
  2316. warning:                  from ./include/livekit/video_encoder_factory.h:19,
  2317. warning:                  from src/video_encoder_factory.cpp:17:
  2318. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2319. warning:   697 |     is_pod
  2320. warning:       |     ^~~~~~
  2321. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/h264/include/h264.h:22,
  2322. warning:                  from src/video_decoder_factory.cpp:22:
  2323. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2324. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2325. warning:       |                    ^~~~~~
  2326. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2327. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2328. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2329. warning:                  from /usr/include/c++/10/memory:63,
  2330. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_decoder.h:14,
  2331. warning:                  from ./include/livekit/video_decoder_factory.h:19,
  2332. warning:                  from src/video_decoder_factory.cpp:17:
  2333. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2334. warning:   697 |     is_pod
  2335. warning:       |     ^~~~~~
  2336. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/h264/include/h264.h:22,
  2337. warning:                  from src/video_decoder_factory.cpp:22:
  2338. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2339. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2340. warning:       |                    ^~~~~~
  2341. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2342. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2343. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2344. warning:                  from /usr/include/c++/10/memory:63,
  2345. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_decoder.h:14,
  2346. warning:                  from ./include/livekit/video_decoder_factory.h:19,
  2347. warning:                  from src/video_decoder_factory.cpp:17:
  2348. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2349. warning:   697 |     is_pod
  2350. warning:       |     ^~~~~~
  2351. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/h264/include/h264.h:22,
  2352. warning:                  from src/video_decoder_factory.cpp:22:
  2353. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2354. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2355. warning:       |                    ^~~~~~
  2356. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2357. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2358. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2359. warning:                  from /usr/include/c++/10/memory:63,
  2360. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_decoder.h:14,
  2361. warning:                  from ./include/livekit/video_decoder_factory.h:19,
  2362. warning:                  from src/video_decoder_factory.cpp:17:
  2363. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2364. warning:   697 |     is_pod
  2365. warning:       |     ^~~~~~
  2366. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/codecs/h264/include/h264.h:22,
  2367. warning:                  from src/video_decoder_factory.cpp:22:
  2368. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2369. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2370. warning:       |                    ^~~~~~
  2371. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2372. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2373. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2374. warning:                  from /usr/include/c++/10/memory:63,
  2375. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video_codecs/video_decoder.h:14,
  2376. warning:                  from ./include/livekit/video_decoder_factory.h:19,
  2377. warning:                  from src/video_decoder_factory.cpp:17:
  2378. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2379. warning:   697 |     is_pod
  2380. warning:       |     ^~~~~~
  2381. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2382. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2383. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2384. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2385. warning:                  from ./include/livekit/webrtc.h:22,
  2386. warning:                  from ./include/livekit/audio_resampler.h:24,
  2387. warning:                  from src/audio_resampler.cpp:17:
  2388. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:54:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2389. warning:    54 | static_assert(std::is_pod<CodecSpecificInfoVP8>::value, "");
  2390. warning:       |                    ^~~~~~
  2391. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2392. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2393. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2394. warning:                  from /usr/include/c++/10/memory:63,
  2395. warning:                  from ./include/livekit/audio_resampler.h:19,
  2396. warning:                  from src/audio_resampler.cpp:17:
  2397. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2398. warning:   697 |     is_pod
  2399. warning:       |     ^~~~~~
  2400. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2401. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2402. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2403. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2404. warning:                  from ./include/livekit/webrtc.h:22,
  2405. warning:                  from ./include/livekit/audio_resampler.h:24,
  2406. warning:                  from src/audio_resampler.cpp:17:
  2407. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:85:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2408. warning:    85 | static_assert(std::is_pod<CodecSpecificInfoVP9>::value, "");
  2409. warning:       |                    ^~~~~~
  2410. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2411. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2412. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2413. warning:                  from /usr/include/c++/10/memory:63,
  2414. warning:                  from ./include/livekit/audio_resampler.h:19,
  2415. warning:                  from src/audio_resampler.cpp:17:
  2416. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2417. warning:   697 |     is_pod
  2418. warning:       |     ^~~~~~
  2419. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2420. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2421. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2422. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2423. warning:                  from ./include/livekit/webrtc.h:22,
  2424. warning:                  from ./include/livekit/audio_resampler.h:24,
  2425. warning:                  from src/audio_resampler.cpp:17:
  2426. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:94:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2427. warning:    94 | static_assert(std::is_pod<CodecSpecificInfoH264>::value, "");
  2428. warning:       |                    ^~~~~~
  2429. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2430. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2431. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2432. warning:                  from /usr/include/c++/10/memory:63,
  2433. warning:                  from ./include/livekit/audio_resampler.h:19,
  2434. warning:                  from src/audio_resampler.cpp:17:
  2435. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2436. warning:   697 |     is_pod
  2437. warning:       |     ^~~~~~
  2438. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/encoded_frame.h:18,
  2439. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/video/encoded_frame.h:19,
  2440. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/frame_transformer_interface.h:18,
  2441. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/api/rtp_receiver_interface.h:22,
  2442. warning:                  from ./include/livekit/webrtc.h:22,
  2443. warning:                  from ./include/livekit/audio_resampler.h:24,
  2444. warning:                  from src/audio_resampler.cpp:17:
  2445. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/modules/video_coding/include/video_codec_interface.h:101:20: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
  2446. warning:   101 | static_assert(std::is_pod<CodecSpecificInfoUnion>::value, "");
  2447. warning:       |                    ^~~~~~
  2448. warning: In file included from /usr/include/c++/10/bits/move.h:57,
  2449. warning:                  from /usr/include/c++/10/bits/stl_pair.h:59,
  2450. warning:                  from /usr/include/c++/10/bits/stl_algobase.h:64,
  2451. warning:                  from /usr/include/c++/10/memory:63,
  2452. warning:                  from ./include/livekit/audio_resampler.h:19,
  2453. warning:                  from src/audio_resampler.cpp:17:
  2454. warning: /usr/include/c++/10/type_traits:697:5: note: declared here
  2455. warning:   697 |     is_pod
  2456. warning:       |     ^~~~~~
  2457. warning: In file included from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_stream_adapter.h:25,
  2458. warning:                  from /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/ssl_adapter.h:21,
  2459. warning:                  from ./include/livekit/webrtc.h:27,
  2460. warning:                  from ./include/livekit/audio_resampler.h:24,
  2461. warning:                  from src/audio_resampler.cpp:17:
  2462. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h: In member function ‘rtc::StreamResult rtc::StreamInterface::WriteAll(rtc::ArrayView<const unsigned char>, size_t&, int&):
  2463. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:118:63: warning: ‘rtc::StreamResult rtc::StreamInterface::WriteAll(const void*, size_t, size_t*, int*)’ is deprecated: Use version with ArrayView [-Wdeprecated-declarations]
  2464. warning:   118 |     return WriteAll(data.data(), data.size(), &written, &error);
  2465. warning:       |                                                               ^
  2466. warning: /var/www/html/lkc-rust/examples/target/debug/build/scratch-8fc48e0c090972ba/out/livekit_webrtc/livekit/webrtc-linux-x64-release-webrtc-d5ec6fa/webrtc-linux-x64-release/include/rtc_base/stream.h:109:3: note: declared here
  2467. warning:   109 |   WriteAll(const void* data, size_t data_len, size_t* written, int* error);
  2468. warning:       |   ^~~~~~~~
  2469.    Compiling basic_room v0.1.0 (/var/www/html/lkc-rust/examples/basic_room)
  2470.     Finished dev [unoptimized + debuginfo] target(s) in 14.39s
  2471.      Running `/var/www/html/lkc-rust/examples/target/debug/basic_room src/main.rs`
  2472.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement