Michel Promonet
Michel Promonet
Hi @tienvominh As window build is working now, I am closing this issue. I integrate the fix proposed in webrtc issue in build process and will remove it when it...
Hi @Nguyen-Thanh-Tung, When webbrowser and webrtc-streamer are not on same network, you need either an STUN or a TURN. By default STUN server is stun.l.google.com:19302, but you can use another...
Hi @fujiishigeki Your modification seems good, Pull Request are always welcomed. Best Regards, Michel.
Hi @fplanque RTP over TCP negociation can be set using `--rtsp-tcp` argument of VLC. Best Regards, Michel.
Hi, Did you try with simple quote ? Best Regards Michel
Interesting, there is no problem using openwrt build system. Maybe i will look to dockcross i never heard about. Best Regards Michel
Hi @WiredLife Did you check your H264 source, it may be also pixelated ? (For example using v4l2display_h264 /dev/video0, without rtsp stremaner) I just made a test, and I don't...
Hi @fplanque This tools are not setting fps, you should set it using v4l2-ctl --set-parm. Best Regards, Michel.
Hi, You can get the current session using /api/getPeerConnectionList, the admin.html show some simple information. Best Regards, Michel.
Hi, From your error log, it seems include is missing: ``` gmake[1]: Entering directory '/home/sidhartha/train/phase2/ec10/v4l2rtspserver/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f1a79.dir/CheckIncludeFile.c.o /opt/fslc-framebuffer/4.0/sysroots/x86_64-fslcsdk-linux/usr/bin/arm-fslc-linux-gnueabi/arm-fslc-linux-gnueabi-gcc --sysroot=/opt/fslc-framebuffer/4.0/sysroots/cortexa9t2hf-neon-fslc-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_f1a79.dir/CheckIncludeFile.c.o -c /home/sidhartha/train/phase2/ec10/v4l2rtspserver/CMakeFiles/CMakeTmp/CheckIncludeFile.c In...