Skip to content
  • Mathieu Duponchelle's avatar
    1c48d706
    gstwebrtc-api example: add support for requesting mix matrix · 1c48d706
    Mathieu Duponchelle authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    This is one example of how a consumer might send over custom upstream
    event requests to the producer.
    
    As webrtcsink will deserialize numbers in priority as integers, we need
    a custom stringifying function to ensure members of the matrix array are
    indeed serialized with the floating point.
    
    An optional stringifier parameter is thus added to the
    sendControlRequest API.
    
    Part-of: <!1711>
    1c48d706
    gstwebrtc-api example: add support for requesting mix matrix
    Mathieu Duponchelle authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    This is one example of how a consumer might send over custom upstream
    event requests to the producer.
    
    As webrtcsink will deserialize numbers in priority as integers, we need
    a custom stringifying function to ensure members of the matrix array are
    indeed serialized with the floating point.
    
    An optional stringifier parameter is thus added to the
    sendControlRequest API.
    
    Part-of: <!1711>
Loading