DEV Community

Discussion on: This project allows you to do streaming to multiple platforms like Twitch, YouTube, or Periscope at the same time!

Collapse
 
alexlealgalvao profile image
alexlealgalvao

Hello, how are you? I am a beginner and I am very happy with your example. when implementing here for study this error is returning me. What can it be?
"Starting rtmp-social-multicast_rtmp_1 ... done
Starting rtmp-social-multicast_rtmp-auth_1 ... done
Attaching to rtmp-social-multicast_rtmp-auth_1, rtmp-social-multicast_rtmp_1
rtmp_1 | standard_init_linux.go:219: exec user process caused: no such file or directory
rtmp-auth_1 | RTMP Auth Server listening on 19350
rtmp-social-multicast_rtmp_1 exited with code 1"

Collapse
 
horusgoul profile image
Horus Lugo

What operating system are you using? I can't reproduce the issue :(

Collapse
 
alexlealgalvao profile image
alexlealgalvao

windows with Docker installed. should i try on a linux ubuntu with docker installed?

Thread Thread
 
horusgoul profile image
Horus Lugo

Yeah, definitely, but before you switch operating systems, have you tried to run it with WSL 2? Maybe you can get the project to work in Windows with that -> docs.docker.com/docker-for-windows...

Thread Thread
 
alexlealgalvao profile image
alexlealgalvao

thanks for the tips .. I uploaded a machine with ubuntu and did the first tests ...
would like to test for facebook ... will it work?

Thread Thread
 
horusgoul profile image
Horus Lugo

You'll need to add support for it yourself because the project doesn't support Facebook at the moment. This shouldn't bee too difficult, it's a matter of replicating what we're doing with YouTube or Twitch but link it to Facebook.

Feel free to send a PR if you make it!