NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 17 18 19 20 21 … 113 Next »
Recording telerising streams doesn't work

 
  • 0 Vote(s) - 0 Average
Recording telerising streams doesn't work
tms87
Offline

Junior Member

Germany
Posts: 6
Threads: 2
Joined: Jan 2025
#1
2025-01-29, 04:33 PM
Hello,

Currently I am trying to watch and record internet streaming, using Telerising API to watch Zattoo and other M3U playlists. To watch and record these channels, I installed NextPVR.

Playlists, which contain M3U8 links, such as the German ARD (https://daserste-live.ard-mcdn.de/dasers...aster.m3u8), are working properly with NextPVR.

However, I am having issues with watching and recording the Zattoo channels. To generate links, I use the "Telerising API" software, which creates links like: http://192.168.178.45:5000/api/zc2/live/rtl. I can watch these links in VLC Media Player, so I assume everything is fine with the Telerising API. But when I try to record these channels in NextPVR, I get a "[Failed: Recording interrupted]" error nearly instantly after the recording starts. A TS file, an XML file, and a timing file are created, but the TS file stays at 0 KB.

The log files show that ffmpeg exited immediately after the recording started.
Code:
2025-01-26 18:18:06.806 [DEBUG][14] Started recording (860:1:C:\Aufnahmen\Galileo Stories\Season 01\Galileo.Stories.S01E116.Thema.u.a.Wie.die.Pizza.die.Welt.eroberte.ts) 2025-01-26 18:18:06.820 [DEBUG][14] No C:\Users\Public\NPVR-data\scripts\ParallelProcessing.bat 2025-01-26 18:18:06.821 [DEBUG][39] <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <Status>   <Device oid="25" identifier="IPTV (https://gist.githubusercontent.com/...)">   </Device>   <Device oid="26" identifier="IPTV (http://192.168.178.45:5000/...)">     <Recording handle="1A0001">C:\Aufnahmen\Galileo Stories\Season 01\Galileo.Stories.S01E116.Thema.u.a.Wie.die.Pizza.die.Welt.eroberte.ts</Recording>   </Device> </Status> </rsp> 2025-01-26 18:18:06.843 [DEBUG][35] ffmpeg exited. Likely end of VOD.

I have attached the full log file. Can anyone suggest how I can fix this issue?

Thank you,
Thomas


Attached Files
.zip   logs-20250126-1825.zip (Size: 907.69 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,694
Threads: 996
Joined: May 2006
#2
2025-01-29, 05:12 PM
It seems it is ffmpeg failing to connect not NextPVR however there might be something that NextPVR can do to work that redirect to m3u8 file

2025-01-26 17:28:32.272 [DEBUG][12] content-type: application/m3u8
2025-01-26 17:28:32.272 [DEBUG][12] abandoning direct connection due to content-type: application/m3u8

Does it play with

"C:\Program Files\NextPVR\Other\fflay.exe" http://192.168.178.45:5000/api/zc2/live/rtl

Maybe also try

curl -L http://192.168.178.45:5000/api/zc2/live/rtl

and share the output.

Martin
tms87
Offline

Junior Member

Germany
Posts: 6
Threads: 2
Joined: Jan 2025
#3
2025-01-29, 05:30 PM (This post was last modified: 2025-01-29, 05:36 PM by tms87.)
I assume you ment ffplay.exe? Here is the output:

Code:
ffplay.exe http://192.168.178.45:5000/api/zc2/live/rtl ffplay version 6.1.1-full_build-www.gyan.dev Copyright (c) 2003-2023 the FFmpeg developers   built with gcc 12.2.0 (Rev10, Built by MSYS2 project)   configuration: --enable-gpl --enable-version3 --enable-shared --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable-d3d11va --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint   libavutil      58. 29.100 / 58. 29.100   libavcodec    60. 31.102 / 60. 31.102   libavformat    60. 16.100 / 60. 16.100   libavdevice    60.  3.100 / 60.  3.100   libavfilter    9. 12.100 /  9. 12.100   libswscale      7.  5.100 /  7.  5.100   libswresample  4. 12.100 /  4. 12.100   libpostproc    57.  3.100 / 57.  3.100 Not detecting m3u8/hls with non standard extension and non standard mime type Not detecting m3u8/hls with non standard extension and non standard mime type http://192.168.178.45:5000/api/zc2/live/rtl: Invalid data found when processing input

When running curl i receive:

Code:
C:\Program Files\NextPVR\Other>curl -L http://192.168.178.45:5000/api/zc2/live/rtl #EXTM3U #EXT-X-VERSION:7 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="deutsch",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="deu",URI="https://fr5-1-hls7-live.zahs.tv/HD_rtl_schweiz/t_track_audio_bw_128000000_num_0_tid_2_p_10_l_de_nd_1600_mbr_8000.m3u8?z32=MF2WI2LPL5RW6ZDFMNZT2YLBMMWGKYLDGMTGG43JMQ6TCOBRIYZTSRKCIFAUEOCCIU3UELJUGI3TARCFIQZTGRSGGJCTQNBQEZSHE3J5NBSGG4B2GATG22LOOJQXIZJ5GYYDAJTVONSXEX3JMQ6TEOBUGY2DCNBWEZ3D2MBGONUWOPJRGZPTIZBTGE2TAZJSGI4WINBRHBSTIMLBGUYTGZRRMU2GKNBXMEYTSYI" #EXT-X-STREAM-INF:BANDWIDTH=8000000,CODECS="avc1.4d402a,mp4a.40.2",RESOLUTION=1920x1080,FRAME-RATE=50,AUDIO="audio",CLOSED-CAPTIONS=NONE https://fr5-1-hls7-live.zahs.tv/HD_rtl_schweiz/t_track_video_bw_7800000_num_0_tid_1_nd_1600_mbr_8000.m3u8?z32=MF2WI2LPL5RW6ZDFMNZT2YLBMMWGKYLDGMTGG43JMQ6TCOBRIYZTSRKCIFAUEOCCIU3UELJUGI3TARCFIQZTGRSGGJCTQNBQEZSHE3J5NBSGG4B2GATG22LOOJQXIZJ5GYYDAJTVONSXEX3JMQ6TEOBUGY2DCNBWEZ3D2MBGONUWOPJRGZPTIZBTGE2TAZJSGI4WINBRHBSTIMLBGUYTGZRRMU2GKNBXMEYTSYI

I just google the ffplay.exe error and found this german link in the telerising forum: https://www.kodinerds.net/thread/72127-t...pageNo=195

There somebody reports, that changing the manifest type from HLS7 to DASH works for him, and I can confirm this is working for me too!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,694
Threads: 996
Joined: May 2006
#4
2025-01-29, 10:04 PM
I figured it was ffmpeg. If sub was to support that odd mime type that ffmpeg doesn't like eithe, NextPVR might be able to play the streams without sending them to ffmpeg.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Robotic audio in Chromium browsers (Firefox, Kodi and Android work correctly) digitaltuner 33 874 2026-08-07, 01:55 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 6 433 2026-07-17, 04:14 PM
Last Post: mvallevand
  90 second late recording artmetz 9 680 2026-06-24, 02:15 AM
Last Post: artmetz
  recording one channel causes serviceto crash - sharkbite 7 665 2026-05-29, 01:20 AM
Last Post: mvallevand
  is there a way to force iptv input streams through ffmpeg? sharkbite 5 550 2026-05-25, 02:07 AM
Last Post: mvallevand
  Recording did not wake PC wietsevb 1 417 2026-03-21, 02:16 PM
Last Post: mvallevand
  Recording location details - need help modifying TJ23 7 1,146 2026-03-13, 05:53 AM
Last Post: Joram
  [SOLVED] Server hibernates while playing recording with kodi fla 5 1,940 2026-03-06, 10:45 PM
Last Post: fla
  Help. IPTV audio. 1ch works. 1ch doesn't. w/examples+logs snard 11 2,825 2026-02-16, 05:48 PM
Last Post: mvallevand
  problem viewing or recording video pctc 6 974 2026-02-05, 11:32 PM
Last Post: pctc

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode