How can I fix this problem? #11
-
|
As you know, the main problem of this project is to ensure the video processing speed. Now, your project is converting rtsp stream from the camera into hls stream to display the video in the frontend part. But the speed is very low. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I know what you mean. So, I am going to change the video streaming logic. Now, I am trying to change the video streaming logic from rtsp into WebRTC. I wanna know your idea about this. |
Beta Was this translation helpful? Give feedback.
-
|
Good idea. Maybe this can be ensure the real-time streaming. I am not sure the image quality but maybe it's not bad. |
Beta Was this translation helpful? Give feedback.
-
|
I will fix this problem according to your idea. |
Beta Was this translation helpful? Give feedback.
I know what you mean. So, I am going to change the video streaming logic. Now, I am trying to change the video streaming logic from rtsp into WebRTC. I wanna know your idea about this.