This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
RTSP Player Endpoint Issue #144
Comments
Yes I too observed same problem. Basically our use case issues comes up where steps are like:
|
@sampleref Could you please tell me how to check if rtsp stream is disconnected? And I tried to play() it again, it failed! I'm using kurento-utils-js. |
I am using https://github.com/bramp/ffmpeg-cli-wrapper to check RTSP is alive or not after I get Error/EndOfStream Event |
j1elo
added a commit
to Kurento/kms-core
that referenced
this issue
Jun 22, 2018
Work on Kurento/bugtracker#144 When an RTSP stream is dosconnected and re-connected again, and the PlayerEndpoint is stopped and later restarted, there is an internal error in the pad chain function, somewhere between the Agnosticbin's input fakesing and the parsetreebin. This fix will replace the fakesink with a new one whenever a flow error happens, and will also force reconfiguring the treebin. It's been tested that these two operation must be done together. It's not enough to either just replace the fakesink, or just reconfigure the input bin.
Please check if KMS version 6.8.1 fixes this issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Oct 11
I am using a player endpoint to consume a live RTSP endpoint. The player endpoint is being created server-side and then distributed to through Kurento to clients as they connect to save on the transcoding from RTSP to OP8. It is working well except for one scenario as described below:
KMS Version:
Version 6.6
Using NodeJS server side - Chrome Browser Javascript
The text was updated successfully, but these errors were encountered: