-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of bounds Memory access #268
Comments
This is almost certainly to do with the data arriving down the websocket. Your Can you show us how you are running |
I'm having the same problem even when I use a v4l2-loopback from a RTMP source. This could give a very low latency playback to several devices if it could be overcome. ffmpeg -y -i test.flv -vcodec copy -vbsf h264_mp4toannexb test.h264 might hold some of the key. |
Can't reproduce in desktop Chrome;My ffmeg command is the default command in readme.Maybe Just in some IphoneX. |
It's good you're using the test card for consistency as we figure this out. 🙂 |
Try increasing the var player = new JSMpeg.Player(url, {videoBufferSize: 1024*1024*4}); |
Got the same error, even using 14MB (1024x1024x14), with Bjork's video using
|
@marcoXbresciani |
OK! I solve it ! the reason of this problem is the wrong output format of stream from ffmpeg! |
thanks for sharing!! |
In my case it works sometimes, so I guess there is nothing wrong with the feed. My stack trace is a bit different than yours though: It either throws at |
In some IphoneX, have that error.
The text was updated successfully, but these errors were encountered: