Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Issue #15 H264 BufferedPacket nextEnclosedFrameProc singature #16

Merged
merged 1 commit into from
Apr 8, 2018

Conversation

ericdeshayes
Copy link

changed the signature from : func (p *H264BufferedPacket) nextEnclosedFrameSize(buff []byte, size uint) uint32
to func (p *H264BufferedPacket) nextEnclosedFrameSize(buff []byte, size uint32) uint32

Seems to be related to the commit 765284e wackey, 11 months ago (April 14th, 2017 10:29am) "using uint32 replace uint"

Not sure how to validate the test yet, I simply managed to read some data from my ip cam:

Stream "rtsp://admin:XX@192.168.48.205/Streaming/Channels/102/"; video/H264: Received 336 bytes. Presentation Time: 383617.000000
Stream "rtsp://admin:XX@192.168.48.205/Streaming/Channels/102/"; video/H264: Received 378 bytes. Presentation Time: 383617.000000

changed the signature from : func (p *H264BufferedPacket) nextEnclosedFrameSize(buff []byte, size uint) uint32
to func (p *H264BufferedPacket) nextEnclosedFrameSize(buff []byte, size uint32) uint32

Seems to be related to the commit 765284e     wackey, 11 months ago   (April 14th, 2017 10:29am) "using uint32 replace uint"
@djwackey djwackey merged commit a1da0be into djwackey:master Apr 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants