Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dvr_api:poke_record_engine [2019/10/10 20:12] – created nedsdvr_api:poke_record_engine [2020/10/25 01:42] (current) neds
Line 1: Line 1:
 ====== Poke record engine ====== ====== Poke record engine ======
 <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn> <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn>
 +
 +<WRAP center info>
 +This is a mirror of the documentation from: https://github.com/Silicondust/documentation/wiki/Poke-Record-Engine
 +</WRAP>
  
 Any time a recording rule is added, deleted, or modified the client sends a message to the record engine to tell it to recompute upcoming record tasks. Any time a recording rule is added, deleted, or modified the client sends a message to the record engine to tell it to recompute upcoming record tasks.
  
 ====API URL==== ====API URL====
 +<WRAP indent>
  
 <code><storage engine BaseURL>/recording_events.post?sync</code> <code><storage engine BaseURL>/recording_events.post?sync</code>
Line 10: Line 15:
 Example: <code>http://10.20.20.162:4999/recording_events.post?sync</code> Example: <code>http://10.20.20.162:4999/recording_events.post?sync</code>
  
 +</WRAP>
 ====Poking the record engine==== ====Poking the record engine====
 +<WRAP indent>
  
 ^ Parameter ^ Type ^ Description ^ ^ Parameter ^ Type ^ Description ^
Line 16: Line 23:
  
 Returns: "null". Returns: "null".
 +
 +</WRAP>
 +====History====
 +<WRAP indent>
 +
 +  * 20160723:
 +      * Initial documentation.
 +
 +</WRAP>
 +Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.
  • Last modified: 2019/10/10 20:12