Add Video Streaming Section #671
| @@ -20,6 +20,7 @@ | ||||
|             <a class="dropdown-item" href="/providers/search-engines/"><i class="fab fa-searchengin fa-fw"></i> Search Engines</a> | ||||
|             <a class="dropdown-item" href="/providers/cloud-storage/"><i class="fas fa-cloud fa-fw"></i> Cloud Storage</a> | ||||
|             <a class="dropdown-item" href="/providers/social-networks/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Social Networks</a> | ||||
|             <a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a> | ||||
|             <a class="dropdown-item" href="/providers/dns/"><i class="fa fa-tasks fa-fw"></i> DNS</a> | ||||
|             <a class="dropdown-item" href="/providers/hosting/"><i class="fas fa-database fa-fw"></i> Hosting</a> | ||||
|           </div> | ||||
|   | ||||
							
								
								
									
										40
									
								
								_includes/sections/video-streaming.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								_includes/sections/video-streaming.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,40 @@ | ||||
| <h1 id="Video Streaming" class="anchor"><a href="#video"><i class="fas fa-link anchor-icon"></i></a> Video Streaming</h1> | ||||
|  | ||||
|   <div class="row mb-2"> | ||||
|  | ||||
|     {% include card.html color="success" | ||||
|     title="PeerTube" | ||||
|     image="/assets/img/tools/peertube.png" | ||||
|     url="https://joinpeertube.org/" | ||||
|     footer="OS: Windows, macOS, Linux, FreeBSD, Web." | ||||
|     description="PeerTube is a federated video streaming alternative." | ||||
|     %} | ||||
|      | ||||
|     {% include card.html color="primary" | ||||
|     title="Invidio / FreeTube" | ||||
|     image="/assets/img/tools/freetube.png" | ||||
|     url="https://github.com/FreeTubeApp/FreeTube" | ||||
|     footer="OS: Windows, macOS, Linux, Web." | ||||
|     description="FreeTube is an free software video streaming client utilizing <a href='https://invidio.us/'>Invidious</a>, an open-source privacy respecting API for YouTube." | ||||
|     %} | ||||
|      | ||||
|     {% include card.html color="warning" | ||||
|     title="LBRY" | ||||
|     image="/assets/img/tools/lbry.png" | ||||
|     url="https://lbry.io/" | ||||
|     footer="OS: Windows, macOS, Linux, iOS, Android." | ||||
|     description="LBRY is a decentralized protocol for sharing data, similar to BitTorrent or ZeroNet." | ||||
|     %}     | ||||
|      | ||||
|     </div> | ||||
|      | ||||
|   <h3>Warning</h3> | ||||
|   <ul> | ||||
|     <li>Note: As of Dec 2018, LBRY does not have official support for TOR or I2p.</li> | ||||
|   </ul> | ||||
|      | ||||
|   <h3>Worth Mentioning</h3> | ||||
|   <ul> | ||||
|     <li><a href="https://github.com/misses-robot/KopyKate-Big/blob/master/README.md">KopyKate</a> - A decentralized uncensored video streaming service on ZeroNet.</li> | ||||
|     <li><a href="https://d.tube/">DTube</a> - A distributed video streaming service based on IPFS.</li> | ||||
|   </ul> | ||||
							
								
								
									
										
											BIN
										
									
								
								assets/img/tools/freetube.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/img/tools/freetube.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/tools/lbry.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/img/tools/lbry.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 8.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/tools/peertube.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/img/tools/peertube.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 5.2 KiB | 
| @@ -61,6 +61,8 @@ permalink: /classic/ | ||||
|  | ||||
| {% include sections/social-networks.html %} | ||||
|  | ||||
| {% include sections/video-streaming.html %} | ||||
|  | ||||
| {% include sections/dns.html %} | ||||
|  | ||||
| {% include sections/notebooks.html %} | ||||
|   | ||||
							
								
								
									
										8
									
								
								pages/software/social-news-agregator.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								pages/software/social-news-agregator.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| --- | ||||
| layout: page | ||||
| permalink: /software/video-streaming/ | ||||
| title: "Video Streaming Services" | ||||
| description: "Video Streaming" | ||||
| --- | ||||
|  | ||||
| {% include sections/video-streaming.html %} | ||||
		Reference in New Issue
	
	Block a user