Ravikumar Tulugu
Ravikumar Tulugu
i booted the image and i didnt start the gui. i see echo is off , i cant see what i am typing. i was using qemu.
we applied a patch from https://github.com/CESNET/libnetconf2/pull/127/files/629dfc4a608633909ad891da8739fb0857103fb3 , will close this after some soaking period.
Closing the issue as we are no more seeing this in our setup
Hi, we are still seeing this issue albeit it happens very rarely once in 2 weeks, we feel that there is some race going on between the workers. netopeer server...
In the routine nc_ps_poll() , **ret = pthread_cond_timedwait(&ps->cond, &ps->lock, &ts); if (ret) { /** * This may happen when another thread releases the lock and broadcasts the condition * and...
hi , Thanks for the response, we are using 2.0.11-r1 , we pulled one fix for ETIMEDOUT on top of 2.0.11-r1. but still we are seeing the issue, we don't...
@Vanilagy can you pls respond ? Thanks
I spent some time looking at the code and it seems the chunk is not a webm element it is just a block of raw bytes. the onData routine has...
The dash webm requires 2 file types,the first file should be the initialization segment with EBML header and the associated track information, the rest of the files need to contain...
Unfortunately no !!! if you make the onData to honor the webm media cluster boundaries , that would address the dash requirement. nothing else is needed. one more nice to...