#EXTM3U
#EXTINF:-1 ,MBC 1
https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/451b666db1fb41c7a4bbecf7b4865107/index_1.m3u8
#EXTINF:-1 ,MBC 2...
Type: Posts; User: Evileyes
#EXTM3U
#EXTINF:-1 ,MBC 1
https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/451b666db1fb41c7a4bbecf7b4865107/index_1.m3u8
#EXTINF:-1 ,MBC 2...
#EXTM3U
#EXTINF:-1,Armenia
http://iptvlive.stream:80/p/877601/c/5/u/62122/h6ZqjG7hCjr5At5x4eGKE5ry4RnRe9
#EXTINF:-1,US Armenia
http://livestream.usatv.com/hls/m3u8/USARMENIA720.m3u8
...
#EXTM3U
#EXTINF:-1,2M Monde
https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/2m_monde/hls_video_ts/2m_monde.m3u8
#EXTINF:-1,Al Aoula...
[22.12.2019] mpegtv/slave (r350)
- fixed vod typo.
- fixed offline streams when slave reconnect.
- fixed slave crash.
[22.12.2019] mpegtv/slave (r348)
- fixed connection between slaves and mpegtv
- fixed timeshift in web page
- added tv_archive in panel_api and player_api
- added timeshift channel...
[18.12.2019] mpegtv/slave (r339)
- added tmdb
- added tv archives
- added reseller admin options
- fixed ffmpeg reader.
- fixed loadblanace connection
- fixed portal
- fixed enigma2...
[06.12.2019] mpegtv/slave (r294)
- added series infos in player_api
- added series and logos in enigma2.
- fixed bouquet/category editor.
- fixed web post replies.
- fixed web pages...
[23.11.2019] mpegtv/slave (r242)
- web: added channels and servers json output.
- web: moved channelList from static html page to javascript code (test before moving all pages to js)
- added...
[17.11.2019] mpegtv/slave (r227)
- fixed http requests receiver.
- fixed multi-connection detection for clients with max_conn=1
[15.11.2019] mpegtv/slave (r221)
- Added Most Watched VOD
- Fixed already used Mac info
- Block multi-connection on same channel
- Added flag to disable internal assets (js+css)
[14.11.2019] mpegtv/slave (r217)
- fixed channel redirection
- fixed invisible auto-deleted client
- fixed xmltv
- added VOD/files browser (insert/list/rename/delete/create/exec)
- added...
[06.11.2019] mpegtv/slave (r186)
- added Restart slave/mpegtv
- fixed import channel
- fixed reseller inactivity timeout
- fixed vod buffer overflow
- enable active clients deletion...
[05.11.2019] slave (r184)
- fixed https links
- fixed rtmp links
- fixed VOD streaming (changed max speed to 8Mbps)
[29.10.2019] mpegtv (r171)
- Changed style (1st step)
- Added delete buttons.
- Auto-detect VOD location.
to update style data
cd /var/mpegtv
rm mpegtv-data.tgz
[25.10.2019] slave (r158)
- removed updated of r156 and r157.
[24.10.2019] slave (r157)
- fixed m3u8 reader causing high cpu usage.
[23.10.2019] slave (r156)
- fixed internal stream reader.
- fixed url parser.
- fixed http range causing video problems.
the files are php scripts (modified from original xc files) for testing api in mpegtv and understanding howto work.
- fixed palyer_api typo.
- added missing request 'get_vod_info' in player_api.
- fixed: send streams to clients.
- fixed: change stream reader from ffmpeg to internal.
- fixed create activecode...
- fixed api (please download api.tar.gz for more infos)
- fixed subreseller bug
- fixed server bugs.
- fixed player_api series infos.
what kind of streams are you using hls, mpegts..? and with ffmpeg?
Hello,
i tested double ip many times (without this option) and the line hasnt been disabled, only i get disconnected everytime i connect from another device.
using only mysql to look for data will make panel very slow and having high cpu usage with multiple requests (as you can see in xc or any php panel)
the only disadvantage is you cannot touch mysql...
go to home > global config
and uncheck the line 'AutoDisable Clients connected with different double IPs'
for your infos your clients are connecting more than one connection at same time.
you can find ondemand in table channel column flags bit 32
the next request will convert all channels to ondemand
update channel set flags = flags|0x8000;
after that restart mpegtv.