> On Mar 18, 2020, at 2:37 AM, Omkareshwar
> wrote:
>
> Took the openRTSP source code and replaced main function with my function.
OK. Just remember that the “openRTSP” source code (like all of the “LIVE555
Streaming Media” code) is licensed under the LGPL; see
http://live555.com/li
Yes 'openRTSP' command-line application work fine in terminal. I want to
record the live RTSP stream feed so I did following steps:
Took the openRTSP source code and replaced main function with my
function. Also passed the command line argument as functional arguments.
On 17-Mar-20 6:27 PM, R
> On Mar 18, 2020, at 12:15 AM, Omkareshwar
> wrote:
>
> Hello everyone,
>
> I am trying to record a live RTSP from IP camera. I am using QT for GUI and
> control functions.
By “QT”, I assume that you mean this:
https://en.wikipedia.org/wiki/Qt_(software)
> I am using live555 to c
Hello everyone,
I am trying to record a live RTSP from IP camera. I am using QT for GUI
and control functions.
I am using live555 to collect and store data in file. I have used
'openRTSP' example as reference but application crashes as it call the
function for live555.
I am not able to fin