Re: [Live-devel] RFC4175 uncompressed video streaming: variable payload header length

2014-07-27 Thread Ross Finlayson
After reviewing RFC 4175 (and your code), I've decided not to implement this RTP payload format in the released "LIVE555 Streaming Media" source code (at least, not right now). There are a number of issues: 1/ For the "RTPSource" subclass (for receiving RTP packets using this payload format):

Re: [Live-devel] RFC4175 uncompressed video streaming: variable payload header length

2014-07-25 Thread Marco Porsch
Hi, >> I am currently trying to implement uncompressed video streaming according to >> RFC4175. > Because this is likely to be something of general use (e.g., someone else was > asking about this just yesterday), I suggest posting the code that you have > so far (i.e., for your subclass of "Mu

Re: [Live-devel] RFC4175 uncompressed video streaming: variable payload header length

2014-07-24 Thread Ross Finlayson
> I am currently trying to implement uncompressed video streaming according to > RFC4175. Because this is likely to be something of general use (e.g., someone else was asking about this just yesterday), I suggest posting the code that you have so far (i.e., for your subclass of "MultiFramedRTPS

[Live-devel] RFC4175 uncompressed video streaming: variable payload header length

2014-07-24 Thread Marco Porsch
Hello, I am currently trying to implement uncompressed video streaming according to RFC4175. An issue that I struggle with, is that the payload header is variable in length (see [1]). The header length depends on packet size, image line length and current fragmentation offset. (I use some simpl