Need Help With M3U Setup For Network Cameras

I've seen a view posts here and have been able to get 1 camera into my guide, but can not get the channel logo, channel name, and description to be accurate.

Can anyone help with an example.

I would like to use channels 1.1-1.8

User: admin
Pass: admin

IP ~ Title ~ Description
192.168.1.1 ~ Front Door ~ Live View From The Front Door
192.168.1.2 ~ Back Door ~ Live View From The Back Door

These are just examples, and not actually IPs or passwords, I just need to see how it would look with multiple in there, and I can copy, paste and edit as needed.

Also if I could add a channel logo from say my pictures folder that would be good as well. Just need to know the size requirements of that and how to add that to the M3U file.

I can get this to work "rtsp://username:[email protected]:554/Streaming/Channels/101" but the description isn't right. Also thats to my dvr, I want to go directly to the cameras since I have them setup on satic IP

Here is mine for refrence. I have direct feeds from all my cameras as well as the blue iris feeds from the same cameras plus a 4 camera view.

#EXTM3U
#EXTINF:-1 channel-id="FrontYardDirect" channel-number="0.1" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Front Yard Direct" tvc-guide-title="Front Yard (Direct)" tvc-guide-description="Live View of Front Yard" ,Front Yard View
rtsp://admin:[email protected]

#EXTINF:-1 channel-id="DrivewayDirect" channel-number="0.2" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Driveway Direct" tvc-guide-title="Driveway (Direct)" tvc-guide-description="Live View Driveway" ,Driveway View
rtsp://admin:[email protected]

#EXTINF:-1 channel-id="BackyardDirect" channel-number="0.3" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Backyard Direct" tvc-guide-title="Backyard (Direct)" tvc-guide-description="Live View of Backyard" ,Backyard View
rtsp://admin:[email protected]

#EXTINF:-1 channel-id="DeckDirect" channel-number="0.4" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Deck Direct" tvc-guide-title="Deck (Direct)" tvc-guide-description="Live View of Deck" ,Deck View
rtsp://admin:[email protected]

#EXTINF:-1 channel-id="MultiCameraView" channel-number="0.5" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Backyard" tvc-guide-title="All Security Cameras" tvc-guide-description="Live View of All Cameras" ,All Cameras
rtsp://admin:[email protected]:80/AllCams

#EXTINF:-1 channel-id="FrontYardBlueIris" channel-number="0.6" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Front Yard BlueIris" tvc-guide-title="Front Yard (BlueIris)" tvc-guide-description="Live View of Front Yard" ,Front Yard View
rtsp://admin:[email protected]:80/Doorbell

#EXTINF:-1 channel-id="DrivewayBlueIris" channel-number="0.7" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Driveway BlueIris" tvc-guide-title="Driveway (BlueIris)" tvc-guide-description="Live View of Driveway" ,Driveway View
rtsp://admin:[email protected]:80/Garage

#EXTINF:-1 channel-id="BackyardBlueIris" channel-number="0.8" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Backyard BlueIris" tvc-guide-title="Backyard (BlueIris)" tvc-guide-description="Live View of Backyard" ,Backyard View
rtsp://admin:[email protected]:80/Backyard

#EXTINF:-1 channel-id="DeckBlueIris" channel-number="0.9" tvg-logo="https://i.ibb.co/kHvRksm/cameraicon.png 3 " tvg-name="Deck BlueIris" tvc-guide-title="Deck (BlueIris)" tvc-guide-description="Live View of Deck" ,Deck View
rtsp://admin:[email protected]:80/Deck

1 Like

Thanks I got that to work kinda, once I edited the descriptions it failed to work. I'll keep messing with it as I think that's a good starting point thanks. I then just changed the camera link keeping everything else the same and it worked fine.