Issue streaming from Ricoh Theta

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

Issue streaming from Ricoh Theta

Anil-2
Hi,

I am trying to stream from a Ricoh Theta while in the UVC mode. The issue is I get this error which does not give me a whole lot of information.

  1. Setting pipeline to PAUSED ...
  2. Pipeline is live and does not need PREROLL ...
  3. ERROR: from element /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0: Internal data stream error.
  4. Additional debug info:
  5. gstbasesrc.c(2951): gst_base_src_loop (): /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0:
  6. streaming stopped, reason not-negotiated (-4)
  7. ERROR: pipeline doesn't want to preroll.
  8. Setting pipeline to PAUSED ...
  9. Setting pipeline to READY ...
  10. Setting pipeline to NULL ...
  11. Freeing pipeline ...

The command I'm running is as follows:

  1. gst-launch-1.0 ksvideosrc device-index=0 ! videoconvert ! autovideosink -v

Is there anything I can do about this?

Regards,
Anil.

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

Re: Issue streaming from Ricoh Theta

Chuck Crisler-3
The key is the 'not negiotiated'. That means that your pipeline has an error. Check all of the element caps and the caps of your camera/source. You can also increase the logging level to get more detail. 

On Feb 14, 2017 1:10 PM, "Anil" <[hidden email]> wrote:
Hi,

I am trying to stream from a Ricoh Theta while in the UVC mode. The issue is I get this error which does not give me a whole lot of information.

  1. Setting pipeline to PAUSED ...
  2. Pipeline is live and does not need PREROLL ...
  3. ERROR: from element /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0: Internal data stream error.
  4. Additional debug info:
  5. gstbasesrc.c(2951): gst_base_src_loop (): /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0:
  6. streaming stopped, reason not-negotiated (-4)
  7. ERROR: pipeline doesn't want to preroll.
  8. Setting pipeline to PAUSED ...
  9. Setting pipeline to READY ...
  10. Setting pipeline to NULL ...
  11. Freeing pipeline ...

The command I'm running is as follows:

  1. gst-launch-1.0 ksvideosrc device-index=0 ! videoconvert ! autovideosink -v

Is there anything I can do about this?

Regards,
Anil.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


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

Re: Issue streaming from Ricoh Theta

Jesu Anuroop Suresh
In reply to this post by Anil-2
run this before your command and it will give more logs to help identify caps mistmatch

export GST_DEBUG=5

Regards
Anuroop


On Tue, Feb 14, 2017 at 9:49 AM, Anil <[hidden email]> wrote:
Hi,

I am trying to stream from a Ricoh Theta while in the UVC mode. The issue is I get this error which does not give me a whole lot of information.

  1. Setting pipeline to PAUSED ...
  2. Pipeline is live and does not need PREROLL ...
  3. ERROR: from element /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0: Internal data stream error.
  4. Additional debug info:
  5. gstbasesrc.c(2951): gst_base_src_loop (): /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0:
  6. streaming stopped, reason not-negotiated (-4)
  7. ERROR: pipeline doesn't want to preroll.
  8. Setting pipeline to PAUSED ...
  9. Setting pipeline to READY ...
  10. Setting pipeline to NULL ...
  11. Freeing pipeline ...

The command I'm running is as follows:

  1. gst-launch-1.0 ksvideosrc device-index=0 ! videoconvert ! autovideosink -v

Is there anything I can do about this?

Regards,
Anil.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



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

Re: Issue streaming from Ricoh Theta

Nicolas Dufresne-5
In reply to this post by Anil-2
Le mardi 14 février 2017 à 09:49 -0800, Anil a écrit :

> Hi,
>
> I am trying to stream from a Ricoh Theta while in the UVC mode. The
> issue is I get this error which does not give me a whole lot of
> information.
>
> Setting pipeline to PAUSED ...
> Pipeline is live and does not need PREROLL ...
> ERROR: from element /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0:
> Internal data stream error.
> Additional debug info:
> gstbasesrc.c(2951): gst_base_src_loop ():
> /GstPipeline:pipeline0/GstKsVideoSrc:ksvideosrc0:
> streaming stopped, reason not-negotiated (-4)
> ERROR: pipeline doesn't want to preroll.
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
> The command I'm running is as follows:
>
> gst-launch-1.0 ksvideosrc device-index=0 ! videoconvert !
> autovideosink -v
Replacing gst-launch-1.0 by gst-validate-1.0 would tell you exactly
what the problem is. Though, as you have videoconvert, there isn't much
that remains. With this camera, you driver only support JPEG, or the
videosink is broken. You can check this with:

gst-launch-1.0 ksvideosrc device-index=0 ! jpegdec ! videoconvert ! autovideosink

>
> Is there anything I can do about this?
>
> Regards,
> Anil.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment