Hi all,
i am trying to retreive EPG data from my dvblink server. I use the following cURL command on the command line:
curl -o epg.html -s -X POST 192.168.178.24:8100/cs/ -d command=search_epg -d xml_param='<?xml version="1.0" encoding="utf-8" ?> <epg_searcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.dvblogic.com"> <channels_ids><channel_id/></channels_ids><program_id/><keywords/><genre_mask/><requested_count/><start_time/>1481321766<end_time/>1481322666<epg_short/>true</epg_searcher>'
However, instead of getting data for the specified 15 minutes and the shortened version, i get a full list from current timestamp which also includes all the additional information. Total size of the result is 6.5M.
Is there anything, I am doing wrong?
I am using the 6.0.0 of DVBLink server and TVSource
Thank you for your help
Frank