Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

what's the meaning of start api returns running:true #42

Open
zaozhao opened this issue May 19, 2020 · 2 comments
Open

what's the meaning of start api returns running:true #42

zaozhao opened this issue May 19, 2020 · 2 comments

Comments

@zaozhao
Copy link

zaozhao commented May 19, 2020

Hi,Roverr,
Thanks for your last help,and it's effective.
I changed the setting of RTSP_CLEANUP_ENABLED:false , but start api responsebody returns 'running:false' in the course of time. So i want to know what's the meaning of 'running' , and final purpose is knowing the RTSP stream trans state.
Thanks again!

@Roverr
Copy link
Owner

Roverr commented May 21, 2020

Hi @zaozhao ,

Actually running should indicate if your transcoding process for the stream is started running or not. It states that the underlying ffmpeg process is still working or not. However, it does not do it perfectly as it is building on the underlying rate limiter's activity status. Which is in your case matters in absolutely no way, because your streams are always "active".

That's actually a good catch, I will take look on the weekend how it could be made more consistent to reflect the transcoding process better

@zaozhao
Copy link
Author

zaozhao commented May 21, 2020

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants