Re: [Live-devel] MPEG2TransportStreamIndexer Question

2007-07-27 Thread Leary, Brent
Ross, The video data being received over the socket would need to be written to a file as well as sent to the indexing object. It can't be written to a file first & then indexed b/c the server may need to play the video data immediately after its finished being received over the socket. What interf

[Live-devel] MPEG2TransportStreamIndexer Question

2007-07-26 Thread Leary, Brent
Ross, Within the MPEG2TransportStreamIndexer's main, is there an existing class that could replace the ByteStreamFileSource that would receive its video data off a UDP socket instead of reading from a file? "FramedSource* input = ByteStreamFileSource::createNew(*env, inputFileName, TRANSPORT_PAC

[Live-devel] Multicast & TrickModes mutually exclusive?

2007-07-18 Thread Leary, Brent
Ross, Are pause and trick modes supported for multicast streams? It doesn't seem like they would be, but wanted to verify with you before just making the assumption. Thanks, -Brent ___ live-devel mailing list live-devel@lists.live555.com http://lists.

Re: [Live-devel] Multicast Q

2007-07-18 Thread Leary, Brent
Ross, Are their any major differences in functionality provided by testOnDemandRTSPServer and the Live555 Media Server? Thanks, -Brent From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Tuesday, June 12, 2007 10:56 AM To: LIVE55

[Live-devel] Multicast Q

2007-06-12 Thread Leary, Brent
Ross, I am using the 'testOnDemandRTSPServer' to support unicast streaming of MPEG transport streams to a PC running VLC. This is working with no problems. When I started the 'Live555 Media Server' was unavailable. Now I am interested in adding multicast support to the RTSP Server I'm running. Fr