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: Code: gst-launch v4l2camsrc device=/dev/video0 ! \ dsph264enc ! \ rtph264pay ! \ udpsink host=192.168.0.100 port=5434 >>>> script And it should work with n900 of course. Thanks.
gst-launch v4l2camsrc device=/dev/video0 ! \ dsph264enc ! \ rtph264pay ! \ udpsink host=192.168.0.100 port=5434
#!/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"