Re: [Live-devel] question RTSP server

2023-01-09 Thread Ross Finlayson
> 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

Re: [Live-devel] question RTSP server

2023-01-09 Thread Ross Finlayson
> 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.

Re: [Live-devel] question RTSP server

2023-01-09 Thread g.jaegy
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

Re: [Live-devel] question RTSP server

2023-01-09 Thread Ross Finlayson
> 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

Re: [Live-devel] question RTSP server

2023-01-09 Thread g.jaegy
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

Re: [Live-devel] question RTSP server

2023-01-09 Thread Ross Finlayson
> 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 >

[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