(I'm a bit confused as to how I should use the
fDurationInMicroseconds and fPresentationTime because the images do
not occur at regular time intervals).
Because your data is coming from a live source (rather than a file,
for example), you can probably omit setting
"fDurationInMicroseconds".
Hello everyone,
I am attempting to stream frames that are generated live via OpenGL and
compressed into MPEG2 Video frames. I have created a class which inherits from
FramedSource and that class overrides doGetNextFrame(). I have also created a
function called deliverFrame() that is called by d
It seems that the use of getMediaSessionParameter launch a
sendRequest( "GET_PARAMETER" ) with a NULL session and subsession.
Thanks for reporting this.
The fix is to change 134 from
unsigned result = sendRequest(new RequestRecord(++fCSeq,
"GET_PARAMETER", responseHandler, NULL, NULL, False
Hi,
I also use vlc with the latest live555 and I found a segmentation fault :
It seems that the use of getMediaSessionParameter launch a sendRequest(
"GET_PARAMETER" ) with a NULL session and subsession.
So in sendRequest on line 696 constructSubsessionURL is called with a
NULL subsession whic
On Sun, Jun 13, 2010 at 7:16 PM, Ross Finlayson wrote:
I.e., you should be able to remove the following code from the
> implementation of "readSocket()" in "groupsock/GroupsockHelper.cpp" (line
> 265):
>
>int result = blockUntilReadable(env, socket, timeout);
>if (timeout != NULL && result