Page 1 of 1

RVMedia 7 and gstreamer camera

Posted: Mon Dec 23, 2019 8:24 am
by af0815
I have a camera from theimagesource and build their module for gstreamer (tcambin).

How can i adress this camera in RVMedia ?

a sample code from theimagesource with vlc is
gst-launch-1.0 tcambin ! video/x-raw, format=BGRx, width=640, height=480, framerate=15/1 ! videoconvert ! x264enc tune=zerolatency byte-stream=true bitrate=500 threads=2 ! mpegtsmux ! tcpserversink host=192.168.2.224 port=5004

I know the sink must be changed, but it shows the call.
If anybody can say what kind of demo in RVMedia will be working. I have to use more and more cameras under linux working with compiled modules for gstreamer and v4l. v4l is not the problem, because the WebCam part of RVMedia can handle this. But the gstreamer part is new for me.

Re: RVMedia 7 and gstreamer camera

Posted: Mon Dec 23, 2019 8:08 pm
by Sergey Tkachenko
Sorry, there are several problems even without tcambin

1) Currently, RVMedia supports only GStreamer 0.1, GStreamer 1.0 is planned for future.
2) RVMedia supports only several predefined GStreamer pipelines for the most common video sources.