-
**Describe the bug**
I have setup the jsmpeg-player library to stream a video source from websocket. I did exactly the same as the demo showed in [jsmpeg-player-demo](https://codesandbox.io/p/sandbox…
-
Hello,
Do you think it's feasible to merge the latest version of jsmpeg into jsmpeg-vnc? I would like to do this because the latest jsmpeg version includes an audio decoder. I first tried with vide…
-
I am streaming RTSP stream to web browser using ffmpeg with help of a websocket relay in node js as per the example given here https://github.com/phoboslab/jsmpeg
FFMPEG command used:
ffmpeg -rts…
-
环境:linux
ffmpeg: 6.0
使用的海康摄像头rtsp协议视频流
日志打印:
---[info]: current rtsp2web version: 3.1.4; current platform is linux---
[ffmpeg]创建一个新的视频流转码进程~
一个新的视频播放窗口(client,ws句柄)连接成功
前端代码片段:
`
JSMp…
-
Hi, I am currently using this library for displaying the rtsp stream that is sent by node.js server with node-rtsp-stream.
What I want to do is keep displaying the video stream on the canvas by using…
-
I tried streaming multichannel using server([node-rtsp-web](https://www.npmjs.com/package/node-rtsp-stream?activeTab=readme)) and client(jsmpeg.min.js).
When I register more than 4 channels, the fr…
-
前端使用的是 JSMpeg 来实现 rtsp 视频流播放。
1. 前端只 销毁了 JSMpeg 的实例对象,以及关闭了 视频窗口,并没有向 Node服务 发送关闭请求
![image](https://github.com/Neveryu/rtsp2web/assets/30047595/1e9c7efc-44ad-455c-bd4a-02f27ec33eb7)
2. 这导致了 后台…
-
Hello,
I've run the player with the following settings:
`var player = new JSMpeg.Player(url, { canvas: canvas,
pauseWhenHidden: true,
maxAudioLag: 0.1,
videoBu…
-
I Have a React application which uses your module to play camera feeds from web socket. when we try to load 2 or more camera at once the camera won't start playing and console log is also empty withou…
-