Currently if I right click on the Watch Now button for a currently airing program in the guide on channel 52 (TVLand mpeg2 SD) I can choose to open in a new tab of the browser which allows me to open it in VLC.
What VLC gets is this
master.m3u8
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=10000000,RESOLUTION=528x480
stream.m3u8?abitrate=256&acodec=aac&bitrate=10000&deinterlacer=hardware&indexed=true&resolution=480&ssize=1&vcodec=h264
VLC doesn't play it and Channels DVR times out after 30 seconds.
2021/01/15 18:42:11.232711 [TNR] Opened connection to 1323AADB/0 for ch52 TVLANDP
2021/01/15 18:42:11.233592 [HLS] Starting transcoder for channel 52 from 192.168.1.2 (encoder=remux, resolution=, deinterlacer=, bitrate=0)
2021/01/15 18:42:12.766439 [HLS] Probed live stream in 1.532629223s: mpeg2video 528x480 tt 1410755bps
2021/01/15 18:42:15.284604 [HLS] Session ch52-dANY-ip192.168.1.2 started in 4.612906139s
2021/01/15 18:42:15.285945 [ENC] Starting encoder for ch52 in /volume1/arkives/ChannelsDVR/Streaming/ch52-dANY-ip192.168.1.2-312959462/encoder-1-868992525 at 1 (1.750211) (encoder=h264_vaapi, resolution=480, deinterlacer=hardware, bitrate=10000 segment_size=0.01)
2021/01/15 18:42:45.235092 [HLS] Stopping inactive session ch52-dANY-ip192.168.1.2
2021/01/15 18:42:45.235160 [HLS] Stopping transcoder session ch52-dANY-ip192.168.1.2 (out: 34.149256s, finished: false)
2021/01/15 18:42:45.239322 [ENC] Stopped encoder for ch52 in /volume1/arkives/ChannelsDVR/Streaming/ch52-dANY-ip192.168.1.2-312959462/encoder-1-868992525 after encoding 1 to 25
2021/01/15 18:42:45.239521 [TNR] Closed connection to 1323AADB/0 for ch52 TVLANDP
2021/01/15 18:42:45.241520 [SNR] Statistics for ch52 TVLANDP: ss=97% snq=100% seq=100% bps=2037477,42112-2353760 pps=208,1-237
If I pass this to VLC. it plays just fine.
channels.m3u
#EXTM3U
#EXTINF:-1 channel-id="52" tvg-chno="52" tvg-logo="https://tmsimg.fancybits.co/assets/s16123_ll_h3_aa.png" tvg-name="TVLANDP" group-title="SD",TVLANDP
http://192.168.1.4:8089/devices/ANY/channels/52/stream.mpg?format=ts
2021/01/15 19:19:55.229235 [TNR] Opened connection to 1323AADB/0 for ch52 TVLANDP
2021/01/15 19:21:44.100719 [SNR] Statistics for ch52 TVLANDP: ss=97% snq=100% seq=98%,0%-100% bps=2133034,0-2451520 pps=219,0-248 sigerr=1%
2021/01/15 19:21:44.100875 [TNR] Closed connection to 1323AADB/0 for ch52 TVLANDP```