All Projects → zurp → Devstream.tv

zurp / Devstream.tv

Licence: mit
Devstream is a website that allows you to watch live developer streams.

Projects that are alternatives of or similar to Devstream.tv

tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-50.85%)
Mutual labels:  streaming, live-streaming
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+3371.19%)
Mutual labels:  streaming, live-streaming
Rx Player
DASH/Smooth HTML5 Video Player
Stars: ✭ 600 (+916.95%)
Mutual labels:  streaming, live-streaming
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+28262.71%)
Mutual labels:  live-streaming, streaming
srtdroid
Secure Reliable Transport (SRT) Protocol for Android
Stars: ✭ 35 (-40.68%)
Mutual labels:  streaming, live-streaming
Red5 Server
Red5 Server core
Stars: ✭ 3,008 (+4998.31%)
Mutual labels:  streaming, live-streaming
Live Stream Face Detection
Live Streaming and Face Detection with Flask in Browser
Stars: ✭ 47 (-20.34%)
Mutual labels:  streaming, live-streaming
Essentialnowplaying
A now playing tool intended to be used with OBS.
Stars: ✭ 40 (-32.2%)
Mutual labels:  streaming
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+1657.63%)
Mutual labels:  streaming
Go Transcode
Live on-demand transcoding in go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
Stars: ✭ 39 (-33.9%)
Mutual labels:  live-streaming
Sound
core sound data structures and interfaces
Stars: ✭ 37 (-37.29%)
Mutual labels:  streaming
Mediaelement
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
Stars: ✭ 7,767 (+13064.41%)
Mutual labels:  streaming
Gotalk
Async peer communication protocol & library
Stars: ✭ 1,036 (+1655.93%)
Mutual labels:  streaming
Podlive Macos
Never miss a live streaming podcast!
Stars: ✭ 40 (-32.2%)
Mutual labels:  streaming
Megalodon
Mastodon, Pleroma and Misskey API client library for node.js and browser
Stars: ✭ 52 (-11.86%)
Mutual labels:  streaming
Video Stream.js
🔜 📼 Video stream middleware for express.js
Stars: ✭ 37 (-37.29%)
Mutual labels:  streaming
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+14454.24%)
Mutual labels:  streaming
Image Sequence Streaming
Realtime, non-linear animation playback for interactive pieces.
Stars: ✭ 48 (-18.64%)
Mutual labels:  streaming
Stream
Elegant stream processing pipeline written entirely in Golang
Stars: ✭ 45 (-23.73%)
Mutual labels:  streaming
Repository.kodibae
Kodi Bae Repository - Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi - DMCA: [email protected]
Stars: ✭ 45 (-23.73%)
Mutual labels:  streaming

Devstream

Devstream is a website that allows you to watch live developer streams.

All the content comes from this repo and is updated every 5 minutes.

This project is inspired by https://github.com/bnb/awesome-developer-streams

Adding / modifying streams

Each stream has its own JSON file under /streams. You can write that manually or you can use the online generator that makes everything easier.

Stream config format

Each stream configuration has a predefined set of properties, make sure you respect the "schema" when you submit a pull-request.

The links object can contain any number of links, which will be mapped on devstream.tv to either certain icons (GitHub, Twitter, etc.) or the key name.

Example:

{
  "name": "Jane Doe",
  "twitch": "janewritesbeautifulcode",
  "tags": ["Web Development", "Hardware Hacking", "Node.js", "JavaScript"],
  "links": {
    "github": "https://github.com/***/",
    "website": "http://jane.example.com",
    "watch my cat": "https://instagram.com/***"
  }
}

The frontend

Devstream is built with Vue <3, you can find all the frontend code in the /frontend folder. Feel free to open issues on the code and contribute to that as well.

Requests and ideas?

I'd really like for this project to grow and turn into something awesome in the future. If you have any ideas or you think there's stuff that can be done in a better way please reach out through an issue or directly.

Here's a list of the things I have in mind and I'm already in the process of building:

  • Video section (videos, video channels & learning tracks)
  • Tag & Language filtering once we have enough content that it would help
    • Twitch API provides a stream's language as well
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].