Sebastian Dröge
Sebastian Dröge
Yes there was an API change in plotters and different versions of the crate are pulled in currently. That would have to be fixed. I don't know what the plan...
``` error: Package `gtk-rs-examples4 v0.0.1 (/home/travis/build/gtk-rs/examples4)` does not have feature `futures`. It has a required dependency with that name, but only optional dependencies can be used as features. ```
You also have to update the minimum version to 1.39 from 1.36
@GuillaumeGomez good to go :)
Thanks for reporting. See https://github.com/gtk-rs/gtk-rs-core/pull/1410
The relevant part here is https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/560#note_2448414 In short, Pion currently includes the `obu_has_size_field` in the OBUs while the AV1 RTP spec recommends ("SHOULD") to not include them. GStreamer does not...
Similarly, temporal delimiter OBUs are still part of the packets but should be stripped according to the AV1 RTP spec.
Also the payload is generally invalid. The aggregation header claims that only a single OBU is contained in the packet, but the packets contain a temporal delimiter OBU followed by...
The GStreamer webrtc plugin is released for now with a `< 0.3.4` dependency.
Any updates on this?