RTSP camera module streaming

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
allanroberts
Posts: 2
Joined: Tue Nov 08, 2016 1:27 am

RTSP camera module streaming

Post by allanroberts »

I am trying to stream live video from an IP camera module. I have successfully been able to use VCL Player to stream, using this URL:

rtsp//:192.168.1.10:554/rtsp_live0

What are the minimal components and their settings that I can use in RVMedia to have streaming with that URL? Thanks.
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

':' should be moved, the correct URL is
rtsp://192.168.1.10:554/rtsp_live0
However, this is a local URL, isn't it? So we cannot test it.

RTSP requires FFmpeg or GStreamer. RVMedia uses them automatically, if they can be found. For example, FFmpeg can be downloaded from
http://www.trichview.com/resources/thir ... ffmpeg.zip
Copy 32-bit dlls to the folder of your application.
You can test using Demos\Cameras\FFmpeg\ demo.
allanroberts
Posts: 2
Joined: Tue Nov 08, 2016 1:27 am

rtsp Streaming

Post by allanroberts »

Thanks for your reply. Sorry, I mis-typed the URL. As you instructed, I copied all the FFmpeg dlls into the FFmpeg demo folder, but the demo does not display the video stream. Are there other settings that need to be set?

Thanks, Allan
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

No, no special settings are necessary. At least all of them are already set in FFmpeg demo.

May be you can open this stream to us temporarily, for example using some free dynamic dns service?
Post Reply