Browse Source

doc: detail support

pull/6/head
halwu(吴浩麟) 9 years ago
parent
commit
51bd01b685
  1. 8
      README.md

8
README.md

@ -2,16 +2,16 @@
live streaming server write in pure go, simple efficient and can run in any platform. live streaming server write in pure go, simple efficient and can run in any platform.
## Support ## Support
#### Protocol #### Transport protocol
- [x] RTMP
- [x] AMF - [x] AMF
- [x] HLS - [x] HLS
- [x] HTTP-FLV - [x] HTTP-FLV
- [ ] WebSocket-FLV - [ ] WebSocket-FLV
- [x] RTMP #### File container
#### Container
- [x] FLV - [x] FLV
- [x] TS - [x] TS
#### Code #### AV coder
- [x] H264 - [x] H264
- [x] AAC - [x] AAC
- [x] MP3 - [x] MP3

Loading…
Cancel
Save