Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT committed Jun 15, 2017
1 parent 051e783 commit 34415ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions HERO4/Mediabrowsing.md
Expand Up @@ -32,19 +32,20 @@ This returns:
"s": "99545292"
},
```

* To get information about a video: http://10.5.5.9:8080/gp/gpMediaMetadata?p=XXXGOPRO/GOPRXXXX.MP4&t=videoinfo

* dur = video duration
* tag_count = number of hilight tags
* tags = array of tags in milliseconds

Returns:

```
{"dur":"20","avc_profile":"100","profile":"50","tag_count":4,"tags":[1200,4330,5000,7400]}
```

* dur = video duration
* tag_count = number of hilight tags
* tags = array of tags in milliseconds

* To get the thumbnail of a video: http://10.5.5.9:8080/gp/gpMediaMetadata?p=XXXGOPRO/GOPRXXXX.MP4

* GoPro offers a cherokee html frontend: http://10.5.5.9:8080/videos
Expand Down
9 changes: 5 additions & 4 deletions HERO5/Mediabrowsing.md
Expand Up @@ -30,19 +30,20 @@ This returns:
"s": "99545292"
},
```

* To get information about a video: http://10.5.5.9:8080/gp/gpMediaMetadata?p=XXXGOPRO/GOPRXXXX.MP4&t=videoinfo

* dur = video duration
* tag_count = number of hilight tags
* tags = array of tags in milliseconds

Returns:

```
{"dur":"20","avc_profile":"100","profile":"50","tag_count":4,"tags":[1200,4330,5000,7400]}
```

* dur = video duration
* tag_count = number of hilight tags
* tags = array of tags in milliseconds

* To get the thumbnail of a video: http://10.5.5.9:8080/gp/gpMediaMetadata?p=XXXGOPRO/GOPRXXXX.MP4

* GoPro offers a cherokee html frontend: http://10.5.5.9:8080/videos
Expand Down

0 comments on commit 34415ba

Please sign in to comment.