Dennyb87 right below the first edit is this:
if (my_rtsp_addr.sin_port) {
rtsp_server_fd = socket_open_listen(&my_rtsp_addr);
if (rtsp_server_fd < 0)
return -1;
}
change it to this:
if (my_rtsp_addr.sin_port) {
my_rtsp_addr.sin_family = AF_INET;
rtsp_server_fd = socket_open_listen(&my_rtsp_addr);
if (rtsp_server_fd < 0)
return -1;
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879018
Title:
ffserver cannot bind listening port
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/879018/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs