Created
January 4, 2023 06:24
-
-
Save thornbill/818d4de4cc04d6c2e69db8450d7a3044 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 1 | |
rtsp://192.168.1.100/live0 | |
#EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 2 | |
rtsp://192.168.1.101/live0 | |
#EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 3 | |
rtsp://192.168.1.102/live0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment