|
2011-01-31
, 13:11
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#2
|
Hi
Probably a very dumb question but i cant find answer to it and i need it pretty fast. So here comes.
Recently i found this: http://blog.pclewis.com/2010/02/stre...camera-to-vlc/
---- from teh internez and i love it, great to monitor my... cat or something else Anyways its loads of fun.
So the basic thing is that i need to help launch the gstreamer easier than typing this to terminal:
>>>> scriptCode:gst-launch v4l2camsrc device=/dev/video0 ! \ dsph264enc ! \ rtph264pay ! \ udpsink host=192.168.0.100 port=5434
And it should work with n900 of course.
Thanks.
#!/bin/sh gst-launch v4l2camsrc device=/dev/video0 ! dsph264enc ! rtph264pay ! udpsink host=192.168.0.100 port=5434 echo "if you want to have some output"
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
|
2011-01-31
, 13:34
|
Posts: 75 |
Thanked: 12 times |
Joined on Jul 2010
@ Finland
|
#3
|
Probably a very dumb question but i cant find answer to it and i need it pretty fast. So here comes.
Recently i found this: http://blog.pclewis.com/2010/02/stre...camera-to-vlc/
---- from teh internez and i love it, great to monitor my... cat or something else Anyways its loads of fun.
So the basic thing is that i need to help launch the gstreamer easier than typing this to terminal:
And it should work with n900 of course.
Thanks.
d(^_^)b