Re: [Live-devel] MPEG2TransportFileServerMediaSubsession seekStream ...

2007-07-09 Thread Ross Finlayson
Massimo, Thanks for the suggestion. I have added this - and your previous suggested modification - to a new release (2007.07.10) of the "LIVE555 Streaming Media" software, available now. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] RTSP Player Client

2007-07-09 Thread Ross Finlayson
>Does anyone have a recommendation on what to use to test/utilize "trick" >play functionality? I have tried VLC but that "cheats" by fast >forwaring within its own buffer whereas I am looking for a client that >will actually use rtsp to send and confirm receipt of the trick play >commands such as

[Live-devel] RTSP Player Client

2007-07-09 Thread Li, Chen
Hi, Does anyone have a recommendation on what to use to test/utilize "trick" play functionality? I have tried VLC but that "cheats" by fast forwaring within its own buffer whereas I am looking for a client that will actually use rtsp to send and confirm receipt of the trick play commands such as

Re: [Live-devel] using live555 library as a streaming server

2007-07-09 Thread Ross Finlayson
>(1) Can the live555 library be used in a practical application, for example, a > >VoD system, as a streaming server? Can the streaming server run >stably for normal use? Of course. For example, our "LIVE555 Media Server" application: http://www.live555.com/mediaServer/ >(2) I know that curre

[Live-devel] using live555 library as a streaming server

2007-07-09 Thread Wei Yutao
Hi everyone, I want to use live555 streaming Media library as a streaming server and I have serveral questions: (1) Can the live555 library be used in a practical application, for example, a VoD system, as a streaming server? Can the streaming server runstably for normal use? (2) I know

Re: [Live-devel] unsupported Transport

2007-07-09 Thread Ross Finlayson
This is a problem with your server, not with our RTSP client code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ 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] Getting Status

2007-07-09 Thread Ross Finlayson
>it appears the output is direct to the console, in that I can't pipe it >anywhere. Is this correct ? is there a way to get the SDP information >optimally to STDOUT? or at least a file ??? The diagnostic information (including the SDP description) is output to stderr. You can redirect/pipe that