Re: [Live-devel] Cannot watch RTSP stream from Live555 using FFMPEG

2023-10-30 Thread Ross Finlayson
> 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

[Live-devel] Cannot watch RTSP stream from Live555 using FFMPEG

2023-10-30 Thread Şükrücan Taylan IŞIKOĞLU
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

Re: [Live-devel] Possible bug in BasicTaskScheduler0

2023-10-30 Thread Ross Finlayson
> 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

[Live-devel] Possible bug in BasicTaskScheduler0

2023-10-30 Thread Jörg Dommaschk via live-devel
--- 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