Ole-Johannes Aasbø
Ole-Johannes Aasbø
Ok. Thanks :) I have used the player with an instance of websocket in earlier version of jsmpeg. I execute some code on websocket events (e.g 'connected' or 'close'). Does...
I'm also getting expired token from time to time. Does not refresh until i logout and on again
I got this error again without a screen lock. This time it took 1 hour before the error occurred. I would like to keep the stream going after this error...
I use D-Link Vigilance DCS-4602. How do you suggest to catch this error? (To do a reconnect)
In regards to the reconnect issue. Data frame errors happen, nothing to do with that. But we need a simple way to reconnect the stream. Is [this implementation](https://git.oleaasbo.no/public-projects/nodejs/yellowstone/commit/434077d59473f960d0a5129209c3b39de06e491e) any good?...
I did some more testing and managed to pull some data when this error happens. ``` Bug in RTSP data framing, please file an issue with the author with stacktrace....
I can now confirm that just throwing the bad buffer is the way to go. At least it works. The changes I linked in the post above contains another commit...
I would like to see this added as well. A workaround for me has been: ``` app.use(function (req, res, next) { var org = res.cookie; res.cookie = function (name, value,...
I encountered this error as well using the same approach
I tried to remove the Gemfile.lock and ended up with the same error as before.