Hi,
I noted a difference in the stream.m3u generated in OpenWebIf compared to original WebIf.
The original WebIf generates the stream.m3u as follows:
#EXTM3U
#EXTVLCOPT--http-reconnect=true
http://192.168.1.83:...F:820000:0:0:0: while new OpenWebIf creates the following stream.m3u:
#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTINF:-1,Sky Sport 1
http://192.168.1.83:...F:820000:0:0:0: The difference is the line with "#EXTINF:-1,Sky Sport 1".
Developers use different approaches to obtain information, maybe perhaps by parsing the stream.m3u-file and this change will break some apps.
Any reason for adding #EXTINF:-1,Sky Sport 1? If yes, I am curious to know this since this extra-line will break my code.
For me it would be better to remove it and keep the stream.m3u file identical to original WebIF. If not possible, I will change some of my code.
Thanks for the wonderful work you are doing.
rgds,
tilleke