I am developing an application for IPTV and I want to implement catchup. Obviously, catchup for XC will not work the same as for Flussnonic.
http://xxx.xxxort/player_api.php?username=xxxx&password=xxx&action=get_live_streams
This gives me a list of all shows for that channel with start and end.
But when I create a link of type:
http://xxx.xxxort/player_api.php?username=xxxx&password=xxx&action=streaming_catchup&stream_id=318&start=1732529700&duration=900
&start=1732529700&duration=900
match the start and duration of one show marked with is_archive :1
I get only basic info in JSON type data about the user, allowed output formats, etc. How do I play a program from the past?
Thanks
http://xxx.xxxort/player_api.php?username=xxxx&password=xxx&action=get_live_streams
This gives me a list of all shows for that channel with start and end.
But when I create a link of type:
http://xxx.xxxort/player_api.php?username=xxxx&password=xxx&action=streaming_catchup&stream_id=318&start=1732529700&duration=900
&start=1732529700&duration=900
match the start and duration of one show marked with is_archive :1
I get only basic info in JSON type data about the user, allowed output formats, etc. How do I play a program from the past?
Thanks