Re: [Live-devel] Connection to RTSP server failing after some time

2023-01-23 Thread g.jaegy
and no real need actually). De : live-devel de la part de Ross Finlayson Envoyé : lundi 23 janvier 2023 à 18:19 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Connection to RTSP server failing after some time > On Jan 23,

Re: [Live-devel] Connection to RTSP server failing after some time

2023-01-23 Thread g.jaegy
Connection to RTSP server failing after some time > On Jan 20, 2023, at 1:23 AM, g.jaegy wrote: > > I guess I'll have to go back on customer site at some point, however, I would > like to prepare a few "weapons" that would allow me to gather some further > inform

Re: [Live-devel] Connection to RTSP server failing after some time

2023-01-21 Thread g.jaegy
t; On Jan 20, 2023, at 1:23 AM, g.jaegy wrote: > > I guess I'll have to go back on customer site at some point, however, I would > like to prepare a few "weapons" that would allow me to gather some further > information about what's going on. Any idea what could

Re: [Live-devel] Connection to RTSP server failing after some time

2023-01-20 Thread g.jaegy
son Sent: Friday, January 20, 2023 8:54 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Connection to RTSP server failing after some time > On Jan 19, 2023, at 11:32 PM, g.jaegy wrote: > > Hi Ross, > > Actually, at any point there is no more th

Re: [Live-devel] Connection to RTSP server failing after some time

2023-01-19 Thread g.jaegy
To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Connection to RTSP server failing after some time > On Jan 19, 2023, at 10:18 AM, g.jaegy wrote: > > However, after some time (5-10 minutes) and a number of > connecting/disconnecting sessions, any ne

[Live-devel] Connection to RTSP server failing after some time

2023-01-19 Thread g.jaegy
Hi Ross, I've encountered a weird issue on a customer site today and I'm not sure how to progress. Our software creates a RTSP server, using a custom source, relying on multicast for transport, all on a local network. Everything works fine, I can connect one or multiple clients and all clients

Re: [Live-devel] membership report group

2023-01-18 Thread g.jaegy
Also: > On Jan 18, 2023, at 5:02 AM, g.jaegy wrote: > > We have a system streaming 54 channels, using a different RTSP server for > each channel, using 18 PCs in total (so about 3 streams per PC). Note that you don’t have to run a separate RTSP server application/process for each strea

Re: [Live-devel] membership report group

2023-01-18 Thread g.jaegy
dress. From: live-devel mailto:live-devel-boun...@us.live555.com>> on behalf of g.jaegy mailto:g.ja...@imagine3d.fr>> Sent: Wednesday, January 18, 2023 7:02 AM To: live-devel@lists.live555.com<mailto:live-devel@lists.live555.com> mailto:live-de...@u

Re: [Live-devel] membership report group

2023-01-18 Thread g.jaegy
(at least, on the same host). #if 0 socketLeaveGroup(env(), socketNum(), groupAddress(r); for (destRecord* dests = fDests; dests != NULL; dests = dests->fNext) { socketLeaveGroup(env(), socketNum(), dests->fGroupEId.groupAddress(r); } #endif } From: live-devel On Behalf Of g.jaeg

[Live-devel] membership report group

2023-01-18 Thread g.jaegy
Hi Ross, That subject is a bit beyond my knowledge, so I would like to apologize for any stupid thing I might be saying. We have a system streaming 54 channels, using a different RTSP server for each channel, using 18 PCs in total (so about 3 streams per PC). Transport is using multicast. Cur

Re: [Live-devel] question RTSP server

2023-01-10 Thread g.jaegy
Why that ? I understand it might require a higher buffer maybe since packets might be reordered/resent/etc., any other reason ? -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Monday, January 9, 2023 8:58 PM To: LIVE555 Streaming Media - development & use Subject:

Re: [Live-devel] question RTSP server

2023-01-10 Thread g.jaegy
ayson Sent: Monday, January 9, 2023 8:54 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] question RTSP server > On Jan 9, 2023, at 11:41 AM, g.jaegy wrote: > > Perfect, that what I've done and it's working like a charm 👍 I've indeed &g

Re: [Live-devel] question RTSP server

2023-01-09 Thread g.jaegy
uary 9, 2023 6:24:49 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] question RTSP server > On Jan 9, 2023, at 6:21 AM, g.jaegy wrote: > > Fantastic, thanks a lot for that quick and very precise answer. > > I've managed to update the cod

Re: [Live-devel] question RTSP server

2023-01-09 Thread g.jaegy
tanciate a new frame, but use the same single input source object ? Thanks a lot ! -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Monday, January 9, 2023 12:27 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] question RTSP serve

[Live-devel] question RTSP server

