1 | initial version |
I just want to update the situation;
I stream the webcam with FFmpeg (command line) via UDP as above.
On the client side I use Java OpenCV, the capture line;
VideoCapture.open("udp://xx.xx.xx.xx:xx)
.
If I sent the stream as mpegts (ffmpeg -f mpegts
), I can display the stream but;
if I sent it as rawvideo (ffmpeg -f rawvideo
), I couldn't.
Is there any parameter to set (like CvType) ?