-
Hello!
Please include examples for using module with `import`.
```typescript
import * as videojs from 'video.js'
import "flv.js"
import "videojs-flvjs"
```
doesn't work in my typescript pro…
-
Hi ALL,
We have roughly 500T FLV video, now we need to covert them into mp4 using ffmpeg. We found one big problem.
The mp4 files play perfectly fine using local player, but once put into videoj…
-
使用video.js + flv.js + [videojs-panorama](https://github.com/yanwsh/videojs-panorama),实现flv格式的全景视频播放,在chrome和firefox上都是ok的,在safari上报如题的错误,视频是同域名下的,所以应该不是跨域问题,并且如果直接video.js + flv.js直接播这部视频是ok的,请问有知道原因的…
-
I tried it many times and couldn’t solve the problem.I used your code and the problem is still not solved.
Please help me analyze where the problem is.
**-- rtmp.vue**
impo…
-
### Description
An error message occurred during use:
I wonder if wss is not supported? Is there any solution?
The test case address may be inaccurate.
### Reduced test case
wss://sqjsdecoder.y…
-
# video.js
## video.js 播放 rtsp、hls
**HLS**
> HLS( HTTP Live Streaming)苹果公司提出的流媒体协议,直接把流媒体切片成一段段,信息保存到m3u列表文件中,
可以将不同速率的版本切成相应的片;播放器可以直接使用http协议请求流数据,可以在不同速率的版本间自由切换,实现无缝播放;省去使用其他协议的烦恼。缺点是延迟大小受切片大…
-
https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8
-
There are initial conditions of test case:
1. main video is FLV, so flash player is in use
2. vast video is MP4 (not sure if it does matter)
3. autoplay is disabled
If I start player by hitting big p…
-
`VIDEOJS: ERROR: The "flvjs" tech is undefined. Skipped browser support check for that tech.`
-
I am working on a adaptive HLS solution using Nginx RTMP module as streaming server and VideoJs as client. I have completed the setup i.e. NGINX configurations and client sample in VideoJs.
NGINX C…