From 18fe9ab90a2834a44d366d67df8d5d69a5094df7 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 6 Mar 2019 15:29:37 +0100 Subject: [PATCH] better example urls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d09b5a5e..4c05c5aa 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ JSON Playlist Example "in": 0, "out": 149, "duration": 149, - "source": "https://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" + "source": "/Media/clip2.mp4" }, { @@ -58,8 +58,8 @@ JSON Playlist Example { "in": 0, "out": 2531.36, - "duration": 0, - "source": "rtmp://srs.discovery.stream/live/stream" + "duration": 2531.36, + "source": "/Media/clip4.mp4" } ] } @@ -87,7 +87,7 @@ You can use sources from url or live stream in that way: "in": 0, "out": 2531.36, "duration": 0, - "source": "rtmp://srs.discovery.stream/live/stream" + "source": "rtmp://example.org/live/stream" } ... ```