-
My Steps:
1. convert mp4 to rtmp stream
`
ffmpeg -re -i /usr/local/src/videos/ychx.mp4 -vcodec libx264 -vprofile baseline -acodec aac -ar 44100 -strict -2 -ac 1 -f flv -s 512x214 -q 10 rtmp://loca…
-
There is a problem with memory leak which can be reproduced in multiple ways, for example creating/destroying multiple jsmpeg instances. After some time all of memory is used and there is error in con…
-
Hi All,
Am displaying live stream video in canvas tag using Jsmpg.js. My Problem is, I don't know how to get the image from that canvas tag, for your reference my code
```
…
-
你这个demo是推 RTMP格式的,那推mpeg 格式的也差不多吧
我要用:https://github.com/phoboslab/jsmpeg ,来处理播放的问题
-
### Expected behavior
### Actual behavior
### Steps to reproduce
### Minimal yet complete reproducer code (or URL to code)
### Netty version
### JVM version (e.g. `java -version`)
##…
-
So I have a good working build right now but MP2 on JSMPEG is limited to Stereo, I wanted to achieve at least 2.1 or if possible, 5.1. I see in later specs of MP2 that this becomes acceptable. Is JSMP…
-
Hello @phoboslab,
I've found that `jsmpeg` is not working in Safari iOS9 [9.3.2].
I have a lot of errors like
```
Sync Token not found
```
and
```
TypeError: this.blockData.fill is not a f…
-
var player = new JSMpeg.Player('video.ts', {canvas: canvas});
player.currentTime = 30;
player.play ();
when play it , not begin from 30 second .
-
In MPEG-DASH, if I encode the segments using the specified MPEG-1, will it work with jsmpeg decoder?
-
Sorry if this is mentioned, but jsmpeg 0.3 does not work with IE1 and Safari (Win). The older version works.