Live data from Hacker News

A simple C implementation to stream H.264 to browser using WebRTC

github.com

1–10 of 128 posts

Re: A simple C implementation to stream H.264 to browser using WebRTC

#6
post #4

In complete sincerity, how is this better than ffmpeg https://trac.ffmpeg.org/wiki/StreamingGuide

It's certainly not better than FFmpeg. But I had a look through the source code and the author seems to have a fairly good grasp of WebRTC. The library looks really useful for anyone that wants to quickly understand WebRTC and how to use librtp and libsrtp. It's mostly a bare-bone wrapper around those libs.

Re: A simple C implementation to stream H.264 to browser using WebRTC

#8
post #4

In complete sincerity, how is this better than ffmpeg https://trac.ffmpeg.org/wiki/StreamingGuide

WebRTC with STUN is pure p2p where ffmpeg it requires a rtmp or rtsp server

... how is STUN pure p2p ? you still need to have a STUN server somewhere no ?

Re: A simple C implementation to stream H.264 to browser using WebRTC

#9

Earlier quoted context omitted.

WebRTC with STUN is pure p2p where ffmpeg it requires a rtmp or rtsp server

... how is STUN pure p2p ? you still need to have a STUN server somewhere no ?

You can just use google stun servers they are free to use
Post reply on HN