nareix / joy4

Golang audio/video library and streaming server
MIT License
2.68k stars 500 forks source link

doubt, how to restream rstp #92

Open beckmx opened 5 years ago

beckmx commented 5 years ago

Hello guys, I was looking at the server, I haven't installed yet, I would like to use an IP camera which streams in RSTP and restream it to other options, the thing is, I want to push the RSTP directly from the source (the camera) into joy4, not the opposite way (joy4 connect to the camera) because the camera is behind a VPN so, it doesn't have a public IP address.

Thanx!

cedricve commented 5 years ago

you will need something like WebRTC to do that.