Hi, Previously I needed to get streaming from Reeti locally so I used opencv to capture the cam and it worked fine.
Now I want to get streaming using opencv with its IP in Java from on another linux based pc connected through reetiAdhoc network .
Please note that through same remote pc , I'm successful sending commands to reeti on IP 10.42.43.1:54001.
As Reeti is streaming using mjpg streamer so I tried to check the streaming in following ways locally and remotely.
1. I checked stream url in firefox ( 10.42.43.1:54001/?action=stream )on remote computer. But I'm getting nothing.
2. I tried the same url on VLC player, giving error "VLC is unable to open the MRL".
3. I changed the ip of reeti eth0 manually using sudo ifconfig eth0 192.168.0.10. But still not able to get streaming.
4. But after changing IP to 192.168.0.10:8080 , I don't get vlc error and it looks like its playing stream but its black and I can't see anything in player..
Recording through ffmpeg "ffmpeg -f video4linux2 -s 640x480 -r 10 -i /dev/video2 output1.avi" is working fine on local reeti pc. But I need streaming on remote pc.
Pls help.