Skip to content

Commit 77a22d2

Browse files
author
Nuno Sénica
committed
Added example files
1 parent f126396 commit 77a22d2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

capture-example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"stream name one":"stream one address",
3+
"stream name two":"stream two address"
4+
}

schedule-example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
{ "start":"2015-08-18 18:08:00", "duration":1, "channel":"stream name one", "programme":"Test Recording"},
3+
{ "start":"2015-08-18 19:20:00", "end":"2015-08-18 20:20:00", "channel":"stream name two", "programme":"Second Recording"}
4+
]

0 commit comments

Comments
 (0)