I made a m3u file and it works fine in VLC.
#EXTM3U
#EXTINF:-1, channel-id="wyze" channel-number="9003", TEST
rtsp://username:[email protected]/live
Set to MPEG-TS
But I get this error from the logs.
2021/01/30 22:01:55.414400 [TNR] Opened connection to M3U-Wyze for ch9003 TEST
2021/01/30 22:01:55.417202 [HLS] Starting transcoder for channel 9003 from 192.168.50.252 (encoder=remux, resolution=, deinterlacer=, bitrate=0)
2021/01/30 22:01:59.979135 [HLS] ffmpeg: rtsp-wyze: Guessed Channel Layout for Input Stream #0.1 : mono
2021/01/30 22:02:00.144052 [HLS] Probed live stream in 4.726565773s: h264 1920x1080 progressive 967050bps
2021/01/30 22:02:02.545447 [HLS] Stopping transcoder session ch9003-dANY-ip192.168.50.252 (out: 0s, finished: false)
2021/01/30 22:02:02.545746 [ERR] Error during stream M3U-Wyze ch9003 TEST: read |0: file already closed
2021/01/30 22:02:02.545815 [TNR] Closed connection to M3U-Wyze for ch9003 TEST
2021/01/30 22:02:02.551160 [HLS] Couldn't generate stream playlist for ch9003-dANY-ip192.168.50.252: Stream stopped
2021/01/30 22:02:02.684534 [HLS] ffmpeg: rtsp-wyze: av_interleaved_write_frame(): Broken pipe
2021/01/30 22:02:02.684670 [HLS] ffmpeg: rtsp-wyze: Error writing trailer of pipe:: Broken pipe
2021/01/30 22:14:32.411759 [SYS] Created database snapshot: backup-20210130.221432
2021/01/30 22:14:32.412155 [SYS] Removing old backup backup-20201231.214351
Any ideas will be GREATLY appreciated!
Thanks