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

2008-01-22 Thread Ross Finlayson
>Ok, let's say the cam sends me a pure MPEG4 stream, with no custom headers: > >1) Is there a way to set up a function that's called every time an RTP >packet is received? Yes - it already exists, in the implementation of the "MPEG4ESVideoRTPSource" class: i.e., in the implementation of the RTP

Re: [Live-devel] howto build an mpeg-ts

2008-01-22 Thread Ross Finlayson
>I have got a H.264 stream, a MPEG2 stream, and three metadata streams in >several queues. I have to put them all into one MPEG-TS and stream that >TS via RTP over the net. I did not find any example which shows the >mechanism of building an MPEG-TS. > >Can anyone help me with example code or links

Re: [Live-devel] How to unsubscribe from the mailing list !!

2008-01-22 Thread Ross Finlayson
I want to unsubscribe from this mailing list .Can some body tell me the procedure to do so ? Go to the web page whose URL is at the bottom of *every* mailing list email (including this one). Look near the bottom of that page for "unsubscribe". -- Ross Finlayson Live Networks, Inc. http://

Re: [Live-devel] Dumping and viewing at one time

2008-01-22 Thread Oliver Roll
Ross Finlayson schrieb: >> I want to dump and view a stream at one time. I'm using MPlayer + >> liveMedia lib. What would be the best way to do this? > > You would need to modify MPlayer's LIVE555 interface code > ("libmpdemux/demux_rtp.c") to write each incoming data frame to a > file, as well

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

2008-01-22 Thread Cristiano Belloni
[EMAIL PROTECTED] wrote: >>> > 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?

[Live-devel] How to unsubscribe from the mailing list !!

2008-01-22 Thread gulshan chawla
HI , I want to unsubscribe from this mailing list .Can some body tell me the procedure to do so ? Regards - Looking for last minute shopping deals? Find them fast with Yahoo! Search.___ live-devel maili

[Live-devel] howto build an mpeg-ts

2008-01-22 Thread Ralf Buhlrich
Hi List, I am new at live555. My problem is as follows: I have got a H.264 stream, a MPEG2 stream, and three metadata streams in several queues. I have to put them all into one MPEG-TS and stream that TS via RTP over the net. I did not find any example which shows the mechanism of building an MPE

Re: [Live-devel] H263-1996 rtp question

2008-01-22 Thread Ross Finlayson
Ross Finlayson wrote: The old H.263 RTP payload format specification (RFC 2190) is now *obsolete*, and should not be used. As noted above, use our existing H.263+ RTP payload format (RFC 2429) implementation instead. Yes I am aware about H263-1996 is obsolete. However I need to integrate st

Re: [Live-devel] H263-1996 rtp question

2008-01-22 Thread Martin Lindhe
Ross Finlayson wrote: The old H.263 RTP payload format specification (RFC 2190) is now *obsolete*, and should not be used. As noted above, use our existing H.263+ RTP payload format (RFC 2429) implementation instead. Yes I am aware about H263-1996 is obsolete. However I need to integ

Re: [Live-devel] Dumping and viewing at one time

2008-01-22 Thread Ross Finlayson
>I want to dump and view a stream at one time. I'm using MPlayer + >liveMedia lib. What would be the best way to do this? You would need to modify MPlayer's LIVE555 interface code ("libmpdemux/demux_rtp.c") to write each incoming data frame to a file, as well as processing it normally. For more