This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
PlayerEndpoint failure when stopping and starting again #633
Labels
bug
Non-critical bug affecting expected behavior
Prerequisites
These are MANDATORY, otherwise the issue will be automatically closed.
Issue description
PlayerEndpoint shows a frozen frame when calling
stop()
followed by `play().Context
OpenVidu support for IP cameras.
How to reproduce?
play()
)stop()
). Pausing is not enough, as it keeps the connection active, while we want to save resources and thus all connections should be closed.play()
)Expected & current behavior
Instead of playing again, it shows a frozen frame. Logs show lots of errors pointing to invalid PTS and DTS.
(Optional) Possible solution
Commenting out these two lines the playback restarts successfully. It all points at a potential lack of reinitialization of variables when the stop() is processed. Later, upon the new play(), the expected PTS/DTS don't match the incoming ones, and thus the code exits early. At least that's what it seems to me, after a quick look around.
About Kurento Media Server
The text was updated successfully, but these errors were encountered: