I am trying to do a rtsp from beaglebone black running angstrom to my linux system. For that I installed gstreamer-0.10 and rtsp server on BBB. I sent test patterns i.e. “videotestsrc” from BBB and I could see the colorful bars on my host system. But when I attached the camera and started sending the video using “v4l2src”. I couldn’t see anything. I have tried everything. I am thinking may be the new updated v4l2src is not able to interface with the gstreamer-0.10 or I am entering the correct caps for v4l2src. I have tried to install the gstreamer-1.0 but I am not able to do so.
Following is the pipeline for videotestsrc:-
./test-launch “( videotestsrc always-copy=FALSE num-buffers=2000 device=/dev/vii
deo0 ! video/x-raw-yuv,width=(int)640,height=(int)480,interlaced=(boolean)false,
pixel-aspect-ratio=(fraction)1/1,framerate=(fraction)30/1 ! ffmpegcolorspace ! ff
fenc_mpeg4 ! rtpmp4vpay name=pay0 pt=96 )”
Following is the pipeline for v4l2src:-
./test-launch “( v4l2src always-copy=FALSE num-buffers=2000 device=/dev/vii
deo0 ! video/x-raw-yuv,width=(int)640,height=(int)480,interlaced=(boolean)false,
pixel-aspect-ratio=(fraction)1/1,framerate=(fraction)30/1 ! ffmpegcolorspace ! ff
fenc_mpeg4 ! rtpmp4vpay name=pay0 pt=96 )”
I have been trying to do this for three weeks. Please help me!
web: http://www.tonboimaging.com
The information in this message may be confidential and is being sent exclusively to the receiver. If you are not the recipient of this communication, it is forbidden for you any retransmission, dissemination or other use of this information. If you have received this message by mistake, please contact the sender and delete the message. Tonbo Imaging is not responsible for any statement made or opinion expressed in this message, which is not strictly related to Tonbo Imaging operations.