Hi.
I have a project to show RTSP stream on the global webpage. for doing this project first I convert RTSP stream to RTP stream with ffmpeg . Janus receive this stream very well on port 8004 . then I made local web page that is served with nginx to show the stream on local host . use janus.js and streamingtest.js to do it and configure nginx to proxy the request to Janus server . after show the stream on the local host , I have built a cloud flare tunnel for accessing the webpage behind the NAT and firewall . I have done that and webpage is up on the global network . At first the webpage is up and show the stream Correctly with low latency . but after while (about two week) the stream is down and can not show on the web page . and it gives me this error message (streaming cleanup or) .
what is the problem ?? I would be glad to receive an answer from you.