> On Jan 9, 2023, at 11:53 AM, Ross Finlayson wrote:
>
> Otherwise, if your client can reach the server via the normal RTSP ports (554
> or 8554), then you just use RTSP as usual. By default, this will give you
> RTP-over-UDP. But if your have a firewall that blocks UDP packets, your
> cli
> 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
> extracted an underlying class with one instance shared across all my custom
> source inputs, so that input sources can be destroyed/created at anytime.
> Works great.
Perfect, that what I've done and it's working like a charm 👍 I've indeed
extracted an underlying class with one instance shared across all my custom
source inputs, so that input sources can be destroyed/created at anytime. Works
great.
I'll now try to have the stream to be accessible on the int
> 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 code quickly, however, I'm just facing a little
> issue : I am not completely sure what the "reuseFirstSource" parameter in the
> OnDemandServerMedi
Fantastic, thanks a lot for that quick and very precise answer.
I've managed to update the code quickly, however, I'm just facing a little
issue : I am not completely sure what the "reuseFirstSource" parameter in the
OnDemandServerMediaSubsession() constructor means.
I set it to True as explain
> On Jan 9, 2023, at 2:57 AM, g.jaegy wrote:
>
> 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
>
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