Re: [Live-devel] Live streaming mpeg1or2

2010-06-14 Thread Ross Finlayson
(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".

[Live-devel] Live streaming mpeg1or2

2010-06-14 Thread Dillon Lee
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

Re: [Live-devel] Another segmentation fault in latest live555

2010-06-14 Thread Ross Finlayson
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

[Live-devel] Another segmentation fault in latest live555

2010-06-14 Thread Denis Charmet
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

Re: [Live-devel] RTSP server hang

2010-06-14 Thread Jeremy Noring
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