Re: [Live-devel] H.264VideoReceiver

2008-07-06 Thread Ross Finlayson
Would you mind introducing steps simply about how to support a new media type in server? You will need: 1/ A new subclass of "MultiFramedRTPSink" for the particular RTP payload format that you wish to support 2/ A new class (or perhaps a chain of classes (source class + 'framer' (filter) class

Re: [Live-devel] H.264VideoReceiver

2008-07-06 Thread Aiden_Coomo
medRTPSink,right? Would you mind introducing steps simply about how to support a new media type in server? Thanks. -邮件原件- 发件人: Ross Finlayson [mailto:[EMAIL PROTECTED] 发送时间: 2008年7月4日 1:17 收件人: LIVE555 Streaming Media - development & use 主题: Re: [Live-devel] H.264VideoReceiver >I

Re: [Live-devel] H.264VideoReceiver

2008-07-03 Thread Ross Finlayson
I have modified the testMPEG1or2VideoReceiver to H.264VideoReceiver and it works i.e receives H.264 RTP packets and dumps to a file. but i want to store the received data in a buffer so that my decoder decodes it. Can some one guide me in doing so? i want just a rough idea. Write a new "MediaSi

[Live-devel] H.264VideoReceiver

2008-07-03 Thread 47manzoor
I have modified the testMPEG1or2VideoReceiver to H.264VideoReceiver and it works i.e receives H.264 RTP packets and dumps to a file. but i want to store the received data in a buffer so that my decoder decodes it. Can some one guide me in doing so? i want just a rough idea. Thank You -