I have my RPi successfully streaming video from a webcam 640X480 @ 15fps. Now, I want to use OMXPlayer to VIEW that stream on yet another RPi.
I have tried command lines like:
omxplayer -o hdmi tcp://192.168.1.214:5000
But all I get is "have a nice day" - hardly descriptive of what I need to do in order to make things work.
Has anyone done this?
Using OMX player to VIEW video stream
4 posts
- Posts: 16
- Joined: Wed Sep 05, 2012 12:43 pm
try localhost instead off 192.168.1.214
- Posts: 9
- Joined: Mon Nov 19, 2012 2:34 pm
Just a guess here but generally it's http...
- Code: Select all
http://192.168.1.214:5000
- Posts: 373
- Joined: Sun Sep 30, 2012 2:22 pm
Hi, i just would like to ask, how did you make the omxplayer stream webcam video. Thank you
- Posts: 1
- Joined: Sun Dec 02, 2012 10:11 am