nareix / joy4

Golang audio/video library and streaming server
MIT License
2.67k stars 499 forks source link

WEBRTC support #91

Open cedricve opened 5 years ago

cedricve commented 5 years ago

Hey,

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

Cédric

Sean-Der commented 5 years ago

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.

cedricve commented 3 years ago

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