axis icon indicating copy to clipboard operation
axis copied to clipboard

rtsp streaming player window

Open Jain2022 opened this issue 3 years ago • 3 comments

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.

Jain2022 avatar Jan 10 '22 15:01 Jain2022

Hello

There is no gstreamer code in this repo. The RTSP implementation in this library is currently only for the metadata stream

/R

Kane610 avatar Jan 10 '22 16:01 Kane610

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

Jain2022 avatar Jan 10 '22 16:01 Jain2022

If all you want is to start it from CLI the main works sure

Kane610 avatar Jan 10 '22 16:01 Kane610