Re: [Live-devel] setlocale 0xc0000374 heap corruption - LOCALE_NOT_USED is OK

2021-11-02 Thread Richard Lince
Hi, Using the call to: _configthreadlocale(_ENABLE_PER_THREAD_LOCALE); at the start of the Live555 engine thread fixed the issue detailed in this thread. Thanks, Richard. On 27/10/2021 10:11, Richard Lince wrote: Hi Jonathon/Ross, Thanks for the info Jonathon, humbly missed this, I suspect

Re: [Live-devel] setlocale 0xc0000374 heap corruption - LOCALE_NOT_USED is OK

2021-10-27 Thread Richard Lince
www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel Best Regards, Richard Lince, Founder & Managing Director bluebox.video <https://www.bluebox.video> +44(0)7841665146 logo ___

Re: [Live-devel] setlocale 0xc0000374 heap corruption - LOCALE_NOT_USED is OK

2021-10-26 Thread Richard Lince
single-threaded) event loop for concurrency. See http://live555.com/liveMedia/faq.html#threads Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-23 Thread Richard Lince
Thanks for this Ross. AMD APU's DEM encoder does, but another TI Di-Vinci does not.. On a separate note, how different is the G-Streamer media server for RTSP differ from Live555? It looks similar at a glance. Have a good weekend. Rich. From: live-devel [mailto:live-devel-boun...@ns.live555.com]

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-20 Thread Richard Lince
method for identifying frame start and end across multiple nals? Thanks in advance. Richard. -Original Message- From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Richard Lince Sent: 15 January 2015 16:59 To: LIVE555 Streaming Media - development & use Subject: R

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-15 Thread Richard Lince
Hello Chris, Without testing, your theory sounds correct and obvious! I will try this evening and let you know the results, Thanks. The same fPresentationTime is required for all the nal slices in a frame. Rich. -Original Message- From: live-devel [mailto:live-devel-boun...@ns.live555.co

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-15 Thread Richard Lince
Hi Ross, " So - just to clarify: Are you saying that a particular stream of NAL units, when written as a file (with a 0x00 0x00 0x00 0x01 'start code' preceding each NAL unit) can be streamed OK by the "LIVE555 Media Server", but the *same* stream of NAL units, when generated by your "MyStreamS

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-14 Thread Richard Lince
ource getnextframe. Thanks in advance, Rich. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Richard Lince Sent: 28 October 2014 17:35 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource Thanks Ross,

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2014-10-28 Thread Richard Lince
Thanks Ross, that has worked well. Richard. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 24 October 2014 18:36 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource After cr

[Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2014-10-24 Thread Richard Lince
= fMaxSize; } else { fFrameSize = size; fNumTruncatedBytes = 0; } memcpy(fTo, pFrame->PStart, fFrameSize ); Best Regards, Richard Lince __ This email has been scanned by the Symantec Email Security.cloud servi