On 2011-10-06, Antti Harri <[email protected]> wrote: > --Boundary-00=_UMcjOp3FHRupy54 > Content-Type: text/plain; charset="utf-8" > Content-Disposition: inline > Content-Transfer-Encoding: 7bit > > yle-dl is a tool to download videos from YLE Areena. > > RTMPDump-YLE is a command-line program for downloading media files from > the two video streaming services of the Finnish national broadcasting > company Yle. Some content is only available to users connecting > from Finnish addresses. >
Bunch of these from rtmpdump-yle: /usr/include/arpa/inet.h:74: warning: 'struct in_addr' declared inside parameter list This is because headers are included in the wrong order, please make sure netinet/in.h comes before arpa/inet.h. (This is fixed in rtmpdump upstream amongst other things which might also want to be carried over to this modified version). I can't connect to their RTMP servers to test but when the above is fixed this port is basically ok with me.
