K1
K1
I have same problem with 4.11.1, It is strange everything on "Sample code" works fine but without VideoFeeder.VideoDataListener.onReceive being called! Actually I removed the listener totally and still I get...
> Hello! > > Came to exact same conclusion as @keivanh. Setting callback for `setYuvDataCallback` actually works, but I'm having some issue processing received `byteBuffer`. @keivanh how are you processing...
In simplest form this would be enough to get YUV frame: https://gist.github.com/keivanh/2d4309f5fa88dc520264c21cd10bbb43
This bug has been around for sometime, I spent days to fix it but no luck. But as matter of fact, building the docs happens after compiling the interpipe library....
For anyone reading this, it is been more than a year and the bug is still there. As my previous comment, the library itself builds without any problem. But if...
Doesn't work on 11.6.0
Any workaround meanwhile? What is max Node version support this?
Update: I managed to solve the problem by setting interpipesrc ``stream-sync=passthrough-ts`` . Still I am not sure if this is correct way of doing this or not? Now when I...
Hello Jose, Thank you for response :) I think I must clarify two important points: 1- I don't install anything manually, I just create Docker container from SOSS-DSS [Docker file](https://github.com/eProsima/SOSS-DDS/blob/master/Dockerfile)...
Docker file is using SOSS/OSRF source code, that was source of many problems. I have made necessary changes in Docker file and now example WAN files will parse without problem....