Tool/software: Linux
Hello Sir,
I am working on am5728 custom processor board.
on that board i want to capture video and audio both and store in file/transmit on rtsp.
gst-launch-1.0 -e v4l2src device="/dev/video2" ! 'video/x-raw,format=(string)YUY2,width=320,height=240,framerate=(fraction)25/1' ! videoconvert ! queue ! ducatih264enc bitrate=500 intra-interval=1 ! h264parse ! rtph264pay mtu=200 ! udpsink host=<xxxxxxx > port=<xxxx>
I av used this pipeline to built live streaming from one node to another node..
kindly suggest modification to merge audio and video both for streaming...
Thanks in advance..
Best Regards ,
Hardik Sodha