Re: [Live-devel] Problem with doEventLoop() in Qt

2011-10-31 Thread antonio nunziante
Dear community, I hope in your help. I suppose I'm doing some errors with function pointer and I'm completely stopped on this point. When the program goes from the SingleStep Method to the ContinueAfterOption Method I see that the screenwidget variables loose their right value and feels as undefin

Re: [Live-devel] Backward compatible?

2011-10-31 Thread giac . dinh
Yes, the change is on App code (so it can compiled) since some of the method's already been included in the library. No change what so ever with lib source. The App source run fine with the old lib so my expectation is it would run with latest lib. The reason I want the lib source code archive to

Re: [Live-devel] Problem with doEventLoop() in Qt

2011-10-31 Thread antonio nunziante
Hi, i have the error the second time I call the method SingleStep(0) in my doEventLoop() method. It occurs in this block of instructions (exactly at the instruction (* handler->handlerProc)(handler->clientData, resultConditionSet) ) if (handler == NULL && fLastHandledSocketNum >= 0) { // W

Re: [Live-devel] How to dispatch media data to multiple sinks?

2011-10-31 Thread Ross Finlayson
> My filter chain look like: > > H264VideoRTPSource -> MyFilter -> H264VideoRTPSink. > > The reason I use a Filter betweens H264VideoRTPSource and > H264VideoRTPSink is, I want save the file and send to multiple remote > player(unicast) simultaneously. > > But it seems the H264VideoRTPSink can

Re: [Live-devel] How to dispatch media data to multiple sinks?

2011-10-31 Thread alphax
On 2011-10-14 17:04, Ross Finlayson wrote: Now, I can use this filter as the source of my custom subsession object, then pass True as reuseFirstSource argument of the subsession constructor, so I can just use one filter to serve multiple remote player, right? Yes, that should work. However,

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread Ross Finlayson
> One query in the file testmpeg4streamer.cpp, can i just read the .m4e file > without creating RTSP server and streaming it out. If yes, please let me know > how this can be achieved.Just reading of the file with out streaming out the > rtp packets. OK, now you're just being silly. The *whol

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread Ross Finlayson
> On Fri, Oct 14, 2011 at 4:24 PM, akshay katti > wrote: > I have a query, if user specifies the .mp4 filename For the last time: We do *not* support streaming from ".mp4" files. At all. If you're using "testMPEG4VideoStreamer", you mean ".m4e", not ".mp4". > including start and end time in

Re: [Live-devel] Regarding MPEG4VideoStreamer code

2011-10-31 Thread akshay katti
Dear Ross, One query in the file testmpeg4streamer.cpp, can i just read the .m4e file without creating RTSP server and streaming it out. If yes, please let me know how this can be achieved.Just reading of the file with out streaming out the rtp packets. Regards, Akshay ___