Usage of nginx-vod-module

Hi,
I’ve installed nginx-vod-module, But I don’t know where should I put my flv videos to use vod module?
And when I stream locally on server I can wget the ts chunks but I couldn’t play it via VLC Player

The link that I’m playing:
http://192.168.200.10:88/hlsme/mytest.m3u8

tail -f log/nginx/kaltura_nginx_errors.log:
2021/06/17 10:48:34 [error] 96556#0: *2038 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.200.5, server: _, request: "GET /mytest.m3u8 HTTP/1.1", upstream: "http://192.168.200.5:80/mytest.m3u8", host: "192.168.200.5:88" 2021/06/17 10:48:43 [error] 96556#0: *2041 no live upstreams while connecting to upstream, client: 192.168.200.5, server: _, request: "GET /mytest.m3u8 HTTP/1.1", upstream: "http://kalapi/mytest.m3u8", host: "192.168.200.5:88" 2021/06/17 10:48:53 [error] 96556#0: *2042 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.200.5, server: _, request: "GET /mytest.m3u8 HTTP/1.1", upstream: "http://192.168.200.5:80/mytest.m3u8", host: "192.168.200.5:88" 2021/06/17 10:48:53 [error] 96556#0: *2042 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.200.5, server: _, request: "GET /mytest.m3u8 HTTP/1.1", upstream: "http://192.168.200.5:80/mytest.m3u8", host: "192.168.200.5:88"

tail -f log/nginx/kaltura_nginx_access.log:
192.168.200.5 - - [17/Jun/2021:10:48:43 +0430] "GET /mytest.m3u8 HTTP/1.1" 502 673 0.000 "-" "curl/7.68.0" "-" - "-" "192.168.200.5:88" 96556 - - 92 "-" "-" "-" "-" "-" 2041 192.168.200.5 - - [17/Jun/2021:10:48:53 +0430] "GET /mytest.m3u8 HTTP/1.1" 502 673 0.000 "-" "curl/7.68.0" "-" - "-" "192.168.200.5:88" 96556 - - 92 "-" "-" "-" "-" "-" 2042 192.168.200.5 - - [17/Jun/2021:10:49:03 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 200 847 0.000 "-" "curl/7.68.0" "-" - "-" "192.168.200.5:88" 96556 - - 98 "-" "-" "-" "-" "no-cache" 2045 172.16.1.3 - - [17/Jun/2021:10:49:12 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 200 875 0.000 "-" "curl/7.68.0" "-" - "-" "192.168.200.5:88" 96556 - - 98 "-" "-" "-" "-" "no-cache" 2046 172.16.1.3 - - [17/Jun/2021:10:49:49 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 206 1012 0.000 "-" "VLC/3.0.9.2 LibVLC/3.0.9.2" "-" - "-" "192.168.200.5:88" 96556 - - 154 "bytes 0-673/674" "-" "-" "-" "no-cache" 2047 172.16.1.3 - - [17/Jun/2021:10:56:54 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 200 2348 0.000 "-" "curl/7.68.0" "-" - "-" "192.168.200.5:88" 100806 - - 98 "-" "-" "-" "-" "no-cache" 3 172.16.1.3 - - [17/Jun/2021:10:57:09 +0430] "GET /hlsme/mytest-67.ts HTTP/1.1" 200 599471 1.633 "-" "Wget/1.20.3 (linux-gnu)" "-" - "-" "192.168.200.5:88" 100806 - - 162 "-" "-" "-" "-" "no-cache" 4 172.16.1.3 - - [17/Jun/2021:10:57:40 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 206 2513 0.000 "-" "VLC/3.0.9.2 LibVLC/3.0.9.2" "-" - "-" "192.168.200.5:88" 100806 - - 154 "bytes 0-2171/2172" "-" "-" "-" "no-cache" 5 172.16.1.3 - - [17/Jun/2021:10:57:49 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 206 2569 0.000 "-" "VLC/3.0.9.2 LibVLC/3.0.9.2" "-" - "-" "192.168.200.5:88" 100806 - - 154 "bytes 0-2227/2228" "-" "-" "-" "no-cache" 6 172.16.1.3 - - [17/Jun/2021:10:58:18 +0430] "GET /hlsme/mytest.m3u8 HTTP/1.1" 206 2653 0.000 "-" "VLC/3.0.9.2 LibVLC/3.0.9.2" "-" - "-" "192.168.200.5:88" 100806 - - 154 "bytes 0-2311/2312" "-" "-" "-" "no-cache" 7

Hello @mykaltura-2021 ,

The Nginx VOD module can be used for serving both VOD and live content (streamed over RTMP and served using HLS). It also supports 3 op modes, as documented here:

Please elaborate as to your use case.

Thanks,

I could install nginx-vod-module, But my problem is with supporting container for vod,
I’m recording my hls live via nginx-rtmp-module in flv format and I want to use nginx-vod-module to play this flv, But I couldn’t do this , I could stream mp4 but not flv!
VOD module doesn’t support flv for streaming?
What should I do?
2.
Another question is about converting mp4 to hls frags:
Where vod module would save hls frags of mp4 after converting?
It will use memory or disk? How can I understand this?
for example in nginx-rtmp-module I have defined hls_patth and my frags are there but I couldn’t find this in vod-module !
3.
If use nginx-vod-module for rtmp streaming instead of rtmp-module , would vod-module save its record file to mp4?
my purpose is hls streaming (input is rtmp and I transmux it to hls to serve clients) Furthermore recording hls lives for vod ,
How can I achive this?