[Live-devel] live555ProxyServer and session timeout?

2024-11-22 Thread Denis Gottardello
Using a particular new rtsp camera I have a problem with live555ProxyServer. If I start live555ProxyServer and immediatly connect to it with a rtsp client I can watch my camera. If I start live555ProxyServer and wait for a while, I can't watch my camera with a rtsp client. In this case live555Pro

[Live-devel] rtsp client library

2024-10-16 Thread Denis Gottardello
Hi, I'm writing here because here there are many expert on rtsp and developing. I need a cross platform c/c++ client library to embed in my own software. I normally write code in Qt. Qt has got a rtsp client implementation but it is not so good. Can someone suggest me one? -- +39.347.4070897 h

[Live-devel] Send a stream to server

2024-06-15 Thread Denis Gottardello
Hi, is it possible to send a stream to server using openRTPS or something else, where the server can resend the stream to other clients? -- +39.347.4070897 http://www.labcsp.com[1] http://www.denisgottardello.it[2] GMT+1 Skype: mrdebug [1] http://www.labcsp.com [2] http://www.denisg

[Live-devel] Difference between live555ProxyServer and openRTSP

2024-06-05 Thread Denis Gottardello
Hi, as I have written in the past days I have problem with live555ProxyServer and a new videocamera based in h265. The videocamera doesn't work un udp and its tcp implementation has got the following problem: RTCPInstance error: Hit limit when reading incoming packet over TCP. (fNumBytesAlrea

[Live-devel] live555 as video surveillance system

2024-06-01 Thread Denis Gottardello
Hi, I'm using live555 as videosurceillance system. I know it is not the right way to use it. My installation has got 3 types of cameras (9 cameras in total). I have different problems: - In my syslog file I have the error "RTCPInstance error: Hit limit when reading incoming packet over TCP. (fNumB

[Live-devel] live555ProxyServer (last version) and buffer size

2024-05-13 Thread Denis Gottardello
Hi. I'he upgrade ny system to last version. I see in log the lines mag 13 12:42:43 dvr01 live555ProxyServer.sh[524]: MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (10). 11230 bytes of traili ng data will be dropped! mag 13 12:42:43

[Live-devel] openRTSP, h265 and mp4

2024-04-16 Thread Denis Gottardello
Hi, have you plan to implement h265 as codec for mp4 container? I'm using this command line ./openRTSP rtsp://localhost:554/proxyStream-6 but I obtain 2 file: one for audio and a second one for video. -- +39.347.4070897 http://www.labcsp.com[1] http://www.denisgottardello.it[2] GMT+1 Skype: mrd

[Live-devel] Live555ProxyServer and rtsp cameras

2024-02-21 Thread Denis Gottardello
Hi, I'm using live555ProxyServer with 9 rtsp cameras. The vendor is not the same. 5 of them have got a low resolution, 320x240 and work grealy with live555proxyServer. 4 of them (the same vendor) have got a resolution fixed at 2304x1296, 15 fps. If I connect directly to them one by one with a g

[Live-devel] live555ProxyServer

2024-02-20 Thread Denis Gottardello
Hi, is there a way to force live555ProxyServer to force connection to the remote cameras by tcp? -- +39.347.4070897 http://www.labcsp.com[1] http://www.denisgottardello.it[2] GMT+1 Skype: mrdebug [1] http://www.labcsp.com [2] http://www.denisgottardello.it _

[Live-devel] Question about live555proxyServer log

2024-01-30 Thread Denis Gottardello
Hi, I have this output from the server. What it meas? etBuffer::maxSize" to at least 179091, *before* creating this 'RTPSink'. (Current value is 10.) MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (10). 38444 bytes of trailing

[Live-devel] live555 as videosurveilance system

2024-01-15 Thread Denis Gottardello
Finally, after having apply some little patches to openRTSP now I can record from rtsp video cameras. If an video camera goes offline and then online, openRTSP reopen the connection. The app can show the live and the recorded videos. Some questions: why have you decided to hard code some fea

[Live-devel] Open rtsp camera and streaming to network

2024-01-07 Thread Denis Gottardello
Hi, I'm new with live555. Is it possible to: - open only one connection to a rtsp camera and store to a file (alread done) and - open a local rtsp server socket where more than one clients can connect to wach the live so: one connection to the rtsp camera but more clients can connect to the serv

[Live-devel] Problem on build live555

