2023-09-18, 05:22 PM
Thanks hopefully other users in Italy will benefit too. Yes extras are great, and I am so glad sub added this important feature they open NextPVR to so much content.
Martin
Martin
2023-09-18, 05:22 PM
Thanks hopefully other users in Italy will benefit too. Yes extras are great, and I am so glad sub added this important feature they open NextPVR to so much content.
Martin
2023-10-13, 04:34 PM
(2023-09-18, 05:22 PM)mvallevand Wrote: Thanks hopefully other users in Italy will benefit too. Yes extras are great, and I am so glad sub added this important feature they open NextPVR to so much content. Hi Martin, this starts to sound like the neverending story... I've got an update regarding this issue that may help others in similar situations. The streams of the channels that were configured with the extra component were working for a few minutes (between three and five minutes), then they always interrupted. The solution is to add the argument -http_seekable 0 to the FFmpeg command for each channel, for example: <extras> <channel name="Rai News 24"> <command>ffmpeg</command> <args>-user_agent "Mozilla/5.0" -http_seekable 0 -i https://mediapolis.rai.it/relinker/relin...;output=16 -codec copy -f mpegts - </args> </channel> </extras> I've tested the stream for more than one hour and it looks like we finally got it! I'm editing the other post in which I pasted my extra conf so that others should not incur in the same problem. I found the solution to this issue in a very old ticket about FFmpeg, and the reasoning behind this is: Add http_seekable option for HTTP partial requests, when the EXT-X-BYTERANGE tag indicates that a Media Segment is a sub-range of the resource identified by its URI, we can use HTTP partial requests to get the Media Segment. This is where I found it: http://trac.ffmpeg.org/ticket/9240
2023-10-13, 04:57 PM
Ok, looking at the other thread you may want the -re option too so it doesn't stop if data isn't delivered.
Martin
Many Italian channels underwent changes and stopped working, this is an updated version of my extras.xml file that currently work for RAI and Mediaset channels:
Code: <extras>
2025-03-28, 06:46 PM
(2024-05-06, 07:54 AM)f2fg Wrote: Many Italian channels underwent changes and stopped working, this is an updated version of my extras.xml file that currently work for RAI and Mediaset channels: hello, i have just installed NextPVR on windows 10 and i have the same issue with RAi channel and some Mediaset channel (i havent test all). I have try to create a file extras.xml in the folder E:\NextPVR\data and copy your code, then restarted the pc but nothing is changed, same error (Failed to start requested stream and then Streaming Failed (transcoder exited) after few second). Is this solution still valid ? must i do something other then create the extras.xml ? the same list with software SFVIP-Player works fine with all channel both live and recording (but the software is not so advanced as record cheduling as NextPVR. Thanks for any help
2025-03-28, 06:52 PM
(2025-03-28, 06:46 PM)alice_anto Wrote: I have try to create a file extras.xml in the folder E:\NextPVR\data and copy your code, then restarted the pc but nothing is changed, same error (Failed to start requested stream and then Streaming Failed (transcoder exited) after few second). The solution is valid but I have no idea how you got an extra to load from E:\NextPVR\data. The default data folder for NextPVR is C:\Users\Public\NPVR-data and then you should see the extra appear on a rescan and then load the file. Martin
2025-03-29, 08:36 AM
(2025-03-28, 06:52 PM)mvallevand Wrote:(2025-03-28, 06:46 PM)alice_anto Wrote: I have try to create a file extras.xml in the folder E:\NextPVR\data and copy your code, then restarted the pc but nothing is changed, same error (Failed to start requested stream and then Streaming Failed (transcoder exited) after few second). thanks! i had only checked the folders where i had installed nextpvr.. copied extra.xml to the right folder and did rescan and it imported the channels added at the end of the list (from 385) image 1 and 2 But in Channels I only see the first 384 in the my list (image 3) and not the new ones created by extras.xml and trying to open the 'old' Rai 1 I still get the same error as before... Have I skipped any steps ? thanks again
2025-03-29, 10:15 AM
(This post was last modified: 2025-03-29, 05:10 PM by alice_anto.)
Sorry but i'm new to NextPVR.. i have find that channel displayed depends on settings/general/channel group
![]() selecting extra now rai channels are ok! Some other mediaset channel not work like Top Crime, i will try to understand how add it on my extras.xml if it work. many thanks |
|