The splitting activity of the stream is performed by vlc with a batch continously running that ingest the rtp_int - internally generated - and splits in transport stream chops each one approx 10 seconds long listing them in a metafile (a playlist with extension .m3u8).
In its place could be used the rtp_ext transmitted from outside on fixed port.
The full documentation about this usage of vlc can be found on the web but it must be interpolated and tested).
"c:\program files\vlc\vlc" --network-caching=1000
http://iginomanfre.it/rtp_int
:sout=#std{access=livehttp{seglen=10,delsegs=true,numsegs=10,
index="C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\igino_manfre\hls5\hls5.m3u8",
index-url=http://iginomanfre.it/hls5/hls5-########.ts},
mux=ts{use-key-frames},
dst="C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\igino_manfre\hls5\hls5-########.ts"}
--qt-start-minimized
|
This is the hls5.m3u8 file at a certain time.
The metafile is continously updated
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-MEDIA-SEQUENCE:42
#EXTINF:8.36,
http://iginomanfre.it/hls5/hls5-00000042.ts
#EXTINF:9.90,
http://iginomanfre.it/hls5/hls5-00000043.ts
#EXTINF:9.58,
http://iginomanfre.it/hls5/hls5-00000044.ts
#EXTINF:9.03,
http://iginomanfre.it/hls5/hls5-00000045.ts
#EXTINF:9.32,
http://iginomanfre.it/hls5/hls5-00000046.ts
#EXTINF:6.43,
http://iginomanfre.it/hls5/hls5-00000047.ts
#EXTINF:4.65,
http://iginomanfre.it/hls5/hls5-00000048.ts
#EXTINF:9.51,
http://iginomanfre.it/hls5/hls5-00000049.ts
#EXTINF:9.11,
http://iginomanfre.it/hls5/hls5-00000050.ts
#EXTINF:9.31,
http://iginomanfre.it/hls5/hls5-00000051.ts
|
This is the list of all the segments present in the hls5 directory at that time:
as you can see there are the 10 segments listed in the hls5.m3u8 plus the 10 before...
24/12/2020 10:10 .
24/12/2020 10:10 ..
24/12/2020 10:07 259.440 hls5-00000028.ts
24/12/2020 10:08 253.048 hls5-00000029.ts
24/12/2020 10:08 239.324 hls5-00000030.ts
24/12/2020 10:08 217.704 hls5-00000031.ts
24/12/2020 10:08 130.284 hls5-00000032.ts
24/12/2020 10:08 87.984 hls5-00000033.ts
24/12/2020 10:08 161.116 hls5-00000034.ts
24/12/2020 10:08 170.516 hls5-00000035.ts
24/12/2020 10:08 166.192 hls5-00000036.ts
24/12/2020 10:09 229.924 hls5-00000037.ts
24/12/2020 10:09 194.204 hls5-00000038.ts
24/12/2020 10:09 169.388 hls5-00000039.ts
24/12/2020 10:09 134.232 hls5-00000040.ts
24/12/2020 10:09 182.360 hls5-00000041.ts
24/12/2020 10:09 174.088 hls5-00000042.ts
24/12/2020 10:09 259.440 hls5-00000043.ts
24/12/2020 10:10 253.048 hls5-00000044.ts
24/12/2020 10:10 239.324 hls5-00000045.ts
24/12/2020 10:10 217.704 hls5-00000046.ts
24/12/2020 10:10 130.284 hls5-00000047.ts
24/12/2020 10:10 87.984 hls5-00000048.ts
24/12/2020 10:10 161.116 hls5-00000049.ts
24/12/2020 10:10 170.516 hls5-00000050.ts
24/12/2020 10:10 0 hls5-00000051.ts
24/12/2020 10:10 702 hls5.m3u8
|