Re: [Live-devel] Create and Handle Custom RTSP Response

2007-11-06 Thread Ross Finlayson
The timestamp is actually embedded in the MPEG-4 header and represents the historic time the frame was captured. If it's part of the MPEG-4 data for each frame, then it will be part of the RTP payload for that frame, and will be received by the client that way. -- Ross Finlayson Live Network

Re: [Live-devel] Create and Handle Custom RTSP Response

2007-11-06 Thread Christopher Shumway
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Monday, November 05, 2007 7:21 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Create and Handle Custom RTSP Response The remaining piece of the puzzle for me deals with a web client that I hav

Re: [Live-devel] Create and Handle Custom RTSP Response

2007-11-05 Thread Ross Finlayson
The remaining piece of the puzzle for me deals with a web client that I have written that provides interaction with the live stream. I am trying to get a timestamp back from the media server to the client, and ultimately available to a Javascript function on the page. I can formulate a RTSP re

[Live-devel] Create and Handle Custom RTSP Response

2007-11-05 Thread Christopher Shumway
Hello, I've had great success working with the information and feedback provided on this devel post. I've created a live555 media server which extends the DeviceSource class with one of my own (reads MPEG-4 frames off DVR). Thank you all! The remaining piece of the puzzle for me deals wit