2024-03-05, 07:07 PM
I can't seem to get Pluto to work on my main NextPVR server, and it has nothing to do with streamlink or the smart DNS. So, when logged in as nextpvr, I can run:
and
and while it is running:
Streamlink is writing to the file and it is getting bigger...all good. The same command also works and pops up the streamlink window showing the channel which I run without "-O". so streamlink as user nextpvr is connect and streaming something good.
Yet, when I try to watch the same channel from the NextPVR browser page it returns "Transcoder Exited". At that same time, I'm monitoring the live TV directory, and I see a map file, plus a zero length stream file:
Always zero length, but no errors in nrecord.log, and :
seems to run the exact same command I ran on the command-line. I have uploaded the log file here:
https://drive.google.com/file/d/1pBYGdwh...sp=sharing
Am I missing something? I can't see why it's generating a zero length file.
Code:
$ streamlink --version
streamlink 6.6.2
and
Code:
$ streamlink https://pluto.tv/live-tv/pbr-ridepass best -O > /media/recordings/liveTV/test.ts
[cli][info] Found matching plugin pluto for URL https://pluto.tv/live-tv/pbr-ridepass
[cli][info] Available streams: 570k (worst), 1000k, 1500k, 2100k, 3100k (best)
[cli][info] Opening stream: 3100k (hls-pluto)
^C[cli][info] Stream ended
Interrupted! Exiting...
[cli][info] Closing currently open stream...
and while it is running:
Code:
# ls -l
total 5532
-rw-rw-r-- 1 nextpvr nextpvr 5664224 Mar 5 10:42 test.ts
# ls -l
total 6664
-rw-rw-r-- 1 nextpvr nextpvr 6820264 Mar 5 10:42 test.ts
# ls -l
total 7736
-rw-rw-r-- 1 nextpvr nextpvr 7917992 Mar 5 10:43 test.ts
Streamlink is writing to the file and it is getting bigger...all good. The same command also works and pops up the streamlink window showing the channel which I run without "-O". so streamlink as user nextpvr is connect and streaming something good.
Yet, when I try to watch the same channel from the NextPVR browser page it returns "Transcoder Exited". At that same time, I'm monitoring the live TV directory, and I see a map file, plus a zero length stream file:
Code:
# ls -l
total 6488
-rw-r--r-- 1 nextpvr nextpvr 0 Mar 5 10:36 'live-PBR RidePass-1163009-1.ts'
-rw-r--r-- 1 nextpvr nextpvr 8192 Mar 5 10:36 'live-PBR RidePass-1163009-1.ts.map'
Always zero length, but no errors in nrecord.log, and :
Code:
# grep streamlink nrecord.log
2024-03-05 10:47:14.999 [DEBUG][5] Running: streamlink https://pluto.tv/live-tv/pbr-ridepass best -O
seems to run the exact same command I ran on the command-line. I have uploaded the log file here:
https://drive.google.com/file/d/1pBYGdwh...sp=sharing
Am I missing something? I can't see why it's generating a zero length file.