Re: [Live-devel] H264 TS

2009-05-27 Thread Massimo Zito
2009/5/27 Massimo Zito > sorry ... there's a mistake ... :) > > In original version: > > mpegVersion == 1 -> stream type -> 1 > mpegVersion == 2 -> stream type -> 2 > else stream type -> 0x10 > > In my modified version: > > mpegVersion == 1

[Live-devel] H264 TS

2009-05-27 Thread Massimo Zito
Hi Ross, in attach my modified transport stream multiplexor to handle h264 stream type ... It works for me ... Is this correct ? Thanks ... Massimo *** MPEG2TransportStreamMultiplexor.cpp 2009-04-07 04:19:00.0 +0200 --- MPEG2TransportStreamMultiplexor.cpp.new 2009-05-27 15:24:43.0

Re: [Live-devel] OnDemandServerMediaSubsession, FileServerMediaSubsession and MPEG2TransportFileServerMediaSubsession ...

2007-08-03 Thread Massimo Zito
Ok Ross, you're right ... I have realized that VLC hangs when a RTSP session ends ( tried on MPEG2 TS session ) I have made changes to respect code calls and disabled by default ... I will wait for a VLC fix Massimo 2007/8/3, Ross Finlayson <[EMAIL PROTECTED]>: > > >Is this work cor

[Live-devel] Debug string in RTSPServer ...

2007-08-03 Thread Massimo Zito
::rtspURLPrefix(int clientSocket) const { + #ifdef DEBUG fprintf(stderr, "rtspURLPrefix(%d)\n", clientSocket); + #endif struct sockaddr_in ourAddress; if (clientSocket < 0) { // Use our default IP address in the URL: Is this ok ? Thank you

[Live-devel] OnDemandServerMediaSubsession, FileServerMediaSubsession and MPEG2TransportFileServerMediaSubsession ...

2007-08-03 Thread Massimo Zito
(env, fileName, reuseFirstSource, tearDownOnSourceEnd), fIndexFile(indexFile), fDuration(0.0), fClientSessionHashTable(NULL) { if (fIndexFile != NULL) { // we support 'trick play' fDuration = fIndexFile->getPlayingDuration(); Is this work correct ? Thank you for your attention Massimo Zito ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] MPEG2TransportFileServerMediaSubsession seekStream ...

2007-07-09 Thread Massimo Zito
Hi Ross, when I send a seek ( RTSP ) for a TS file ( handled by MPEG2TransportFileServerMediaSubsession ), MPEG2TransportStreamFramer doesn't estimate TS packet duration correctly ... I have found a workaround ... *** live/liveMedia/include/MPEG2TransportStreamFramer.hh2007-07-01 11:16:0

Re: [Live-devel] Trick play problem ...

2007-07-06 Thread Massimo Zito
2007/7/6, Ross Finlayson <[EMAIL PROTECTED]>: >Hi everyone, > >I have a problem in trick play mode to play a TS resource by an RTSP >session ... > >I have modified openRTSP to send PLAY with scale = 2.0 Are you using the latest version of the code (version 2007.07.01)? That version fixed a bug

[Live-devel] Trick play problem ...

2007-07-06 Thread Massimo Zito
assign presentationTime to fParent.fPresentationTime ( related to MPEG2TransportStreamFromESSource ) ... Doing this I can see correct timestamps ... Is this work correct ? Regards Massimo Zito ___ live-devel mailing list live-devel@lists.live555.com http