axis
axis copied to clipboard
rtsp streaming player window
Hi,
I'm trying to develop a rtsp video display window using gstreamer integrated with axis code, then do you have any reference or example of the subject?
Thank you.
Hello
There is no gstreamer code in this repo. The RTSP implementation in this library is currently only for the metadata stream
/R
Thank you for your reply. I understand the basic work flow of the library. What is the best way to add the gstreamer player in the source code? I'll write the gstreamer player separately.
I guess I can call the gstreamer player module here: https://github.com/Kane610/axis/blob/771c768d941e95a1d2596520c9b1a2e2d9dbe26d/axis/main.py#L71
If all you want is to start it from CLI the main works sure