pppaulpeter
pppaulpeter
市面上的安防相机的录像码流都是ps流的,或者有没有rtp转flv的例子,谢谢!
when i run the qrtest, the library can't detect the qrcode in the image, idon't know the reason, it seems the qrcode is quite clear. 
Hi, anybody have meet this issue before? this funtion(cJSON_SetStrValue) is replaced by someone else? (base) ubuntu@ubuntu-XPS-8930:~/Downloads/HIVIEW/fw/cjson/test$ nm /usr/local/lib/libcjson.so |grep cJSON_SetStrValue (base) ubuntu@ubuntu-XPS-8930:~/Downloads/HIVIEW/fw/cjson/test$
Hi Andy, I’m using libwebsockets v4.3.3 in a simple server that, inside my LWS_CALLBACK_SERVER_WRITEABLE handler, calls ``` c int m = lws_write(wsi, buf, len, LWS_WRITE_BINARY); if (m < (int)len) {...
Hi Andy,  as shown in the image, the websocket client have not close the websocket conenction, but my websocket server going to the callback case LWS_CALLBACK_CLOSED, i don't know...
Hi Andy, this is the lws log when i create context with lws_create_context: _Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5773] N: Libwebsockets version: 4.3.3-unknown Oct 28 15:20:11 user.alert : ^[[0m...
Hi Andy, i saw a lot of example code using the following code which i also used in my project for the websocket service ``` while (n >= 0) n...