Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants