First of all, I love the new feature of being able to add custom channels. I've added three security cameras as channels which is working great. I Blue Iris for monitoring all my cameras in one place and there is a consolidated view in Blue Iris that I would like to add as a channel and this is where I am stuck.
@Helios2 has helped me troubleshoot and get to where I am so far, but I'm stuck with an error that I can't resolve with respect to Blue Iris feed.
Setup is as follows:
Channels 000,001and 002 are all rtsp feeds directly from the cameras. These work great.
Channel 003 is rtsp from Blue Iris. It works if I open in VLC player, but I get errors in Channels and it never opens.
Here is the Setup File:
#EXTM3U
#EXTINF:-1 channel-id="Attic" channel-number="000" tvg-logo="https://media.npr.org/assets/img/2017/04/25/istock-115796521-fcf434f36d3d0865301cdcb9c996cfd80578ca99-s800-c85.jpg" tvg-name="TCAM" tvc-guide-title="Squirrel Cam" tvc-guide-description="Live shot of attic" tvc-guide-art="https://media.npr.org/assets/img/2017/04/25/istock-115796521-fcf434f36d3d0865301cdcb9c996cfd80578ca99-s800-c85.jpg",TCAM2
rtsp://user:pw@192.168.1.39:554
#EXTINF:-1 channel-id="FrontDoor" channel-number="001" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png " tvg-name="Front Door" tvc-guide-title="Front Door Cam" tvc-guide-description="Live view of Front Door" ,Front Door View
rtsp://user:pw@192.168.1.66:554
#EXTINF:-1 channel-id="LaundryDoor" channel-number="002" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png " tvg-name="Laundry Door" tvc-guide-title="Laundry Door Cam" tvc-guide-description="Live view of Laundry Door", Laundry Door View
rtsp://user:pw@192.168.1.50:554
#EXTINF:-1 channel-id="AllCams" channel-number="003" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png " tvg-name="Combined Cams" tvc-guide-title="All Cams in one view" tvc-guide-description="Live view of all cameras" ,All Cams View
rtsp://user:pw@192.168.1.28:81/AllCams
And here is the error I get for channel 003 when trying to tune to the channel:
2020/12/15 09:39:26.464869 [TNR] Opened connection to M3U-Haymarket for ch003 All Cams View
2020/12/15 09:39:26.466771 [HLS] Starting transcoder for channel 003 from 192.168.1.28 (encoder=remux, resolution=, deinterlacer=, bitrate=0)
2020/12/15 09:39:26.611566 [HLS] ffmpeg: rtsp-AllCams: [rtsp @ 00000000026124c0] method SETUP failed: 461 Unsupported transport
2020/12/15 09:39:32.483750 [HLS] ffmpeg: rtsp-AllCams: [mpegts @ 0000000002975700] Non-monotonous DTS in output stream 0:0; previous: 80191, current: 0; changing to 80192. This may result in incorrect timestamps in the output file.
2020/12/15 09:39:32.483750 [HLS] ffmpeg: rtsp-AllCams: [mpegts @ 0000000002975700] Non-monotonous DTS in output stream 0:0; previous: 80192, current: 19711; changing to 80193. This may result in incorrect timestamps in the output file.
2020/12/15 09:39:32.483750 [HLS] ffmpeg: rtsp-AllCams: [mpegts @ 0000000002975700] Non-monotonous DTS in output stream 0:0; previous: 80193, current: 39331; changing to 80194. This may result in incorrect timestamps in the output file.
2020/12/15 09:39:32.483750 [HLS] ffmpeg: rtsp-AllCams: [mpegts @ 0000000002975700] Non-monotonous DTS in output stream 0:0; previous: 80194, current: 59041; changing to 80195. This may result in incorrect timestamps in the output file.
2020/12/15 09:39:32.483750 [HLS] ffmpeg: rtsp-AllCams: [mpegts @ 0000000002975700] Non-monotonous DTS in output stream 0:0; previous: 80195, current: 78571; changing to 80196. This may result in incorrect timestamps in the output file.
2020/12/15 09:39:36.521530 [HLS] Probe failed for live stream after 10.0547585s and 0 bytes
2020/12/15 09:39:42.492607 [HLS] Couldn't generate stream playlist for ch003-dANY-ip192.168.1.28: Timeout waiting for session to start after 8s
2020/12/15 09:39:42.492607 [HLS] Stopping transcoder session ch003-dANY-ip192.168.1.28 (out: 0s, finished: false)
2020/12/15 09:39:42.493597 [HLS] ffmpeg: ch003-dANY-ip192.168.1.28-remux: [mpegts @ 000000000258ba80] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp): unspecified sample rate
2020/12/15 09:39:42.493597 [HLS] ffmpeg: ch003-dANY-ip192.168.1.28-remux: Consider increasing the value for the 'analyzeduration' and 'probesize' options
2020/12/15 09:39:42.494596 [HLS] ffmpeg: ch003-dANY-ip192.168.1.28-remux: [hls @ 0000000002b7f380] sample rate not set
2020/12/15 09:39:42.494596 [HLS] ffmpeg: ch003-dANY-ip192.168.1.28-remux: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
2020/12/15 09:39:42.494596 [HLS] ffmpeg: ch003-dANY-ip192.168.1.28-remux:
Any thoughts would be appreciated. Seems like it code be an encoding issue, but beyond my capabilities to figure it out.