-
hi dear friend
my nginx.conf for hls is
`application src {
live on;
exec ffmpeg -i rtmp://localhost/src/$name
-c:a libfdk_aac -b:a 32k -c:v libx264 -b:v 128…
-
```
# RTMP configuration
rtmp {
server {
listen 1935; # Listen on standard RTMP port
chunk_size 4000;
application live {
allow publish all;
…
-
Hello, does it support Low Latency HLS?
[https://en.wikipedia.org/wiki/HTTP_Live_Streaming#Low_Latency_HLS](url)
-
Since SVTPlay moved over to using HLS and HDS for their streams, several key assumptions has ceased to be true.
- We no longer get something we can play with mplayer directly
- The bitrate attribute i…
olof updated
11 years ago
-
Hi Phil,
Thank you for all the work you have put into making this amazing library, and thank you for generously sharing it.
It is amazing.
I have been using it to make my main kitchen radio, bu…
-
### Describe the problem to be solved
OBS and some other live streaming software now support generate HLS fragments directly, and HDR live streaming requests use it (RTMP is not supported)
https://…
-
**Description**
iPad stops all HLS video streaming of other users in a same room.
**To Reproduce**
Here is my time limited testing room for HLS live streaming using AWS Media Live on Mozilla Hubs ser…
-
Hi,
New to this and trying to stream from a website. I am getting the following error. Appreciate some assistance to guide me through:
> livestreamer "hlsvariant://http://tv3iossecure-i.akamaihd.net…
-
Is it possible to add playlist support for radio streaming servers to listen online?
for example
```
[playlist]
File1=https://radio.bbz.ru/listen/bbz/192.mp3
Title1=BBZ RADIO - 192kbps
Length1…
-
Dear All.
Here is my rtmp config.
`
rtmp {
server {
listen 1935;
chunk_size 4000;
#ping 30s;
notify_met…