2023-01-09 Thread g.jaegy
Hi, I have a RTSP server that can stream a H265 stream from a custom H265 packet source, used by a "H265VideoStreamDiscreteFramer" object (basically a live screen capture of a Vulkan application sent down to NVenc which generated the H265 packets). It uses a "PassiveServerMediaSubsession" objec

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-03-11 Thread g.jaegy
Re: [Live-devel] [Mirasys] Live555 RTSP server questions > On Mar 11, 2022, at 7:05 AM, g.jaegy wrote: > > Just joining the conversation... What order of magnitude do you recommend > setting the NAL unit size to ? MTU size ? 64kB ? More ? You should try to make the NAL size

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-03-10 Thread g.jaegy
Just joining the conversation... What order of magnitude do you recommend setting the NAL unit size to ? MTU size ? 64kB ? More ? From: live-devel on behalf of Ross Finlayson Sent: Thursday, March 10, 2022 5:36:56 PM To: LIVE555 Streaming Media - development &

Re: [Live-devel] multiple H265 streams

2022-02-15 Thread g.jaegy
Nevermind, I found the solution, the last objects enumerated (GroupSock RTP & RTCP / H265VideoRTPSink / RTCPInstance) should be instanciated per stream. From: live-devel On Behalf Of g.jaegy Sent: Tuesday, February 15, 2022 12:04 PM To: live-devel@lists.live555.com Subject: [Live-d

[Live-devel] multiple H265 streams

2022-02-15 Thread g.jaegy
Hi, I have a working RTSP server, streaming one H265 streaming through RTP (multicast UDP). My code is mostly based on the testH265VideoStreamer example. Now, I want to add multiple H265 streams (all having the same properties, resolution etc.). I'm not sure I understand really how that works

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-14 Thread g.jaegy
o: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] compilation issue / vcpkg / windows > On Feb 15, 2022, at 3:53 AM, g.jaegy wrote: > > So, you were right. > > Setting fPresentationTime using gettimeofday() solves the problem. > > Now, this however

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-14 Thread g.jaegy
/ windows > On Feb 15, 2022, at 2:44 AM, g.jaegy wrote: > > This all works, until a second client connect. In that case, the first client > stop playing. > > I must be doing something wrong, but I don't know what. > > Would you have any advice or hint that would

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-14 Thread g.jaegy
e: [Live-devel] compilation issue / vcpkg / windows > On Feb 15, 2022, at 2:44 AM, g.jaegy wrote: > > This all works, until a second client connect. In that case, the first client > stop playing. > > I must be doing something wrong, but I don't know what. > > Would you

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-14 Thread g.jaegy
- From: live-devel On Behalf Of Ross Finlayson Sent: Friday, February 4, 2022 10:57 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] compilation issue / vcpkg / windows > On Feb 5, 2022, at 10:43 AM, g.jaegy wrote: > > Thanks for your answer. >

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-14 Thread g.jaegy
connects (I would say 50%). -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Friday, February 4, 2022 10:57 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] compilation issue / vcpkg / windows > On Feb 5, 2022, at 10:43 AM, g.jaegy wr

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-05 Thread g.jaegy
t 10:43 AM, g.jaegy wrote: > > Thanks for your answer. > > I was actually running VLC from two different PCs on my LAN. > > The fact that multiple clients connect should be fully transparent to me, > right ? fPresentationTime should continue increasing normally, shouldn&

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
Thanks for your answer. I was actually running VLC from two different PCs on my LAN. The fact that multiple clients connect should be fully transparent to me, right ? fPresentationTime should continue increasing normally, shouldn't it ? I'm having a week off, I won't be able to get back on this

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
Actually the stream plays fine on the newly connected player (#2), only the one that connected first (#1) has the video frozen... I'm getting a whole frame from nvenc. I decompose it in multiple NALUs, then send each of them separately (i.e. each in a different provideFrame() call - or another

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
cpkg / windows > On Feb 4, 2022, at 11:46 PM, g.jaegy wrote: > > OK. Possibly one could also fix the error by using alloca(), possibly leading > to the same result ? Unfortunately I’m disinclined to use “alloca()”, because “man alloca” (at least on FreeBSD) says:

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
ming Media - development & use Subject: Re: [Live-devel] compilation issue / vcpkg / windows > On Feb 4, 2022, at 10:58 PM, g.jaegy wrote: > > Upstream accidentally stepped on trying to use C99 VLAs; > fOutBuf->curPacketSize() is not a constant. > > // Hack: Beca

Re: [Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
Behalf Of Ross Finlayson Sent: Friday, February 4, 2022 11:09 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] compilation issue / vcpkg / windows > On Feb 4, 2022, at 10:58 PM, g.jaegy wrote: > > While trying to build live555 through vcpkg (VS packet m

[Live-devel] compilation issue / vcpkg / windows

2022-02-04 Thread g.jaegy
While trying to build live555 through vcpkg (VS packet mananager), I get an error as the initial source tar.gz file had changed. I reported the issue to MS, they fixed the download link, however, with the latest release a compilation error occurs: https://github.com/microsoft/vcpkg/compare/mast