On Jul 28, 2011, at 10:19 PM, xue wrote:
> /* Here should process the queue data before get new frame from source, this
> very important for IP net work camera, the video latency will 50ms shorter
> than before. Zack */
> if (tv_timeToDelay.tv_sec == 0 && tv_timeToDelay.tv_usec == 0){
>
On Jul 28, 2011, at 10:21 PM, xue wrote:
> Linux Epoll patch. Just for reference
Thanks. However, I won't (can't) make such a change to the released code,
because "epoll()" - unlike "select()" - is not portable across multiple OSs.
It's important to understand that the "BasicTaskScheduler" cla
Linux Epoll patch. Just for reference
/**
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version
void BasicTaskScheduler::SingleStep(unsigned maxDelayTime) {
fd_set readSet = fReadSet; // make a copy for this select() call
fd_set writeSet = fWriteSet; // ditto
fd_set exceptionSet = fExceptionSet; // ditto
DelayInterval const& timeToDelay = fDelayQueue.timeToNextAlarm();
struc
Hi,
I'm doing my project in Android phone and I need RTSP
server,I got the source code
but i need to create a dynamic library help me how do i ?
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailm
On 07/27/2011 11:01 PM, Ross Finlayson wrote:
As I noted in my last message, I recommend that you first generate a
Transport Stream *file*, and check whether VLC can play that file
(i.e., locally; not streamed).
I did generate a file, which was well playable by VLC and also with an
Android 3