streamingriver / video-stream-recorder

Opensource IPTV - live video stream recorder / vod service provider

Home Page:https://streamingriveriptv.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video stream recorder

hls live video stream recorder / vod service provider

for latest version check https://github.com/streamingriver/video-stream-recorder/releases

downloader:

./vsr --url http://full/url/with/m3u8 --tail 24

url = m3u8 url to process
tail = how many hours keep

wath live (last downloaded files):

http://youripaddress:8080/live/stream.m3u8

watch recorder stream via your favorite video player:

http://youripaddress:8080/start/<timestamp>/300/stream.m3u8

or with normal full date with seconds:

http://youripaddress:8080/start/20191225150000/300/vod.m3u8

replace "{timestamp}" to localtime unix timestamp (https://www.epochconverter.com/) replace 300 with how long video is (if you dont know, keep 300)

About

Opensource IPTV - live video stream recorder / vod service provider

https://streamingriveriptv.com/

License:Apache License 2.0


Languages

Language:Go 89.2%Language:Shell 10.8%