Connection refused to local ffserver
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am unable to send my desktop capture to a localhost ffserver
: the connection to the local server is refused.
# ffserver >/dev/null 2>&1 &
# ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://localhost:8090/feed1.ffm
....
[tcp @ 0x56514ba629e0] Connection to tcp://localhost:8090 failed (Connection refused
), trying next address
I have tried to add the option ACL allow 192.168.0.0 192.168.255.255
in /etc/ffserver.conf
without success
What are the reasons that perclude me from sending my video to http://localhost:8090/feed1.ffm
video webserver ffmpeg
add a comment |
up vote
0
down vote
favorite
I am unable to send my desktop capture to a localhost ffserver
: the connection to the local server is refused.
# ffserver >/dev/null 2>&1 &
# ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://localhost:8090/feed1.ffm
....
[tcp @ 0x56514ba629e0] Connection to tcp://localhost:8090 failed (Connection refused
), trying next address
I have tried to add the option ACL allow 192.168.0.0 192.168.255.255
in /etc/ffserver.conf
without success
What are the reasons that perclude me from sending my video to http://localhost:8090/feed1.ffm
video webserver ffmpeg
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am unable to send my desktop capture to a localhost ffserver
: the connection to the local server is refused.
# ffserver >/dev/null 2>&1 &
# ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://localhost:8090/feed1.ffm
....
[tcp @ 0x56514ba629e0] Connection to tcp://localhost:8090 failed (Connection refused
), trying next address
I have tried to add the option ACL allow 192.168.0.0 192.168.255.255
in /etc/ffserver.conf
without success
What are the reasons that perclude me from sending my video to http://localhost:8090/feed1.ffm
video webserver ffmpeg
I am unable to send my desktop capture to a localhost ffserver
: the connection to the local server is refused.
# ffserver >/dev/null 2>&1 &
# ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://localhost:8090/feed1.ffm
....
[tcp @ 0x56514ba629e0] Connection to tcp://localhost:8090 failed (Connection refused
), trying next address
I have tried to add the option ACL allow 192.168.0.0 192.168.255.255
in /etc/ffserver.conf
without success
What are the reasons that perclude me from sending my video to http://localhost:8090/feed1.ffm
video webserver ffmpeg
video webserver ffmpeg
asked Nov 19 at 5:26
user123456
1,47311532
1,47311532
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try useing these ACL settings:
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
With this Command:
ffserver >/dev/null 2>&1 &
ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
It seems as though the connection may be being refused because of the word localhost.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try useing these ACL settings:
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
With this Command:
ffserver >/dev/null 2>&1 &
ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
It seems as though the connection may be being refused because of the word localhost.
New contributor
add a comment |
up vote
0
down vote
Try useing these ACL settings:
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
With this Command:
ffserver >/dev/null 2>&1 &
ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
It seems as though the connection may be being refused because of the word localhost.
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
Try useing these ACL settings:
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
With this Command:
ffserver >/dev/null 2>&1 &
ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
It seems as though the connection may be being refused because of the word localhost.
New contributor
Try useing these ACL settings:
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
With this Command:
ffserver >/dev/null 2>&1 &
ffmpeg -video_size 1600x900 -framerate 20 -f x11grab -i :0.0
-f alsa -ac 2 -i hw:0 http://127.0.0.1:8090/feed1.ffm
It seems as though the connection may be being refused because of the word localhost.
New contributor
New contributor
answered Nov 19 at 6:07
Michael Prokopec
3208
3208
New contributor
New contributor
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482670%2fconnection-refused-to-local-ffserver%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown