hi,professor:
i want to encode opencv Mat frame to h264, then send packet to server with rtp/udp, is there any possible to use this library?
is there any demos? please HELP ME!
just simply use rtp_payload_encode_create to create a packer, and send the H.264 frame to the payload_encode_input method, you will get each sperate rtp packet.
hi,professor: i want to encode opencv Mat frame to h264, then send packet to server with rtp/udp, is there any possible to use this library? is there any demos? please HELP ME!