Hi,
This is regarding video issue which i'm facing on raspberry pi.
I have android app with gstreamer 1.12.2 and raspberry pi hardware with gstreamer 1.4.4.
On Android side, I'm using tutorial-3.c having config:
data->pipeline = gst_parse_launch("udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! autovideosink sync=false text-overlay=false", &error);
On Raspberry pi, i am using command :
"raspivid -n -t 0 -rot 0 -w 600 -h 480 -fps 12 -b 6000000 -o - | gst-launch-1.0 -e -vvv fdsrc ! h264parse ! rtph264pay pt=96 config-interval=10 ! udpsink host =$1 port = 5000"
But the issue is,
On android app i'm not able to receive video, i'm getting only one frame not the complete video.
Please tell us the solution for above issue....
PFA android side code file.
--
RegardsRavi Kumar Gupta
Android Developer
Neotech Systems Pvt. Ltd.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel