-
I have tried several demos on several iOS devices (iphone 5, ipad 1) tested on safari and chrome and in all cases the image does not show up. Only shows "loading..."
It's like the canvas does not get …
-
any way to do this? cant seem to find it
-
Could this library decoding MPEG2 streaming video? Because I need better quality maybe like 720p.
-
I've been trying to have the video stream start only after a user clicks a button (or some other event), but I am finding that if jsmpeg is not invoked on page load, it won't start.
For example, you …
-
What license is this under?
Edit: (Please include a LICENSE file in the repository)
varon updated
9 years ago
-
Hey I'm new in this and sorry if my question is stupid, but can you tell me can I use jsmpeg to streaming video from my IP cam. Do I need server or what? Can you give me the steps that I need to follo…
-
Hey, wonderful library. I just wanted to raise the fact that the rendering is not frame rate independent if the device is rendering slower than the video frame rate.
EG. on low performing mobile devic…
-
I'm attempting to add a seek function to this. I've been attempting to manipulate the buffer index to seek, but haven't had much luck. Not sure I'm fully wrapping my head around the frame decoding asp…
-
i want to send a message from index.html to server in edi-cam project
i make a button in index.html
if user push a button and then some message is sended to server
and as message server do something…
-
Mobile browsers do not support the `autoplay` feature of HTML5 video.
```
```
This will autoplay using non-mobile browsers but not on mobile browsers.
Is it possible to decode the MP4 and then aut…