You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ Viewers can sign up for a service such as [Coil](https://coil.com/) and either i
7
7
Creators can monetize their content by using a PeerTube instance with the Web Monetization plugin installed, and adding their Interledger payment pointer.
8
8
A payment pointer provides a way for funds to be deposited, and a supported wallet can be created using [GateHub](https://gatehub.net/) or [Uphold](https://uphold.com). The payment pointer is added under the "Plugin Settings" tab in the video editing interface. You can also set a minimum pay rate to view.
9
9
10
-

10
+

11
+
12
+
The monetization status of videos will then show when viewing their thumbnails.
13
+
14
+

11
15
12
16
Creators can specify the location of sponsors segments using the [PeerTube chapters plugin](https://milesdewitt.com/peertube-chapters), and those who pay with Web Monetization will automatically skip those sponsor segments. You can also set a minimum pay rate for ad-skipping as seen above.
13
17
14
18

15
19
16
-
Segments of the video which have already been paid for are remembered and will not receive double-payment. This is currently only during a single page view. In the future users can optionally store this data to not pay multiple times. They will also have the option to make data available to the creator on which videos or parts of videos thay have paid. On the other hand, the architecture of Web Monetization makes it simple to contribute without sharing any data with the PeerTube instance or video uploader.
17
-
18
-
Currently, the amount paid for each segment of the video can be seen in the web console. It updates each time a seek occurs.
20
+
Segments of the video which have already been paid for are remembered and will not receive double-payment. Users can store this data when logged-in to not pay multiple times. General contribution data is made available in the stats tray below the video. However, no data sharing is necessary.
19
21
20
-

0 commit comments