-
hellu any hints on why it s just stops stream after 5-7 min
my nginx conf
worker_processes auto;
error_log /var/log/nginx/nginx_error.log;
events {
worker_connections 1024;
}
…
dio99 updated
2 years ago
-
My goal is to update a .srt file through a web form for live streaming captioning. Our output is HLS + Facebook and YouTube. Nginx RTMP converts the stream to HLS, but for my test, I bypassed HLS and …
-
I'm posting blob to the server in ondataavailable event for HLS live streaming.
Using ffmpeg to get transport stream segments and to generate a playlist.
ffmpeg -f webm -i \\.\pipe\ffpipe -codec:a…
-
Hey guys, I'm running an adaptive transcoding setup here with HLS. It's weird because my _low, _mid, and _hi.m3u8 files all have a different #EXT-X-TARGETDURATION. For _hi, it's 8s, _mid is 17, and _l…
-
# Issue
There are some issues in HLS validation
- https://developer.apple.com/documentation/http_live_streaming/about_apple_s_http_live_streaming_tools
- mediastreamvalidator
- hlsreport
###…
-
This issue is only for live streaming.
In the official doc(https://github.com/Haivision/srt/blob/master/docs/AccessControl.md), there is a recommended format of url, which is suitable for using srt…
-
**********************************************************
update:
to make this work as advertised I have commented out the server volume from the compose file as it appears to be the cause of eve…
-
Hello, I tested several tools, extensions downloaders, sites...and our beloved and favorite extension "Live-stream-downloader" is undoubtedly the best tool, because it is light, open-source, efficient…
-
I’m trying to reverse proxy and cache a HLS/M3U8 live streaming. In HLS live streaming, m3u8 playlist file contains video “chunk” file name with TS extension which is exactly 10 seconds long. So I’m t…
b2cbd updated
5 years ago
-
I tried to stream using FFmpeg to the `dash` application, then I tried to play it using VLC.
And it waits around 30secs to start playing, and it plays from the beginning, not the current timestamp.
…