Arnold
Arnold
hi, I set one board in tx mode , send packet every 5 seconds, another in continue RX mode, but only first packet trans success. I dont know which side...
### Please ask your question hi, I set one board in tx mode , send packet every 5 seconds, another in continue RX mode, but only first packet trans success....
hi, I have cross compile the source code success, install OK , but get this error. how to resolve this? I have include libwebsockets.h
请教一下,我使用的是fmp4相关的函数接口 第一步, ` fmp4_writer_create(mov_file_buffer(), fp, 0);` 第二步, `fmp4_writer_add_video(mov, MOV_OBJECT_H264, 2560, 1440, NULL, 0);` 第三步, `fmp4_writer_write` ,循环写入H264 第四步,`fmp4_writer_destroy(mov);` 文件能够使用ffplay和vlc播放,但是不能seek,快进到指定位置,这是什么原因呢?