2025-09-12, 01:55 AM
When using the NextPVR web console to stream channels it appears the config/web/temp folder is where the ts files are dumped.
is it possible to redirect that with the docker run command:
(adding the line: --volume /mnt/livetv:/web/temp )
would that do it??
TIA!
_Fonz
is it possible to redirect that with the docker run command:
Code:
docker run -d
--name nextpvr
--user root:10000
--volume /root/config:/config
--volume /mnt/livetv:/recordings
--volume /mnt/livetv:/buffer
--volume /mnt/livetv:/web/temp
--restart unless-stopped
--publish 16891:16891/udp
--publish 8866:8866
nextpvr/nextpvr_amd64:stable
(adding the line: --volume /mnt/livetv:/web/temp )
would that do it??
TIA!
_Fonz