tree: 35ca340ee2e21e74947a81a8e5a7983754b9409c [path history] [tgz]
  1. compound_rtcp_parser_fuzzer_seeds/
  2. rtp_packet_parser_fuzzer_seeds/
  3. sender_report_parser_fuzzer_seeds/
  4. testing/
  5. answer_messages.cc
  6. answer_messages.h
  7. answer_messages_unittest.cc
  8. bandwidth_estimator.cc
  9. bandwidth_estimator.h
  10. bandwidth_estimator_unittest.cc
  11. BUILD.gn
  12. capture_configs.h
  13. capture_recommendations.cc
  14. capture_recommendations.h
  15. capture_recommendations_unittest.cc
  16. clock_drift_smoother.cc
  17. clock_drift_smoother.h
  18. compound_rtcp_builder.cc
  19. compound_rtcp_builder.h
  20. compound_rtcp_builder_unittest.cc
  21. compound_rtcp_parser.cc
  22. compound_rtcp_parser.h
  23. compound_rtcp_parser_fuzzer.cc
  24. compound_rtcp_parser_unittest.cc
  25. constants.h
  26. DEPS
  27. encoded_frame.cc
  28. encoded_frame.h
  29. environment.cc
  30. environment.h
  31. expanded_value_base.h
  32. expanded_value_base_unittest.cc
  33. frame_collector.cc
  34. frame_collector.h
  35. frame_collector_unittest.cc
  36. frame_crypto.cc
  37. frame_crypto.h
  38. frame_crypto_unittest.cc
  39. frame_id.cc
  40. frame_id.h
  41. message_fields.cc
  42. message_fields.h
  43. message_fields_unittest.cc
  44. mock_compound_rtcp_parser_client.h
  45. mock_environment.cc
  46. mock_environment.h
  47. ntp_time.cc
  48. ntp_time.h
  49. ntp_time_unittest.cc
  50. offer_messages.cc
  51. offer_messages.h
  52. offer_messages_unittest.cc
  53. packet_receive_stats_tracker.cc
  54. packet_receive_stats_tracker.h
  55. packet_receive_stats_tracker_unittest.cc
  56. packet_util.cc
  57. packet_util.h
  58. packet_util_unittest.cc
  59. README.md
  60. receiver.cc
  61. receiver.h
  62. receiver_message.cc
  63. receiver_message.h
  64. receiver_packet_router.cc
  65. receiver_packet_router.h
  66. receiver_session.cc
  67. receiver_session.h
  68. receiver_session_unittest.cc
  69. receiver_unittest.cc
  70. remoting.proto
  71. rpc_broker.cc
  72. rpc_broker.h
  73. rpc_broker_unittest.cc
  74. rtcp_common.cc
  75. rtcp_common.h
  76. rtcp_common_unittest.cc
  77. rtcp_session.cc
  78. rtcp_session.h
  79. rtp_defines.cc
  80. rtp_defines.h
  81. rtp_packet_parser.cc
  82. rtp_packet_parser.h
  83. rtp_packet_parser_fuzzer.cc
  84. rtp_packet_parser_unittest.cc
  85. rtp_packetizer.cc
  86. rtp_packetizer.h
  87. rtp_packetizer_unittest.cc
  88. rtp_time.cc
  89. rtp_time.h
  90. rtp_time_unittest.cc
  91. sender.cc
  92. sender.h
  93. sender_message.cc
  94. sender_message.h
  95. sender_packet_router.cc
  96. sender_packet_router.h
  97. sender_packet_router_unittest.cc
  98. sender_report_builder.cc
  99. sender_report_builder.h
  100. sender_report_parser.cc
  101. sender_report_parser.h
  102. sender_report_parser_fuzzer.cc
  103. sender_report_unittest.cc
  104. sender_session.cc
  105. sender_session.h
  106. sender_session_unittest.cc
  107. sender_unittest.cc
  108. session_config.cc
  109. session_config.h
  110. session_messager.cc
  111. session_messager.h
  112. session_messager_unittest.cc
  113. ssrc.cc
  114. ssrc.h
  115. ssrc_unittest.cc
cast/streaming/README.md

cast/streaming

This module contains an implementation of Cast Streaming, a real-time media streaming protocol between Cast senders and Cast receivers.