Hallo everybody,
I wanted to know how to stream video, with gstreamer, from the Nokia N810 to my local PC
I have no problem building my sending pipeline but my pipeline on my local PC does not
and all i found on the internet is how to make it with an SDP file an the VLC player.
my sending pipeline looks like this :
gst-launch-0.10 v4l2src ! \
video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 ! \
hantro4200enc stream-type=1 profile-and-level=1001 ! \
video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! \
udpsink host=$HOST port=$VPORT
thx for your help



