Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread belloni
>> > I'm saying that you might not need to write any new (sub)classes at >>> all. Can you tell me some more about what your data looks like - >>> i.e., what video codec are you using, and how is the data different >>> from the standard? >>> >>It's MPEG-4 data, 1440 bytes a packet. > > MPEG-4 f

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread Ross Finlayson
> > I'm saying that you might not need to write any new (sub)classes at >> all. Can you tell me some more about what your data looks like - >> i.e., what video codec are you using, and how is the data different >> from the standard? >> >It's MPEG-4 data, 1440 bytes a packet. MPEG-4 frames a

Re: [Live-devel] liveMedia support

2008-01-18 Thread Ross Finlayson
1) Is liveMedia still supported; i.e., is there still an active community of users who can answer questions about it? Yes, and this is the mailing list for it. 2) How much has liveMedia changed since 2004? It has changed vastly since then. See, for example, our changelog at

[Live-devel] liveMedia support

2008-01-18 Thread Richard Blaine
Hi, I am a consultant who was hired to evaluate software that was based on the liveMedia library; more specifically, my goal is to determine whether all or part of this existing software can be extended and used in a commercial medical product. This software was last modified in 2004. A few qu

[Live-devel] liveMedia support

2008-01-18 Thread Richard Blaine
_ Helping your favorite cause is as easy as instant messaging.  You IM, we give. http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join___ live-devel mailing list live-devel@lists.l

Re: [Live-devel] JPEG2000

2008-01-18 Thread Ross Finlayson
I already a message on this list and nobody answered. So i send it again... Because of this, all future postings from you will be moderated. If you do this again (sending the exact same message to the mailing list), you will be permanently banned! Not every question that gets posted to this

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread Cristiano Belloni
Cristiano Belloni wrote: > Ross Finlayson wrote: > >>> Ross Finlayson wrote: >>> >>> > However, I need some info: the camera I'm contacting does not send normal > video frames, but custom ones. I need to unpack every RTP packet (_in > order_), read the custom headers,

[Live-devel] H.264 - How to implement an H.264 framer?

2008-01-18 Thread Tasos Kyrillidis
Hi, I dont know how to implement an H.264 framer. Could anybody help me? Tasos Kyrillidis - Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων http://lo

[Live-devel] JPEG2000

2008-01-18 Thread Tasos Kyrillidis
Hi, I already a message on this list and nobody answered. So i send it again... I am newbie in LIVE555 and i really dont know much of how things work. But i intend to study the source code. Before i do this, i would like to ask some questions to be sure about some things. I want to implement

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread Cristiano Belloni
Ross Finlayson wrote: >> Ross Finlayson wrote: >> However, I need some info: the camera I'm contacting does not send normal video frames, but custom ones. I need to unpack every RTP packet (_in order_), read the custom headers, reconstruct the frames and decode them on

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread Ross Finlayson
>Ross Finlayson wrote: >>> However, I need some info: the camera I'm contacting does not send normal >>> video frames, but custom ones. I need to unpack every RTP packet (_in >>> order_), read the custom headers, reconstruct the frames and decode them >>> on the fly. >>> >> >> Because your

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-18 Thread Cristiano Belloni
Ross Finlayson wrote: >> However, I need some info: the camera I'm contacting does not send normal >> video frames, but custom ones. I need to unpack every RTP packet (_in >> order_), read the custom headers, reconstruct the frames and decode them >> on the fly. >> > > Because your 'custom hea

Re: [Live-devel] How to get NPT of a received RTP Packet in openRTSP

2008-01-18 Thread Ross Finlayson
>How does one obtain the current NPT (normal playing time) of a >received packet? FYI, the latest release (2008.01.18) of the "LIVE555 Streaming Media" code adds support for this. Specifically, there is a new member function MediaSubsession::getNormalPlayTime() which - given a stream's