Hello,
I am using OBS on a Windwos PC.
Streaming to Facebook or YouTube works fine.
So I took a Raspberry Pi 3 with Ubuntu and nginx to stream to Facebook and YouTube - but it won't work.
The YouTube-Stream is working but Facebook won't :-/
Need some help :-/
These are the RTMP-entrees in the nginx.conf
rtmp {
server {
listen 1935;
chunk_size 2048;
application live {
live on;
record off;
# Streaming zu YouTube;
push rtmp://a.rtmp.youtube.com/live2/<my yt key>;
# Streaming zu Facebook;
push rtmp://rtmp-api.facebook.com:80/rtmp/<my fb key>;
}
}
Some Ideas what went wrong?
Thanks!
Achim
I am using OBS on a Windwos PC.
Streaming to Facebook or YouTube works fine.
So I took a Raspberry Pi 3 with Ubuntu and nginx to stream to Facebook and YouTube - but it won't work.
The YouTube-Stream is working but Facebook won't :-/
Need some help :-/
These are the RTMP-entrees in the nginx.conf
rtmp {
server {
listen 1935;
chunk_size 2048;
application live {
live on;
record off;
# Streaming zu YouTube;
push rtmp://a.rtmp.youtube.com/live2/<my yt key>;
# Streaming zu Facebook;
push rtmp://rtmp-api.facebook.com:80/rtmp/<my fb key>;
}
}
Some Ideas what went wrong?
Thanks!
Achim