nginx-hls-module icon indicating copy to clipboard operation
nginx-hls-module copied to clipboard

Smooth Streaming Module fork

Results 15 nginx-hls-module issues
Sort by recently updated
recently updated
newest added

#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:4 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:2.002133, 480p0.jpg #EXTINF:2.002133, 480p1.jpg #EXTINF:2.002133, 480p2.jpg #EXTINF:2.002133, 480p3.jpg #EXTINF:2.002133, 480p4.jpg #EXTINF:2.002133, 480p5.jpg #EXTINF:2.002133, 480p6.jpg

Build on centos success,it work well,but Build on Windows failed,by using nmake(vs 2015)

Hi! Its 2019 year and your module work great! Sorry for my English! Can you explain me, how exclude from download files mp4. Despite the fact that the contents of...

The module can't correctly set the audio header of an output as LC Audio instead of HE-AAC Audio, so it gives broken, inaudible sound. Can you fix this? Same as...

``` In file included from /usr/src/nginx-hls-module/src/ngx_http_streaming_module.c:14:0: /usr/src/nginx-hls-module/src/output_ts.h:63:23: error: ‘crc32’ redeclared as different kind of symbol static uint32_t const crc32[256] = { ^ In file included from src/http/ngx_http_spdy.h:15:0, from src/http/ngx_http.h:42, from...

We found that max fragment size limits are hardcoded at 50mb for video and and 10mb for audio fragments. At the same time increasing of these values doesn't cause increasing...

http://62.218.141.207:8000/Film/8965/01.m3u8 this my file but it's can play .pls help me

On the same request (/994297.ts?video=5) module can generate different .ts. Some packets are broken (has no sync byte, lost payload.) Here you can see the [diff](https://yadi.sk/i/CDXVRyZlc9uaL) [bad ts](https://yadi.sk/d/mUuHZ9G2c9tZU) [good ts](https://yadi.sk/d/_NnM929Kc9tbQ)...

audio goes out of sync for some files, here is an example : http://62.210.123.72/sync-issue.m3u8 you can grab original file : removed , this plays fine in vlc 2.1.3

config example my location /hdd81/ { add_header Cache-Control "private, no-store, no-cache, must-revalidate"; hls; hls_length 20; # length of fragment (seconds) hls_mp4_buffer_size 5M; hls_mp4_max_buffer_size 30M; root /raid/; } very big ,...