Digendra Chand
Digendra Chand
Problem : I am using kcp, after sending few packets ikcp_send fails. data is not getting transmitted sending 10bytes of data + 24 bytes kcp header = 34 bytes `//...
I have 3 instances of kcp object A, B, C. from A to B . A sends data and B it is getting received properly. From B to C also...
Hi i successfully compiled the encoder code, but when i run it i got an error. command used : ./enc265 -i akiyo_cif.yuv -w 640 -h 360 -o out.bin Error :...
session_cipher_encrypt Api fails sometimes. In src/session_cipher.c int session_cipher_encrypt( chain_key = session_state_get_sender_chain_key(state); if(!chain_key) { result = SG_ERR_UNKNOWN; goto complete; } gets failed.