I'd like to setup a relay as in the ogg theora streaming guide: http://en.flossmanuals.net/TheoraCookbook/FfmpegStreaming for this I need oggfwd. With oggfwd you can do the following: dvgrab --format raw - | \ ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | \ oggfwd icecastserver 8000 pwd /theora.ogg And you stream live from your dv cam to an icecast server. Reproducible: Always
revision 6 of the bzr repository builds for me via make.
Created attachment 186192 [details] oggfwd-6.ebuild Ebuild for the bzr revision 6 (using the bzr.eclass). If you already have an oggfwd installed at /usr/local/bin/oggfwd, you might need to delete that to have the portage-installed oggfwd be used (at least that was the case for me).
Created attachment 186201 [details] oggfwd-6.ebuild Updated the ebuild thanks to feedback in #gentoo-sunrise (scarabeus and chithead). Now use dodir.
Created attachment 186203 [details] oggfwd-6.ebuild dodir without -k ... sorry for the noise.
Created attachment 186218 [details] oggfwd-0_pre6.ebuild
Thanks to much support in #gentoo-sunrise, I could rework the ebuild and got it into sunrise, now.
http://overlays.gentoo.org/proj/sunrise/browser/sunrise/media-video/oggfwd
Created attachment 187148 [details] oggfwd-0_pre6.ebuild
A bzr snapshot for rev 9 is in sunrise, now (pending review).
I have been able to emerge oggfwd in 2.6.32-gentoo-r7 x86_64. I have been able to send an ogg video file to the icecast server with this command: cat delvjcorunha01.ogg | oggfwd generatech.org 52008 <password> /theora.ogg That is: cat <ogg_video> | oggfwd <server> <port> <password> <mount_point> Maybe KEYWORDS="~amd64" could be added to the ebuild. Thanks for working on this ebuild!
Created attachment 328372 [details] oggfwd-0_pre13.ebuild Here's an updated ebuild that installs revision 13 (latest as of writing) from the bzr-repo. This one also installs the man-page in the correct location by modifying the Makefile using sed. Seems to be no longer in sunrise overlay? Maybe bug-submitter needs to change the whiteboard?
Hello, everyone. It seems that at least one ebuild related to this bug exists in the Sunrise overlay at the moment. However, I have to regretfully announce that after a long inactivity period the Sunrise project has been discontinued and the related overlay will be eventually removed. For this reason, I'd like to ask you to reevaluate the ebuilds and consider moving them. If you'd like to maintain a package from Sunrise in Gentoo, please take a look at our Proxy Maintainers [1] project. Please make sure to take ebuilds from the unreviewed developer Sunrise repository [2] rather than the -reviewed one, since the latter has not been updated for over a year. While at it, please note that: 1. Adding a package to Gentoo requires declaring yourself as an active maintainer for it. All bugs regarding the package will be assigned to you, and you will be expected to maintain it. 2. Some packages may not be suitable for addition anymore. While there's no strong rules that would prevent you from adding a package, it may be a bad idea to add old-unmaintained packages that will shortly result in a large number of bugs reported with no solution. If that is the case, please close the bug as RESOLVED/OBSOLETE to make it easier to find packages worth adding. 3. Some of the bugs were already closed as WONTFIX/OBSOLETE/... while the relevant ebuild was kept in Sunrise. If you disagree with the original decision, you still can add the ebuild via proxy-maint. 4. Pleaes note that many of the Sunrise ebuilds are old and may be buggy. If you decide to move them, please make sure to update/clean them up. The proxy-maint team will also review your ebuilds, therefore making sure they land in Gentoo in good quality. Once again, thank you for your contribution. We hope that you will still want to contribute to Gentoo, through proxy-maint or otherwise. [1]:https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers [2]:https://gitweb.gentoo.org/proj/sunrise.git/