su1s / e2m3u2bouquet

Enigma2 IPTV m3u parser and bouquet creator
GNU General Public License v3.0
68 stars 50 forks source link

Improvement: Add rtsp support as included example #89

Closed stingray82 closed 5 years ago

stingray82 commented 5 years ago

Lots of CCTV NVR's only support rtsp: This would allow users who have rtsp CCTV to host there own playlist and this then allows CCTV to be viewed on the box using the same script using the config file

Example M3u below: https://raw.githubusercontent.com/stingray82/e2m3u2bouquet-tools/master/CCTV-M3U-Example/CCTV.m3u

Code Changes Required: Change Line 908 elif 'http:' in line or 'https:' in line or 'rtmp:' in line: to elif 'http:' in line or 'https:' in line or 'rtsp:' in line or 'rtmp:' in line:

DougMac commented 5 years ago

Thanks. I'll add this to the next release

DougMac commented 5 years ago

Included in upcoming release v0.8.3