Re: [Live-devel] How to get the time_scale value from H264/RTSP stream

2017-09-28 Thread Sergio Basurco
Saludos / Best regards, *Sergio Basurco* Coherent Synchro On 28/09/2017 16:34, Sergio Basurco wrote: Hi, My goal is to play an H264 stream that comes from a camera. I am decoding using libav. According to H264 standard, it is not necessary to specify the time_scale info in the SDP/SPS. Everyt

[Live-devel] How to get the time_scale value from H264/RTSP stream

2017-09-28 Thread Sergio Basurco
not in the SPS description, how can I retrieve it? -- Saludos / Best regards, *Sergio Basurco* Coherent Synchro ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Live555 for Windows as DLL (LGPL)

2017-02-15 Thread Sergio Basurco
ged to LiveMedia provided that it does not containt non-standard crap. If this happened, would you consider merging such changes to Live? Saludos / Best regards, *Sergio Basurco* Coherent Synchro On 15/02/2017 10:23, Ross Finlayson wrote: >> I know LiveMedia does not support builds as a share

[Live-devel] Live555 for Windows as DLL (LGPL)

2017-02-15 Thread Sergio Basurco
y plans on supporting Windows shared libraries? I understand that adding non-standard __declspec is not desirable, but I believe it's possible to avoid such decorations and still build as a shared library using DEF files. Thanks! -- Saludos / Best regards, *Sergio Basurco* C

[Live-devel] How to flush/clear UDP buffer

2015-11-27 Thread Sergio Basurco
noticed that after I start decoding again there are several seconds of video buffered. Is there a way to clear the UDP packets on demand? How can I minimize the work my RTSPClient is doing while not decoding? Cheers, -- Sergio Basurco, Coherent Synchro

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-26 Thread Sergio Basurco
://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel -- Sergio Basurco, Coherent Synchro ___ live-devel mailing list live-devel

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-26 Thread Sergio Basurco
7;m on windoze. El 25-Nov-15 a las 4:06 PM, Sergio Basurco escribió: Hi again, So it seems I do have a problem with CPU and non-multithreaded decoding. El 23-Nov-15 a las 5:41 PM, Sergio Basurco escribió: Hi Jeff, Thanks a lot for your input. Indeed it was CPU not k

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-25 Thread Sergio Basurco
into multithreaded decoding. This might not belong here but maybe you can redirect me to the right direction. Working with 5MP and larger streams, did you by any chance work with Libav? I'm on windoze. El 25-Nov-15 a las 4:06 PM, Sergio Basurco escribió: Hi again, So it seems I do have

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-23 Thread Sergio Basurco
It also is just plain more work, try UDP transport. On Mon, Nov 23, 2015 at 3:06 AM, Sergio Basurco mailto:sergi...@coherentsynchro.com>> wrote: Hello all, I'm trying to decode RTSP H264 streams, there is an IP camera that has 5MP frames. I used to have lots of deco

Re: [Live-devel] Increasing video latency for RTSP client

2015-11-23 Thread Sergio Basurco
didn't show the error. As usual it's an overloaded network the core of the issue. Thanks anyways. Best regards, -- Sergio Basurco, Coherent Synchro ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/lis

[Live-devel] Increasing video latency for RTSP client

2015-11-23 Thread Sergio Basurco
ve an ever-increasing video delay, it starts small but keeps delaying over time. I don't know what could be causing this. The program does very little else so I don't think the computer cannot keep up. Is there something within Live555 that can cause/prevent such delays? Thank you, --