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