BtbN / vlc-htsp-plugin

Plugin for VLC to access TVHeadend via HTSP.
GNU Lesser General Public License v2.1
58 stars 32 forks source link

Fix issue with stream indices not being sequential #20

Closed charrea6 closed 9 years ago

charrea6 commented 9 years ago

Stream indices are not always sequential and cannot be used to index into the stream array. I found this problem as one of the channels I can watch uses stream indices 1, 2 and 4 which caused the plugin to segfault.