hi,
Thanks for the reply.
I have already refer the document. And i can able to stream Video+Audio using following command. I test streaming in VLC player in client PC.
Video + Audio Live Streaming
------------------------------------------
gst-launch imxv4l2src capture-mode=4 fps-n=30 ! vpuenc codec=6 ! queue ! mux. alsasrc ! 'audio/x-raw-int,rate=44100,channels=2' ! mfw_mp3encoder ! queue ! mux. flvmux name=mux ! tcpserversink host=172.10.10.143 port=5000
Currently i am using vpuenc coded=6(h264) but if i change to other available option i unable to stream. And also if i change flvmux with other matroskamux, mp4mux, avimux, qtmux, or mpegtsmux i unable to stream.
So whats the problem? Is there any document that give details about video encoding and muxing?
And i got 5-6 sec transmission delay using tcp/ip.. So how to use UDP rtp/rtps? i have tried many commands from forum or this document.
Can you give me specific command?
And how to add live555 to fsl-image-multimedia-full?