2024-01-07 Thread Denis Gottardello
Hi, I'm Denis from Italy. I need a rtsp recorder solution to embed in our systems. I'm trying to build the latest live555 software version to stody ant test. I obtain this error: *BasicTaskScheduler.cpp:* In member function ‘*virtual void BasicTaskScheduler::SingleStep(un

Re: [Live-devel] Unable to stream from rtsp urls with .264 extension

2020-02-24 Thread GENESTIER Denis
Hi, Does your problem coming from the presence of the “@” character in your password? That may invalid your rtsp url. Denis. De : live-devel [mailto:live-devel-boun...@us.live555.com] De la part de Siddhant Agarwal Envoyé : lundi 24 février 2020 10:25 À : LIVE555 Streaming Media - development

Re: [Live-devel] Location of cast used to interface to OpenSSL

2019-12-13 Thread GENESTIER Denis
overweight the tar.gz Denis ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel ___ live-devel mailing list live-devel@lists.live555.com http

[Live-devel] Manage new npt format for range parameter

2019-12-10 Thread GENESTIER Denis
format is well defined in the RFC 2326<https://tools.ietf.org/html/rfc2326#page-17> and I have just written the attached small patch to manage it. Best regards. Denis. [Thales] Denis GENESTIER INGENIEUR COMPOSANTS LOGICIEL Tel.: +33 (0) 1 73 32 19 51 Fax: +33 (0)1 73 32 16 95 THALES

[Live-devel] Compilation error for old gcc

2019-10-10 Thread GENESTIER Denis
st regards Denis. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Getting RTP packet instead of NAL data using Live555

2019-09-10 Thread GENESTIER Denis
In last resort, you still can access the content of each RTP packet through a callback set in with RTPSource::setAuxilliaryReadHandler. Denis. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live

Re: [Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-13 Thread GENESTIER Denis
Hi Ross, Many thanks for your support and your quick development!!! I will integrate your work and test it in the next few days. PS : sorry for my last erroneously “reply all” on the mailing list. Regards Denis. ___ live-devel mailing list live-devel

Re: [Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-13 Thread GENESTIER Denis
Akim, Bonne nouvelle ça a l’air d’être fait !! Denis. [Thales] Denis GENESTIER INGENIEUR COMPOSANTS LOGICIEL Tel.: +33 (0) 1 73 32 19 51 Fax: +33 (0)1 73 32 16 95 THALES COMMUNICATIONS & SECURITY S.A.S 20-22 rue Grange Dame Rose 78141 VELIZY Cedex www.thalesgroup.com&

[Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-10 Thread GENESTIER Denis
ould be your point of view on this? Best regards, Denis Genestier [Thales] Denis GENESTIER INGENIEUR COMPOSANTS LOGICIEL Tel.: +33 (0) 1 73 32 19 51 Fax: +33 (0)1 73 32 16 95 THALES COMMUNICATIONS & SECURITY S.A.S 20-22 rue Grange Dame Rose 78141 VELIZY Cedex www.thalesgroup.com<http:/

Re: [Live-devel] Support for raw video format

2018-09-18 Thread GENESTIER Denis
Hi Ross, I have found a problem in my algorithm for the RawVideoRTPSink (seen by the use of video in small resolution (like 32x24)). Here is a patch. Thanks again for your support. Denis. liveRaw.patch Description: liveRaw.patch ___ live-devel

Re: [Live-devel] Support for raw video format

2018-09-10 Thread GENESTIER Denis
Hi Ross, By checking some degraded cases, I found a memory double deletion in the RawVideoRTPSource.cpp, line 122. Here is a patch to avoid this. Denis. correction.patch Description: correction.patch ___ live-devel mailing list live-devel

Re: [Live-devel] Support for raw video format

2018-09-05 Thread GENESTIER Denis
Thanks Ross for your reactivity and your code review. I just noticed you have forgotten to remove all the "*.orig" and a "liveMedia/stGDDpcY" files and from your tar ball delivery Regards, Denis ___ live-devel mailing list live

Re: [Live-devel] Support for raw video format

2018-09-04 Thread GENESTIER Denis
ved by the openRTSP. The raw file we get (video-RAW-1) is readable by VLC (by specifying the right demuxer parameters). NB : I did not do any management of the optional parameters (Interlace, Top-field-first, chroma-position or gamma). Thanks again for your support. Regards, Denis. ra

Re: [Live-devel] Support for raw video format

2018-08-28 Thread GENESTIER Denis
ontains the end of a line and the start of the next one. And without the use of the RawVideoBufferedPacket subclass, the client gets raw frame of correct size. Concerning the dev on the RawVideoRTPSink subclass : work in progress ;-D Regards, Denis. __

Re: [Live-devel] Support for raw video format

2018-08-03 Thread GENESTIER Denis
any "BufferedPacket" subclass, but maybe am I missing something? Best regards, Denis. live_raw.patch Description: live_raw.patch ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Support for raw video format

2018-07-12 Thread GENESTIER Denis
ng to create a subclass of MultiFramedRTPSource (like RawVideoRTPSource.cpp) that would be created in MediaSession.cpp. That should allow a RTSP client to get that kind of stream. If I send you a patch, would you integrate it in your code? Best regards,

Re: [Live-devel] RTSP socket from a server remains open after a client disconnection

2018-06-08 Thread GENESTIER Denis
>Thanks. I’ll likely add this to a future release of the software. Great!!! many thanks Ross. By the way could you also remove the fuzzy file "live\liveMedia\stDjgzxL" from your future release? Denis. ___ live-devel mailing li

Re: [Live-devel] RTSP socket from a server remains open after a client disconnection

2018-06-04 Thread GENESTIER Denis
n.. What do you think about it? (N.B. : I have just done tests on a CentOS 7 distro). Best Regards Denis On May 30, 2018, at 8:28 PM, Ross Finlayson wrote: > >> On May 30, 2018, at 7:16 PM, Warren Young wrote: >> >> On May 30, 2018, at 7:34 AM, GENESTIER Denis >>

[Live-devel] RTSP socket from a server remains open after a client disconnection

2018-05-30 Thread GENESTIER Denis
remains established "ad vitam aeternam" despite it is not used anymore. >From my point of view, it is a resource leak. What do you think about it? Am I doing something wrong? Is there something to tune in the OS to close this socket? Best regards, Denis. [cid:image001.png@01D3F807.9DF

[Live-devel] rtspServerPortNb as option in proxyserver

2016-03-11 Thread GENESTIER Denis
ot;) to the proxy. Would you accept this attached patch based on the version 2016.02.22 ? Thanks in advance and congratulations for your work and your support. Best regards, Denis. Denis GENESTIER INGENIEUR DEVELOPPEMENT LOGICIEL Tel.: +33 (0) 1 73 32 19 51 Fax: +33 (0)1 73 32 16 95 THALES

Re: [Live-devel] Another segmentation fault in latest live555

2010-06-15 Thread Denis Charmet
) from /lib/libpthread.so.0 #12 0x7f8fc366459d in clone () from /lib/libc.so.6 #13 0x in ?? () (resultLen is null) Regards, -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Another segmentation fault in latest live555

2010-06-14 Thread Denis Charmet
libc.so.6 #10 0x in ?? () Regards, -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] segmentation fault with latest version

2010-06-11 Thread Denis Charmet
. This will be fixed in the next release. I'd like to add another (once this one is patched) in RTSPClient::constructSubsessionURL() on line 1169. if prefix is NULL, it's set to "" so strlen(prefix) will return 0 so you try to look at prefix[-1] Regard

[Live-devel] RTSPClient::describeURL with bad IP

2010-05-17 Thread Denis Z
x27;t found how to do that. How can I cancel "describeURL" operation while it in progress? Thanks! Denis. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Live555 on iPhone

2010-04-20 Thread Denis Z
Hi! We would like to use live555 RTSP client on iPhone, but we faced the problem - we don't know how to build live555 for iPhone device (arm). There are several config files, but no one could be used to build live555 for iPhone. What can you suggest, what should we do? Thanks!

Re: [Live-devel] RTSP and assembling audio buffer from audio frames

2010-03-20 Thread Denis Z
Good day, Ross! I mean the timestamps that I obtain in frame's callback, which is setup using MediaSink::fSource->getNextFrame(..., &on_frame, ...); void on_frame(void* clientData, unsigned int frameSize, unsigned /*numTruncatedBytes*/, struct timeval tv, unsigned /*durationInMicroseconds*/) {

[Live-devel] RTSP and assembling audio buffer from audio frames

2010-03-20 Thread Denis Z
Hi! I'm not really sure which side is responsible for the problem... More like that I need your advice what to do and investigate next. I use live555 to receive video and audio streams using RTSP client. The problem is: when I fill audio buffer with audio-frames according to their timestamps, I g

Re: [Live-devel] UDP RTSP media session expires

2010-03-19 Thread Denis Z
Yes, I call MediaSubsession::initiate() for each subsession that I want to receive data from. But the session expires. And doesn't expires if I perform my custom-made scheduled task. 2010/3/19 Ross Finlayson > I use live555 RTSP-client to receive video-audio via UDP from NVC Encoder >> (vendor -

[Live-devel] UDP RTSP media session expires

2010-03-18 Thread Denis Z
se. I perform that every 20 seconds. It works fine, but, are there any complete solution in live555? It's not very good to do such custom-made things. PS. VLC player doesn't keep the session alive, and as a result - the video-audio stops after 45 seconds of transmission.

[Live-devel] MediaSubsession::videoWidth, videoHeight, videoFPS

2010-03-04 Thread Denis
those functions work properly? How can I obtain those video stream properties? Regards, Denis. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTSP client and jumping timestamps

2010-03-03 Thread Denis
Hi, Ross! Thank you, the function RTPSource::hasBeenSynchronizedUsingRTCP() is exactly what I need. Now my RTSP wrapper gives video and audio to synchronizer only after all of MediaSubsessions are synchronized, and it works fine! Regards, Denis. -Original Message- From: live-devel-boun

[Live-devel] RTSP client and jumping timestamps

2010-03-02 Thread Denis
7`609 | 62`036`377| 33`477 Regards, Denis. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
s connected as devices can be multihomed. http://msdn.microsoft.com/en-us/library/ms738543(VS.85).aspx Thanks for the answers. Best regards. -- Denis Charmet ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
socketHashTable->Add() isn't checked. If the port was already used it returns the old value but it won't be freed. Lastely, the Hashtable is only released when the operation successes. I hope this can help and I'm working on a patch quite similar to Pierre Ynard's