Re: [Live-devel] Qt and Live555 for video recording

2020-03-19 Thread Ross Finlayson
> 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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-19 Thread Omkareshwar
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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-17 Thread Ross Finlayson
> 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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-17 Thread Omkareshwar
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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-17 Thread Ross Finlayson
> 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

[Live-devel] Qt and Live555 for video recording

2020-03-17 Thread Omkareshwar
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