Hello, I am trying to run gstreamer examples for composite video input as well as for input from LI-5M03 board as mentioned in the following web-pages: https://www.ridgerun.com/developer/wiki/index.php/TVP5146_GStreamer_example_pipelines https://www.ridgerun.com/developer/wiki/index.php/LeopardBoard_365_GStreamer_Pipelines_-_SDK_2011Q2 http://designsomething.org/leopardboard/f/33/p/806/2827.aspx#2827 The problem is that it runs the 1st time perfectly. But then when I try to run the 2nd time, I get the following error: Setting pipeline to PAUSED ... This happens all the time. I restarted the leopardboard, also reinserted the sd card but it just does not work. Can anyone please suggest as to what is going wrong?
Maz _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks Omer & Punya. Thank you & Regards, Mazahir Poonawalla ideaForge Technology Pvt. Ltd. | Board: +91 22 2767 0001; +91 22 2767 0707 | [hidden email] |www.ideaforge.co.in P Please consider the environment before printing this e-mail _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Mazahir Poonawalla
The V4l2Src error is typically encountered when using the v4l2src plugin in GStreamer, a popular multimedia framework for Linux. The error message indicates that there is a problem with the video source, which may be caused by a variety of factors.
Here are a few possible solutions to the V4l2Src error: Check the video source: Make sure that the video source (such as a webcam or camera) is connected properly and is functioning correctly. Try using a different video source to see if the error persists. Check the permissions: Make sure that the user running the GStreamer pipeline has permission to access the video source. You may need to add the user to the "video" group or change the file permissions on the video device. |
Free forum by Nabble | Edit this page |