Hello;
I successfully do video streaming over network with udp, mpeg-ts.
I also want to do audio streaming but I am currently unable to do it.
Can you give some reference or show me how can I do it?
My Server Pipeline:
filesrc ! decodebin ! omhx264enc ! mpegtsmux ! udpsrc
My Client Pipeline:
udpsrc ! tsparse ! tsdemux ! h264parse ! omxh264dec ! videoconvert ! ximagesink