Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34 from eelcocramer/video-example
Browse files Browse the repository at this point in the history
Example uses port of web gateway instead of swarm port
  • Loading branch information
jbenet committed Oct 20, 2015
2 parents a2a1e21 + c4c3974 commit 372ec08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/videos/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ ipfs cat $vidhash | mplayer -vo xv -

Via local gateway:
```
mplayer http://localhost:4001/ipfs/$vidhash
mplayer http://localhost:8080/ipfs/$vidhash
# or open it up in a tab in chrome (or firefox)
chromium http://localhost:4001/ipfs/$vidhash
chromium http://localhost:8080/ipfs/$vidhash
```
(Note: the gateway method works with most video players and browsers)

Expand Down

0 comments on commit 372ec08

Please sign in to comment.