gstreamer in raspberry pi 4

classic Classic list List threaded Threaded
3 messages Options
sej
Reply | Threaded
Open this post in threaded view
|

gstreamer in raspberry pi 4

sej
Hi,
I'm trying to stream my raspberry pi camera to another pc and in android.
I tryied a lot of pipelines, the last one that I've probed was the next one:
/raspivid -b 100000 -n -t 0 -hf -fps 15 -w 640 -h 480 -o - | gst-launch-1.0
fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay !
tcpserversink host=192.168.1.134 port=5000/

But when I read the stream in the client side, I recive something like:
"autovideosink0-actual-sink-d3dvideo: There may be a timestamping problem,
or this computer is too slow".

Someone knows any solution?
Thanks in advance



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer in raspberry pi 4

horai
Dear sir,

check out some of the pipelines here:
http://gstreamer-devel.966125.n4.nabble.com/tee-pipeline-td4692360.html



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer in raspberry pi 4

horai
There is also a new camera stack for Raspberry (libcamera), it should contain
Gstreamer element libcamerasrc we wanted to replace rpicamsrc with. If it is
feasible, we have not discovered yet, but you can try it:

https://www.raspberrypi.org/documentation/linux/software/libcamera/README.md
https://libcamera.org/getting-started.html





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel