[Bug 879018] Re: ffserver cannot bind listening port

2012-04-01 Thread Jens Beyer (Qcumber-some)
Thanks Alex, but I can't do that on a production server. I believe you understand, as you already say this might be inappropriate. :-) But you are right, it may help others on a Desktop system. I know that I could have simply patched this package and compiled my own, but this would mean removing

[Bug 879018] Re: ffserver cannot bind listening port

2012-02-21 Thread Alex Ota
Had the same problem on 10.04 LTS (lucid) and didn't want to compile the package myself. So i fixed the binary. On x86-Systems with ffmpeg 4:0.5.1-1ubuntu1.3 installed, just change the following 8 bytes of /usr/bin/ffserver starting from offset 0x3473 in any hexeditor: c7 44 24 08 00 00 00 00

[Bug 879018] Re: ffserver cannot bind listening port

2012-02-01 Thread Jens Beyer (Qcumber-some)
I came across this showstopper bug (ffserver is completely broken) in 10.04 LTS (lucid). Only the error message is different, see Bug #924370 marked as duplicate) Am I really the only one affected? I would really like to see (read: I need ;-) ) working ffserver in LTS environment. From what I

[Bug 879018] Re: ffserver cannot bind listening port

2012-01-18 Thread Reinhard Tartler
uploaded to precise now, the binaries are still in NEW AFAIUI. ** Changed in: libav (Ubuntu) Status: Confirmed = Fix Released ** Changed in: libav (Ubuntu) Assignee: (unassigned) = Reinhard Tartler (siretart) -- You received this bug notification because you are a member of Ubuntu

[Bug 879018] Re: ffserver cannot bind listening port

2012-01-05 Thread Reinhard Tartler
This fix is included in libav 0.8_beta1. I expect 0.8 to land in precise soon. This fix is also scheduled for 0.7.4: http://git.libav.org/?p=libav.git;a=commit;h=06df5420670013c43c074aa402cc2a418d6ba502 ** Changed in: libav (Ubuntu) Importance: Undecided = Medium -- You received this bug

[Bug 879018] Re: ffserver cannot bind listening port

2011-12-15 Thread I_Am
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;

[Bug 879018] Re: ffserver cannot bind listening port

2011-12-10 Thread dennyb87
i've resolve with the Alex Cohen's solution: in ffserver.c from line #605: CHANGED: if (my_http_addr.sin_port) { server_fd = socket_open_listen(my_http_addr); if (server_fd 0) return -1; } TO if (my_http_addr.sin_port) {

[Bug 879018] Re: ffserver cannot bind listening port

2011-12-07 Thread rich
Got this error: $ ffserver /etc/ffserver.conf ffserver version 0.7.2-4:0.7.2-1ubuntu1, Copyright (c) 2000-2011 the Libav developers built on Oct 2 2011 15:13:26 with gcc 4.6.1 configuration: --extra-version='4:0.7.2-1ubuntu1' --arch=amd64 --prefix=/usr --enable-vdpau --enable-bzlib

[Bug 879018] Re: ffserver cannot bind listening port

2011-12-05 Thread dennyb87
Me too got the same bug!!! I've search in root for ffserver.c but i don't found it... and now i don't know what to do... anyone know how can i resolve this problem??? ** Also affects: libav Importance: Undecided Status: New ** No longer affects: libav -- You received this bug

[Bug 879018] Re: ffserver cannot bind listening port

2011-11-11 Thread Fili
I'm experiencing the same bug. It would be great if someone would pick up the bug because it makes ffserver at the moment completely broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879018

[Bug 879018] Re: ffserver cannot bind listening port

2011-11-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libav (Ubuntu) Status: New = Confirmed -- 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:

[Bug 879018] Re: ffserver cannot bind listening port

2011-10-30 Thread Alex Cohen
Found a solution, it needs AF_INET forced, assuming something with there no longer being a default in new libraries: in ffserver.c from line #605: CHANGED: if (my_http_addr.sin_port) { server_fd = socket_open_listen(my_http_addr); if (server_fd 0) return -1;

[Bug 879018] Re: ffserver cannot bind listening port

2011-10-20 Thread Alex Cohen
Versions: Ubuntu 11.10 ffmpeg: 4:0.7.2-1ubuntu1 libc: 2.13-20ubuntu5 -- 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