@jensimmons I would wish, that Apple contributes their WebRTC implementation for WebKit upstream to the Open Source project so that Gnome Web and other Free Software web browser would finally support WebRTC.
@jensimmons I would wish, that Apple contributes their WebRTC implementation for WebKit upstream to the Open Source project so that Gnome Web and other Free Software web browser would finally support WebRTC.
Here comes Movim 0.31, codename Kameny
With this exciting new release you'll be able to share simultaneously your screen and webcam when calling your friends , switch quickly between your one-to-one chats and chatrooms
, add your pronoun in your profile
...
Checkout our release note to discover all the other new features of this version
https://mov.im/community/pubsub.movim.eu/Movim/here-comes-movim-0-31-codename-kameny-yQUilX
Thanks again to @nlnet for their support on the video-conference features
Master WebRTC: From Media Capture to Peer Connection https://jsdev.space/webrtc-intro-guide/ #javascript #webrtc
Lots of interesting stuff for the next Movim summer release
You'll be able to share your webcam and screen simultaneously
The feature is already available on https://mov.im/ if you want to try it out
All those video-conference improvements are possible thanks to @nlnet !
In January 2007, Ignite Realtime launched the red5 plugin for Openfire, introducing flash-based media server capabilities. Over time, #WebRTC became the standard for audio and video conferencing. Ignite's work evolved into various plugins supporting diverse media use cases.
#XMPP is regaining popularity, with Openfire leading due to its flexibility.
For our audio/video functionality, we have refocused on enhancing media interoperability in XMPP. More info in our blog: https://discourse.igniterealtime.org/t/webrtc-based-audio-and-video-in-openfire-2025/95683
@mray @cwebber would love to know as well.
For people not in the know, @librecast is a R&D initiative that's innovating the internet stack with support of @NGIZero and @nlnet
First, to enable #multicast on the unicast internet an overlay network is planned, based on #WebRTC. See:
https://librecast.net/librecast-strategy-2025.html
#Librecast LIVE will bring all the technology together, to demonstrate and be a reference implementation. With #ActivityPub support being planned. See:
@zwol my favourite hack in this space is how #WebRTC demultiplexes the 3.5 protocols (ICE SRTP/SRTCP and DTLS) that all arrive on the same port.
https://datatracker.ietf.org/doc/html/rfc5764#section-5.1.2
Read it and weep.
tl;dr switch on the first byte of the packet.
(Although tbh I've never seen anything bad happen as a result.)
Here's a deeply nerdy talk I gave about sending lidar data over webRTC data channels using 5g.
https://www.youtube.com/watch?v=wpHojBJ6nLI&list=PLDaEs5k2Xy-u-vwyKswF2viDuROt9yNiM&index=8
This is Major FFMPEG has merged WHIP Muxer for sub second latency streaming!!!
WHIP is the acronym for WebRTC-HTTP Ingestion Protocol. It is a low-latency live-streaming specification building off WebRTC.
Read more about it here
@ip6li habe grade auch nen Interview abgelehnt, weil #MicrosoftTeams geb' ich mir nicht!
@pixelschubsi #webxdc in #DeltaChat doesn't use #webrtc for real-time channels, please, I recommend you to read and try out things before spreading fake information
for your information webxdc uses #iroh for #p2p in DeltaChat
Today is allocated to looking under the hood of the #webrtc data channel and figuring out what has changed in the 8 years since I last looked properly.
(Eeek, almost everything!)
@theverge @tech-news-theverge yeah...
Meanwhile I recommend migrating to #WebRTC like #JitsiMeet, #WebCall and espechally classic #SIP / #VoIP like #Linphone!
"... browser-to-browser file sharing and messaging.
Your files and messages will not be stored in the cloud or uploaded to a server.
UnCloud uses WebRTC direct communication between browsers."
BUTT 1.45.0 was just released. BUTT (Broadcast Using This Tool) is an easy to use, multi OS streaming tool that supports Icecast, Shoutcast and WebRTC.
This version adds support for custom URLs and mount points for listener statistics, adds separate MIDI commands for START/STOP Broadcasting and Recording, and adds support for controlling BUTT via MIDI NOTE_ON messages. This version also brings a bunch of bug fixes.
Probably other WebRTC based services will work well, I have not tried yet. If i remember XMPP worked well too, but I did not try audio or video calls.
Anyone gotten #simplepeer working for sending/receiving data? Or has time and network/NAT development left it broken?
FilePizza • Your files, delivered.
Peer-to-peer file transfers in your browser.
Using WebRTC, FilePizza eliminates the initial upload step required by other web-based file sharing services. Because data is never stored in an intermediary server, the transfer is fast, private, and secure.
Another question for my #WebRTC friends: Do you know what *exactly* makes an audio stream sync up with a video stream in libwebrtc?
Is it the a=msid:<stream-id> <track-id> grouping on the sender side?
Is it the a=msid:<stream-id> <track-id> grouping on the receiver side?
Is it both? Or is it something else entirely, e.g. do we need to create a MediaStream from both tracks on the sender or the receiver? Or do we need to attach both audio and video tracks to the same <video> element?