Re: [Live-devel] Uncompressed video payload format over RTP per RFC4175

2008-02-07 Thread Ross Finlayson
>My first question/post to this list :) ... has anyone implemented an >uncompressed payload format yet? Just checking before I subclass the >MultiFramedRTPXXX classes. No, right now I know of no implementation (for our libraries) of the RFC 4175 payload format. -- Ross Finlayson Live Networks,

Re: [Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Ross Finlayson
> indeed I need several multicast streams from one source, not unicas, >not on demand OK, so you will need to write a new class that acts as a data 'duplicator' - i.e., taking one input, but generating several outputs. Each output would be fed to a separate "RTPSink" object (each with its ow

[Live-devel] Uncompressed video payload format over RTP per RFC4175

2008-02-07 Thread Daniel Evans
Hi, My first question/post to this list :) ... has anyone implemented an uncompressed payload format yet? Just checking before I subclass the MultiFramedRTPXXX classes. Thanks in advance, Daniel Evans ___ live-devel mailing list live-devel@lists.liv

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
indeed I need several multicast streams from one source, not unicas, not on demand ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread xcsmith
> How can I add several "RTPSink" or "UDPSink" objects to > testMPEG2TransportStreamer? testMPEG2TransportStreamer delivers a multicast stream, so you can already have multiple clients connect and watch this stream. is it your intent to have a stream received by several clients or to make sev

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
How can I add several "RTPSink" or "UDPSink" objects to testMPEG2TransportStreamer? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel