> On Mar 20, 2020, at 1:43 AM, Omkareshwar
> wrote:
>
> I also tired for "testRTSPClient" application to save video but nothing
> helped much.
“testRTSPClient” does not ’save’ any incoming data. Instead, it displays (on
the console) a record of each incoming frame, but does not save frames
I am not modifying "openRTSP" source code. I am using it as reference
for my application to save video.
I also tired for "testRTSPClient" application to save video but nothing
helped much.
On 17-Mar-20 7:49 PM, Ross Finlayson wrote:
On Mar 18, 2020, at 2:37 AM, Omkareshwar
wrote:
Took t
> 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