@@ -8,10 +8,10 @@ JOY4 is powerful library written in golang, well-designed interface makes a few
88
99Well-designed and easy-to-use interfaces:
1010
11- - Muxer / Demuxer ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/av#Demuxer ) [ example] ( https://github.com/mihail812 /joy4/blob/master/examples/open_probe_file/main.go ) )
12- - Audio Decoder ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/av#AudioDecoder ) [ example] ( https://github.com/mihail812 /joy4/blob/master/examples/audio_decode/main.go ) )
13- - Transcoding ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/av/transcode ) [ example] ( https://github.com/mihail812 /joy4/blob/master/examples/transcode/main.go ) )
14- - Streaming server ([ example] ( https://github.com/mihail812 /joy4/blob/master/examples/http_flv_and_rtmp_server/main.go ) )
11+ - Muxer / Demuxer ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/av#Demuxer ) [ example] ( https://github.com/angwangiot /joy4/blob/master/examples/open_probe_file/main.go ) )
12+ - Audio Decoder ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/av#AudioDecoder ) [ example] ( https://github.com/angwangiot /joy4/blob/master/examples/audio_decode/main.go ) )
13+ - Transcoding ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/av/transcode ) [ example] ( https://github.com/angwangiot /joy4/blob/master/examples/transcode/main.go ) )
14+ - Streaming server ([ example] ( https://github.com/angwangiot /joy4/blob/master/examples/http_flv_and_rtmp_server/main.go ) )
1515
1616Support container formats:
1717
@@ -34,31 +34,31 @@ RTMP / HTTP-FLV Server
3434- High performance
3535
3636
37- Publisher-subscriber packet buffer queue ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/av/pubsub ) )
37+ Publisher-subscriber packet buffer queue ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/av/pubsub ) )
3838
3939- Customize publisher buffer time and subscriber read position
4040
4141
42- - Multiple channels live streaming ([ example] ( https://github.com/mihail812 /joy4/blob/master/examples/rtmp_server_channels/main.go ) )
42+ - Multiple channels live streaming ([ example] ( https://github.com/angwangiot /joy4/blob/master/examples/rtmp_server_channels/main.go ) )
4343
44- Packet filters ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/av/pktque ) )
44+ Packet filters ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/av/pktque ) )
4545
4646- Wait first keyframe
4747- Fix timestamp
4848- Make A/V sync
49- - Customize ([ example] ( https://github.com/mihail812 /joy4/blob/master/examples/rtmp_server_channels/main.go#L19 ) )
49+ - Customize ([ example] ( https://github.com/angwangiot /joy4/blob/master/examples/rtmp_server_channels/main.go#L19 ) )
5050
51- FFMPEG Golang-style binding ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/cgo/ffmpeg ) )
51+ FFMPEG Golang-style binding ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/cgo/ffmpeg ) )
5252- Audio Encoder / Decoder
5353- Video Decoder
5454- Audio Resampler
5555
5656Support codec and container parsers:
5757
58- - H264 SPS/PPS/AVCDecoderConfigure parser ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/codec/h264parser ) )
59- - AAC ADTSHeader/MPEG4AudioConfig parser ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/codec/aacparser ) )
60- - MP4 Atoms parser ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/format/mp4/mp4io ) )
61- - FLV AMF0 object parser ([ doc] ( https://godoc.org/github.com/mihail812 /joy4/format/flv/flvio ) )
58+ - H264 SPS/PPS/AVCDecoderConfigure parser ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/codec/h264parser ) )
59+ - AAC ADTSHeader/MPEG4AudioConfig parser ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/codec/aacparser ) )
60+ - MP4 Atoms parser ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/format/mp4/mp4io ) )
61+ - FLV AMF0 object parser ([ doc] ( https://godoc.org/github.com/angwangiot /joy4/format/flv/flvio ) )
6262
6363# Requirements
6464
0 commit comments