2022-08-05, 04:30 PM
(This post was last modified: 2022-08-05, 04:31 PM by cbconrad92.)
Hello,
In the UK, BBC News HD is no longer a freeview channel and is broadcast via iPlayer only (I am based in the UK and using this for personal use with a full licence fee). I have been able to capture a stream via FFMpeg outside of NextPVR to an MP4 and play back without issue and I am attempting to use the extras-?.xml format to add an additional channel into NextPVR so that I can run the HD version alongside my other channels. Unfortunately, the stream does not start and errors.
This is the format of the extras xml I have generated :
<extras>
<channel name="BBC News HD">
<command>C:/Program Files/NextPVR/Other/ffmpeg.exe</command>
<args>-i "https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8" -vcodec copy -acodec copy -f mpegts</args>
</channel>
</extras>
The command line arguments are working outside of the NextPVR interface (with the addition of an output file to the end where I am able to preview the output via VLC and ffplay), it is registering in NextPVR as an extra device with a channel embedded, it doesn't start to stream.
I am using NextPVR v5.27. Apologies I am new to this so if this is an obvious question or in the wrong place, if you could move it I'd be very grateful. As an extra, if anyone would also know how to map the EPG guide listings for BBC News SD to the HD variant (I have this coming in via the DVB-T EPG), that would be fantastic however I am hoping to walk before I run!
Any thoughts gratefully received. Thank you.
In the UK, BBC News HD is no longer a freeview channel and is broadcast via iPlayer only (I am based in the UK and using this for personal use with a full licence fee). I have been able to capture a stream via FFMpeg outside of NextPVR to an MP4 and play back without issue and I am attempting to use the extras-?.xml format to add an additional channel into NextPVR so that I can run the HD version alongside my other channels. Unfortunately, the stream does not start and errors.
This is the format of the extras xml I have generated :
<extras>
<channel name="BBC News HD">
<command>C:/Program Files/NextPVR/Other/ffmpeg.exe</command>
<args>-i "https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8" -vcodec copy -acodec copy -f mpegts</args>
</channel>
</extras>
The command line arguments are working outside of the NextPVR interface (with the addition of an output file to the end where I am able to preview the output via VLC and ffplay), it is registering in NextPVR as an extra device with a channel embedded, it doesn't start to stream.
I am using NextPVR v5.27. Apologies I am new to this so if this is an obvious question or in the wrong place, if you could move it I'd be very grateful. As an extra, if anyone would also know how to map the EPG guide listings for BBC News SD to the HD variant (I have this coming in via the DVB-T EPG), that would be fantastic however I am hoping to walk before I run!
Any thoughts gratefully received. Thank you.