I'm trying to create a low latency stream (sub second) using GStreamer and Python's aiortc library for creating a WebRTC peer for the stream data. I've modified the server example from aiortc and can send an audio file and hook into the video response but what classes/process do I need to use to leverage a GStreamer RTSP video stream?
Do I need to decode the samples with something like an appsink and send each frame individually or is there an aiortc class that can take the RTSP uri and stream the result for me to the peer?
I'm currently running with GStreamer 1.10.4.