[Live-devel] send text message to player

2010-10-19 Thread Li, Yin Hua SLC CT NKG S
Dear Ross, In my project, administrator can close video connection by specified client IP address, but after closing connection, user at client side only see the screen is freezed, so I want to send a text message to player, shown as "Your connection was closed by VOD administrator!", how can

Re: [Live-devel] RTSP-over-HTTP and inconsistent SETUP requests.

2010-10-19 Thread Ross Finlayson
(As there's no RFC on RTSP over HTTP, as far as I know, I use this document as a reference: http://developer.apple.com/quicktime/icefloe/dispatch028.html FYI, another document - with a little more detail - is here: http://images.ap

Re: [Live-devel] Meaning of member variables in FramedSource class

2010-10-19 Thread Ross Finlayson
See "liveMedia/DeviceSource.cpp" for a description (in the comments) of these fields. Some more specific comments: - fPresentationTime - Needs to be set by me. What is this time? Is this required? Yes! My encoder provide a relative time which is number of ticks since some original. Do I

[Live-devel] RTSP-over-HTTP and inconsistent SETUP requests.

2010-10-19 Thread Cristiano Belloni
Dear Ross, I'm trying to use RTSP-over-HTTP support on server, and it works flawlessly. Unfortunately, software vendors (Milestone, this time) seem not to get it right, so I have two question, one more irrelevant, the other more serious. 1) Milestone doesn't send us "Accept:" or "Content-Ty

[Live-devel] how to do in my "FramedSource" class

2010-10-19 Thread 503430770
HI,I want to live555 Server with live source of MPEG4.The source is my camera which I can get one frame of MPEG4 from. I save the frames those I get to a file .Later I find that the file have no VOSS, VOS. How can I do in my "FramedSource" class. Thanks.__