Re: [Live-devel] Modern Streaming Application Design

2009-02-09 Thread Ross Finlayson
1. multiple streaming formats that can be added or changed dynamically while current streaming clients are kept insert a scheduler task to do such a management jobs Yes, this would work. The code was designed to allow adding, or removing, "ServerMediaSession" objects to/from a "RTSPServer", e

[Live-devel] Making RTSP commands work when streaming RTP over TCP

2009-02-09 Thread Matt Schuckmann
I need to make RTSP commands work when streaming RTP over TCP because I need to be able to use the SET_PARAMETER and GET_PARAMETER commands to control my live camera during the session. The way I thought I understood the problem with the current implementation is that once the PLAY command is

Re: [Live-devel] Live555 performance configuration

2009-02-09 Thread Patrick White
On Saturday 07 February 2009 2:00 pm, Morgan Tørvolt wrote: > The calculations are easy. A disk with 100MB/s read speed and 10ms > access time will give you 1MB per 10ms read time. If you read 1MB at a > time on random spots on the disk, you will use 10ms per read, and 10ms > on average for moving

[Live-devel] Modern Streaming Application Design

2009-02-09 Thread Fuzzy Lai
Dear Sir: Live555 has done a great job on the streaming technology but today's streaming applications also become more challenging than before. I hope it never bothers you to ask for your opinions about the design issues according to the philosophy of live555 streaming media. 1. multiple strea