RVMedia 7 and gstreamer camera

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
af0815
Posts: 7
Joined: Mon Dec 09, 2019 5:13 am

RVMedia 7 and gstreamer camera

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVMedia 7 and gstreamer camera

Post 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.
Post Reply