Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 943 Bytes

File metadata and controls

32 lines (30 loc) · 943 Bytes

MoQTHaishinKit

Overview

  • This is a Swift implementation of MoQT, based on draft7. It is being developed for research and testing purposes.
  • The features for live streaming and viewing have not been implemented yet, so testing is not possible at this time.

Control Messages

  • 6.2. CLIENT_SETUP
  • 6.2. SERVER_SETUP
  • 6.3. GOAWAY
  • 6.4. SUBSCRIBE
  • 6.5. SUBSCRIBE_UPDATE
  • 6.6. UNSUBSCRIBE
  • 6.7. FETCH
  • 6.8. FETCH_CANCEL
  • 6.9. ANNOUNCE_OK
  • 6.10. ANNOUNCE_ERROR
  • 6.11. ANNOUNCE_CANCEL
  • 6.12. TRACK_STATUS_REQUEST
  • 6.13. SUBSCRIBE_ANNOUNCES
  • 6.14. UNSUBSCRIBE_ANNOUNCES
  • 6.15. SUBSCRIBE_OK
  • 6.16. SUBSCRIBE_ERROR
  • 6.17. FETCH_OK
  • 6.18. FETCH_ERROR
  • 6.19. SUBSCRIBE_DONE
  • 6.20. MAX_SUBSCRIBE_ID
  • 6.21. ANNOUNCE
  • 6.22. UNANNOUNCE
  • 6.23. TRACK_STATUS
  • 6.24. SUBSCRIBE_ANNOUNCES_OK
  • 6.25. SUBSCRIBE_ANNOUNCES_ERROR