Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-29 Thread david cailliere
Dear Ross > This is helpful, but still not quite enough information, unfortunately. The > closing of the audio subsession's stream *should* > be stopping any additional processing related to the audio stream, so it > that's not happening, then that will be the bug. > It would be nice to know e

[Live-devel] RTPInterface

2010-11-29 Thread 44072429
dear friends. can i change RTPInterface's implementation? i saw RTPInterface was using like this. class RTPSink: public MediaSink { RTPInterface fRTPInterface; }; any way to change it? or i can't change it for some reason? regards___ l

Re: [Live-devel] incorrect uSecondsToGo value

2010-11-29 Thread Ross Finlayson
At line 391 of MultiFramedRTPSink.cpp : int64_t uSecondsToGo = (fNextSendTime.tv_sec - timeNow.tv_sec)*100 + (fNextSendTime.tv_usec - timeNow.tv_usec); In some situations, (fNextSendTime.tv_sec - timeNow.tv_sec)*100 will become a huge, but positive value. ex.

[Live-devel] incorrect uSecondsToGo value

2010-11-29 Thread HUNT_Anders Chen
Dear all, At line 391 of MultiFramedRTPSink.cpp : int64_t uSecondsToGo = (fNextSendTime.tv_sec - timeNow.tv_sec)*100 + (fNextSendTime.tv_usec - timeNow.tv_usec); In some situations, (fNextSendTime.tv_sec - timeNow.tv_sec)*100 will become a huge, but positive value.

Re: [Live-devel] h.264 indexer

2010-11-29 Thread COEXSI
Dear Nouri, I didn’t know that avidemux was creating an index file. It seems to be used for subtitling synchronization. It may be possible to convert this index file to as .tsx file for live555 but I can’t find in the avidemux source code where the index is created, how it is created and the f

Re: [Live-devel] TRICK PLAY H264

2010-11-29 Thread COEXSI
It’s too complex for now to implement a real H264 indexer for TS files. I’ve publish a simple indexer for this kind of files here: http://www.coexsi.fr/publications/live555-universal-indexer/ From: live-devel-boun...@ns.live55

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-29 Thread Ross Finlayson
while(true) { fWatchVariable = 0; dummyTask(NULL); // 100ms env->taskScheduler().doEventLoop(&fWatchVariable); if (fWatchVariable = 1) { printf("\nIn While fWatchVariable=%d,",fWatchVariable); if (!mP4LiveSms->mpeg4LiveSource != NULL)

[Live-devel] TRICK PLAY H264

2010-11-29 Thread Vincenzo Terracciano
Hello, i need to support trick play of a H264 ts files in my Audio/Video distribution system. Somebody can help me? Best regards. -- ITS S.p.A. Vincenzo Terracciano, Via Terragneta 90, 80058 Torre Annunziata(NA) +39 081 53

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-29 Thread Ross Finlayson
while(true) { fWatchVariable = 0; dummyTask(NULL); // 100ms env->taskScheduler().doEventLoop(&fWatchVariable); if (fWatchVariable = 1) { printf("\nIn While fWatchVariable=%d,",fWatchVariable); if (!mP4LiveSms->mpeg4LiveSource != NULL)

[Live-devel] Why the test examples don't work well in embedded system

2010-11-29 Thread 尧平
I have tried testMPEG4VideoStreamer ,testOnDemandRTSPServer and others in embedded system, they all show the same problem: the video data send too slowly, why?___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/lis