> On Oct 30, 2023, at 5:16 AM, Şükrücan Taylan IŞIKOĞLU
> wrote:
>
> I am trying to create an RTSP server using Live555, with the stream source
> being raw h264 video of my USB webcam encoded with FFMPEG, sent over UDP.
>
> I have used BasicUDPSource from Live555 sources as my FramedSource c
Hello everyone,
I am trying to create an RTSP server using Live555, with the stream source
being raw h264 video of my USB webcam encoded with FFMPEG, sent over UDP.
I have used BasicUDPSource from Live555 sources as my FramedSource class. I
created my own MediaSubsession class as per the Live5
> On Oct 30, 2023, at 12:57 AM, Jörg Dommaschk via live-devel
> wrote:
>
> I think I may have found a bug: In BasicTaskScheduler0::deleteEventTrigger in
> BasicTaskScheduler0.cpp in the lines 126 and 128,
> fTriggersAwaitingHandling[fLastUsedTriggerNum] is cleared/set to False. If I
> under
--- Begin Message ---
Hello,
I think I may have found a bug: In BasicTaskScheduler0::deleteEventTrigger in
BasicTaskScheduler0.cpp in the lines 126 and 128,
fTriggersAwaitingHandling[fLastUsedTriggerNum] is cleared/set to False. If I
understand things correctly - and I might very well not - sh