I am trying to add C-SPAN as a custom channel using the website's live stream.
I have setup the custom channel using the following
Stream Format - HLS
Source - Text
Text -
#EXTM3U
#EXTINF:-1 channel-id="CSPAN" channel-number="6007" tvg-name="CSPAN" tvc-guide-placeholders="7200" tvc-guide-stationid="10161" tvc-guide-categories="News" tvc-guide-tags="News" tvc-guide-genres="News" tvg-logo="https://tmsimg.fancybits.co/assets/s68344_ll_h15_ad.png" tvg-name="CSPAN" tvc-guide-title="C-SPAN" tvc-guide-description="C-SPAN" tvc-guide-art="https://tmsimg.fancybits.co/assets/s68344_ll_h15_ad.png",CSPAN
https://m3u8-l.c-spanvideo.org/event/event.444207.576.tsc.m3u8
It appears in the guide as expected but when I attempt to view it, I get "Then connection to the tuner was lost. Press play to try again".
I assumed that since I could access the url directly and see the live stream this would work.
What am I missing?
Thank you!