2023-07-21, 10:06 PM
I'm having trouble picking up my EPG with an extras channel. This is using Matt's channels and EPG for Australia, but with an extra to pipe one channel through ffmpeg. So the extra says:
And the base channel is:
The EPG is at https://i.mjh.nz/au/Sydney/epg.xml
When I refresh the EPG, I get the program info for the base channel, but the Extras channel continues to say "no listings". I thought this was keyed from the channel-id string, but it seems not. I was very careful to paste everything in the EXTINF into my extra in case some other info is used, but no luck
Can anyone spot what I did wrong here?
Thanks
Code:
<extras>
<channel channel-id="mjh-seven-syd" tvg-id="mjh-seven-syd" tvg-logo="https://i.mjh.nz/.images/seven-syd.png" tvg-chno="7" group-title="Sydney" name="Seven">
<command>ffmpeg</command>
<args>-re -v panic -i https://i.mjh.nz/seven-syd.m3u8 -codec copy -c:s copy -f mpegts -</args>
</channel>
</extras>
And the base channel is:
Code:
#EXTINF:-1 channel-id="mjh-seven-syd" tvg-id="mjh-seven-syd" tvg-logo="https://i.mjh.nz/.images/seven-syd.png" tvg-chno="7" group-title="Sydney" , Seven
https://i.mjh.nz/seven-syd.m3u8
The EPG is at https://i.mjh.nz/au/Sydney/epg.xml
When I refresh the EPG, I get the program info for the base channel, but the Extras channel continues to say "no listings". I thought this was keyed from the channel-id string, but it seems not. I was very careful to paste everything in the EXTINF into my extra in case some other info is used, but no luck
Can anyone spot what I did wrong here?
Thanks