[Bug 745187] JPEG2000 RTP video streaming problem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 13 08:06:54 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=745187

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #30 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit f89c4f9f4b405c1ebc19041cb15087cefa738776
Author: Aaron Boxer <boxerab at gmail.com>
Date:   Thu May 12 08:43:39 2016 -0400

    rtpj2kpay: manage T tile invalidation bit correctly, update tile id in
header correctly.

    1. according to RFC, T bit is only set when either the RTP packet only
contains the J2K main header, or the packet contains tile parts from multiple
tiles. This is now being managed correctly in the code. The second scenario
cannot happen with our payloader, since tile headers are always placed in their
own RTP packet, and so a packet cannot contain tile parts from multiple tiles.
    However, I have added code to track if multiple tile parts are included in
a single RTP packet, in case in the future we want to put header and data in
same packet.

    2. Old code would set the tile id to zero for all J2K packets. This is now
set correctly to the appropriate tile id.

    https://bugzilla.gnome.org/show_bug.cgi?id=745187

commit 84ff5511de550e3865afe06c2e1d3be78d7660ba
Author: Aaron Boxer <boxerab at gmail.com>
Date:   Thu May 12 08:41:51 2016 -0400

    rtpj2kpay: manage fragmented headers correctly

    J2K main header framentation across multiple RTP packets is now handled
correctly

    https://bugzilla.gnome.org/show_bug.cgi?id=745187

commit d2765be1206e3866a1461221ac9dfa1cbe932814
Author: Aaron Boxer <boxerab at gmail.com>
Date:   Wed May 11 15:04:26 2016 -0400

    rtpj2k: move common code to shared header, code clean up

    https://bugzilla.gnome.org/show_bug.cgi?id=745187

commit 82c2a5cbf830cf8706e2482875f9b7c2b8584fe3
Author: Aaron Boxer <boxerab at gmail.com>
Date:   Wed May 11 15:01:32 2016 -0400

    rtpj2k: update documentation

    https://bugzilla.gnome.org/show_bug.cgi?id=745187

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list