José Cleiton

Results 5 comments of José Cleiton

I've created a help program to convert mjpeg into mjpeg with 5 bytes frame length prefix. [Here](https://github.com/josecleiton/sgortsp/blob/master/util/converter.go) ``` go run converter.go in.mjpg out.mjpg ```

> hi > You used a Mjpeg file in your project. > I can not find such a file on the Internet. > Also, is it possible to transmit an...

The util that i've linked expects an regular video and convert it to mjpeg and to 5-length mjpeg Down here is another one that only convert standard mjpeg to 5-length...

When using `groupGetInviteInfo(inviteCode: string)`, the participants array returns old JID pattern instead of LID in id field: ``` participants: [ { id: '[email protected]', phoneNumber: undefined, lid: undefined, admin: 'superadmin' }...

In `7.0.0-rc.5` the function `onWhatsapp` does not return the lid associated with the `pnId/jid` anymore. How to query this information using sock? I'm stuck at `7.0.0-rc.4` because I need a...