userscript-youtube-playlist-o
DISCONTINUED
Pion WebRTC
Our great sponsors
userscript-youtube-playlist-o | Pion WebRTC | |
---|---|---|
2 | 50 | |
- | 9,487 | |
- | 1.6% | |
- | 9.2 | |
- | 6 days ago | |
Go | ||
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
userscript-youtube-playlist-o
-
Ask HN: What are some tools / libraries you built yourself?
A silly userscript [1] that uses jQuery selectors to interact with YouTube's DOM to help me move videos around my playlists. Sadly it breaks every few months whenever YouTube updates their DOM. AFIK this is the only way to "programmatically" move videos out of my Watch Later list since they removed the functionality from the API
[1] https://github.com/Trinovantes/userscript-youtube-playlist-o...
-
Ask HN: What personal tools are you the most proud of making?
I've created a couple of userscripts (anybody remember Greasemonkey?) to help augment sites that I use everyday
https://github.com/Trinovantes/userscript-github-repository-...
https://github.com/Trinovantes/userscript-youtube-playlist-o...
Sadly they break every couple of months when the sites' DOM changes. The YouTube one is currently broken and I haven't had the time to fix it yet
Pion WebRTC
-
Ask HN: Why is there no enterprise grade open-source zoom alternative?
There's nothing particularly difficult on the server side — a quality SFU should be capable to handle on the order of 400 video flows per core, and there are quite a few high-quality free software SFUs available (Janus, Jitsi, ion-sfu, livekit, Galene). To give some perspective: we're using Galene for lectures, and our single-CPU server uses around 40% CPU usage in a room with 120 students (who keep their cameras switched off during the lecture, of course, and only occasionally switch them on to ask questions).
As the grandparent mentioned, the problem is the client side. Since there is no standard videoconferencing protocol, every free software project needs to develop their own clients. And it's difficult for a free software project to have the manpower and expertise to develop quality clients for the web, Android and iOS, so in effect what we currently have are mostly half-baked web clients.
There is some hope, though. The IETF have been working on standard protocols for ingress (https://datatracker.ietf.org/wg/wish/), and if their protocols get deployed, you'll be able to use the same streaming software (think OBS) or IP camera with multiple distinct videoconferencing servers. An interoperable interactive videoconferencing protocol is nowhere near, but as more people understand videoconferencing technology, there is some hope that people will get together and start working on multi-protocol clients (remember Pidgin?).
Full disclosure: I'm the author of Galene (https://galene.org), and I've been actively participating in the Pion community (https://github.com/pion/webrtc) and collaborating with the authors of ion-sfu (https://github.com/pion/ion-sfu) and LiveKit (https://github.com/livekit).
-
[Go] Try Pion/WebRTC with SSE
pion/webrtc - GitHub
-
Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go
Thanks! Its using the Pion library[1] which doesn't seem to be using a constant bitrate; that would definitely be an interesting addition though. Sending e.g. zeroes when its not transmitting packets/frames is totally doable, but atm not implemented.
-
Rust Time Communication.
The idea was to port Pion, the web RTC library in Go to Rust, and I played a major role in the early days of the project. I was involved in the RTP library, SRTP, and the Multicast DNS. I put in a lot of time, a commodity the strike ensured I had a lot of, and we made a lot of progress. In fact, a lot of people rallied behind the project making it worthy of the title Open source. It currently has almost 2000 stars on Github.
- [Windows] Try Golang 1
-
Video streaming in go?
If you want to deal with NAT traversal I recommend doing this with WebRTC ... The pion project is perfect for this.
-
Apple shareplay
Check out: https://github.com/pion/webrtc
- Pion WebRTC Gets AV1 Support
- Save-to-disk-av1 - AV1 and WebRTC example
-
Show HN: AV1 and WebRTC
For getting media out of ffmpeg you have https://github.com/pion/webrtc/tree/master/examples/rtp-forw...
For playing media from disk you have https://github.com/pion/webrtc/tree/master/examples/play-fro...
To see how to accept and process RTCP see https://github.com/pion/webrtc/tree/master/examples/rtcp-pro...
What are some alternatives?
mediasoup - Cutting Edge WebRTC Video Conferencing
livekit-server - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node. [Moved to: https://github.com/livekit/livekit]
janus-gateway - Janus WebRTC Server
aiortc - WebRTC and ORTC implementation for Python using asyncio
ion - Real-Distributed RTC System by pure Go and Flutter
libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
go-m3u8 - Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8)
awesome-pion - A curated list of awesome things related to Pion
gst - Go bindings for GStreamer (retired: currently I don't use/develop this package)
peerjs - Simple peer-to-peer with WebRTC
M3U8 - Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema:
webrtc - A pure Rust implementation of WebRTC