View Single Post
Posts: 142 | Thanked: 120 times | Joined on Jul 2010
#353
Originally Posted by tetris11_ View Post
also just to let you know I just got Audio+Video to stream together (using the code handaxe posted on the first page)
It might even work over HTTP.

Expect a sudden and dramatic update sometime soon.

Edit: Hey cheers, nice to be appreciated!
Hehe you must have a decent wifi because the lag is constant for me. The profiles are for things like 'Home'/'Work', so you can store multiple connections for each profile name. I dont use more than one connection myself, but it was requested. Watchdog... eh, I'll get around to it
Hello, can someone help me here? I understand I have to write this code on the n900 (from the first page)
Code:
gst-launch v4l2src ! queue ! video/x-raw-yuv,width=320,height=240,framerate=30/1 ! videoscale ! ffmpegcolorspace ! queue ! dsph264enc ! queue ! rtph264pay ! udpsink host=xxx.xxx.x.xxx port=5000 pulsesrc ! queue ! audio/x-raw-int,rate=8000,channels=1,depth=8 ! audioconvert ! audioresample ! nokiaaacenc ! queue ! rtpmp4apay ! udpserversink host=xxx.xxx.x.xxx port=5001
to get audio and video together but what should I write on my pc?
Thank you