Dual camera streaming

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

Dual camera streaming

Pooja
Hello everyone

I want some help regarding dual camera streaming. I'm working on rpi4 and
created a pipeline containing two source i.e. v4l2src and videotestsrc (I'm
using this because i don't have other source right now).While running the
pipeline only first source (v4l2src) stream is shown, the second source
stream is not visible. Both the pipeline gives same result.
 
----------------------------------------------------------------------------------------------------------------------------------------------------------------
(" v4l2src device=/dev/video0 !
video/x-h264,width=1280,height=720,framerate=25/1 ! h264parse ! rtph264pay
name=pay0 pt=96 ssrc=123 videotestsrc ! videobalance saturation=0 !
video/x-raw,width=640,height=480,framerate=25/1 ! jpegenc ! jpegparse !
rtpjpegpay name=pay1 pt=97 ssrc=456 ")
----------------------------------------------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------------------------------------------------
"( v4l2src device=/dev/video0 !
video/x-h264,width=1280,height=720,framerate=25/1 ! h264parse ! rtph264pay
name=pay0 pt=96 ssrc=123 videotestsrc ! videobalance saturation=0 !
video/x-raw,width=640,height=480,framerate=25/1 ! x264enc ! h264parse !
rtph264pay name=pay1 pt=97 ssrc=456 )"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

Any help would be appreciated.

Thanks



--
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: Dual camera streaming

Mandar Joshi

Hi,
You haven't mentioned how you are sending the two streams over the network.
Are you trying to send two video streams over RTSP?
If so, you will need separate mount points in RTSP Server.

Regards
Mandar
Czar Softech

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

Re: Dual camera streaming

Pooja
Hello,
Yes I am sending the two video streams over RTSP.
I will try this and revert.

Thank You.



--
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: Dual camera streaming

Pooja
In reply to this post by Mandar Joshi
Hi Mandar Joshi,

Thank you for your suggestion, it worked.





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