-
Both the remote sources are exposed as [PostgREST](https://postgrest.org/) API (GEM implementation still in progress).
**For the moment the priority is the metadata retrieval**.
### PDN
[http://w…
-
Would like to request enabling basic gzip settings/expire headers in the nginx config by default:
```
gzip on;
gzip_static on;
gzip_http_version 1.1;
gzip_vary on;
gzip_comp_level 6;
gzip_disable “MS…
-
I start the player with wifi, load the live url "http://stream****.flv", then i change the network to 4G,
the player stopped after few seconds.
The log is:
aout_pause_audio(1)
2016-07-15 19:38:41.169 …
-
```
Uaktualniłem liste kanałów aktualnie zawiera:
ESKA TV
NEXT Music
iTV
Panorama Polska
Oczko TV
Tv Trwam
3Sat
Deluxe Music
Polo TV
CT.Fm
SKY NEWS
CNN
Russia Today
Kiss TV
The Voice
Czwórka Polskie …
-
![Jorts Text Replacement Menu](https://user-images.githubusercontent.com/43663476/147393171-94ca7af2-09fe-433d-bdd7-28f0017d3917.png)
| Shortcut | Phrase …
-
i received communication today from google as follows regarding ad exchange ads set up through DFP
"
You may also want to contact your Kaltura contact to make sure that Flash is supported with the pl…
-
I am adding a snapshot stream using the reolink snapshot URL
```
streams:
backyard:
- http://192.168.10.24/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=go2rtc&user=xxx&password=xxx
```
I am using…
-
I have a setup that redirects the incoming stream to change it's name (for security reasons), and transcodes it to multiple renditions for use in an HLS app then sends and update every 4 seconds to ke…
-
Looks like files are saved as FLV by default when saving a local copy of the recording. Would it be possible to set the output format of the file as something else i.e. mkv? I know I can remux afterwa…
-
代码如下:
```
const {default: flvjs} = await import('flv.js');
if (flvjs.isSupported()) {
this.player = flvjs.createPlayer({
type: 'flv',
url: myUrl,
isLive: true,
});…