yourchanges

Results 47 comments of yourchanges

here is the usb traffic related to the GET_DEVICE_ID ``` 23.0 CTL 00 09 01 00 00 00 00 00 SET CONFIG 89.1.0 23.0 CTL 80 06 00 01 00...

I'm facing the same issue.

after some search, here is a go native aac decoder: https://github.com/Comcast/gaad and we also need a native golang pcm encoder, like: https://github.com/winlinvip/go-fdkaac/blob/master/fdkaac/example_test.go#L29 so we can trans the aac to pcm...

after upgrade to master, I can see the video stream, but there is still a error message at the first time to open the rtsp stream, here is the log:...

Modify the config.go line 186 ``` if len(codecVideo.RecordInfo.SPS) > 0 && len(codecVideo.RecordInfo.PPS) > 0 && codecVideo.SPS() != nil && codecVideo.PPS() != nil && len(codecVideo.SPS()) > 0 && len(codecVideo.PPS()) > 0...