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
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
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
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