M
M
its only in mag254, mange epg looks good incorrect (update_epg.php task) https://cl.ly/0u1N1E1E390P correct (web force update for epg) https://cl.ly/3q19363B2n3J epg id 303 http://dev-cfg.rubibox.lt/tmp.xml date: 2016-06-26 in db epg table time...
i view what query returns: ` public function getCurProgramAndFewNext($ch_id, $num_programs){ ``` $cur_program = $this->getCurProgram($ch_id); if (empty($cur_program['id'])){ return array(); } $epg = $this->db->from('epg') /// Mysql time format, see https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_date-format ->select('epg.*, UNIX_TIMESTAMP(epg.time)...
hello, is url "master playlist" or that url m3u8 holds ts files list?
you could try: hls-server --url [url] --name "test" --frontend = "http://localhost" because hls-proxy is more like part or the system than standalone service
i am redesigning system, so current solution is a bit abandoned. but i have plans on v2 and diffrent design probably with docker support. ok. to your last post -...
i think we need something in place of excel, payments history per client (date+amount) and expired date in client ( service shows error if expired ).
its 2 columns, col1 - what i really get, col2 - each month i add row with amount. sum(col2)-sum(col1) - balance. and i decide if balance -[bignumber] i deactive user.
1 - yes 3rd row 2 - yes each user have its own sheet 3 - i think best place will be button in clients module - "payments" on top...
hey @gopalindians, any progress? I might start working on this myself
hey, please check this https://github.com/streamingriver/docker-streamingriver/blob/main/docker-compose.yaml