Gstreamer Android voice and video, What is the source that behaves like? Please

KIMSANG mau37x37m at naver.com
Wed Jan 20 08:51:45 PST 2016


Do I need to create another pipeline?
How do I make if you make?
Is there any tutorial that provides multi-media in tutorial3?
The audio is anbatah. What should I do?

Raspberry sending commands is as follows:
gst-launch-1.0 -v alsasrc device = plughw: 0 \
! mulawenc! rtppcmupay! udpsink host = $ clientIp port = 5001 &
raspivid -t 999999 -w 1080 -h 720 -fps 25 -hf -b 2000000 -o - | \
gst-launch-1.0 -v fdsrc! h264parse! rtph264pay config-interval = 1 pt = 96 \
! gdppay! tcpserversink host = 127.0.0.1 port = 5000

Receives commands are as follows:

gst-launch-1.0 -v udpsrc port = 5001 caps = "application / x-rtp" \
! queue! rtppcmudepay! mulawdec! audioconvert! autoaudiosink sync = false &
gst-launch-1.0 -v tcpclientsrc host = $ serverIp port = 5000 \
! gdpdepay! rtph264depay! avdec_h264! videoconvert! autovideosink sync =
false

In addition, an error occurs in the caps = "application / x-rtp". How do I
fix this?

Please let me know. It will really tell us very much.
Please.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-Android-voice-and-video-What-is-the-source-that-behaves-like-Please-tp4675408.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list