nareix / joy4

Golang audio/video library and streaming server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEBRTC support

cedricve opened this issue · comments

Hey,

any idea how it is posssible to use infile, _ := avutil.Open(..) in combination with WEBRTC. Without opening the source twice?

Cédric

Hey @cedricve

Have you tried https://github.com/pion/webrtc? I am happy to help with any questions, I just found out about joy4 today was looking for a RTMP implementation.

@Sean-Der indeed, I'm currently doing so ;)