Ticket #12203 (closed submission: fixed)
NEW: live555 libraries for playing streaming media
| Reported by: | ehainry@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.4.40 |
| Keywords: | MPlayer, live555, streaming | Cc: | ehainry@…, ecronin@…, simon@…, ryandesign@… |
| Port: |
Description
Live 555 is a library used to play streaming media. It can be used by MPlayer.
http://www.live555.com/liveMedia/
This portfile is not very polished (only written with macos in mind (argument to configure) and I have no means to test it on other systems at the moment ; the destroot phase is quite dirty, but that's how they advise to do). If anybody wants to give it some love (and put their name for maintainer). Also, it may be nice to put the distfile in some place it will be conserved, they don't seem to make it easy fetching an old tarball.
It could be integrated with MPlayer by adding a variant in Mplayer's Portfile:
variant live \
description {Enable live555 streaming media input} {
depends_lib-append port:live555
configure.args-delete --disable-live
}
Attachments
Change History
comment:1 Changed 6 years ago by ehainry@…
Note: I forgot to put some $Id: svn keywords... If anybody commits this, please add it.
comment:2 Changed 6 years ago by ecronin@…
mplayer maintainer here- if/when this new port gets added, please also add the variant above to the MPlayer Portfile, it looks fine.
comment:3 Changed 6 years ago by jmpp@…
- Milestone changed from New Ports to Port Submissions
Milestone New Ports deleted
Changed 6 years ago by simon@…
- Attachment live.patch added
Updates the Portfile to the newest version which ensures it's working.
Changed 6 years ago by simon@…
- Attachment mplayer.patch added
Added patch for mplayer Portfile like suggested by the creator of this ticket.
comment:4 Changed 6 years ago by ryandesign@…
- Cc ecronin@…, simon@…, ryandesign@… added
- Priority changed from Expected to Normal
- Owner changed from macports-dev@… to ryandesign@…
comment:5 Changed 6 years ago by ryandesign@…
In r27464 I committed the live555 portfile, plus Simon's patch, plus additional changes by me since the current (and only) version available as of today is 2007.08.03a. I also updated the livecheck regex to work with MacPorts 1.5.1 and to handle the unexpected "a" in the version.
Since the distfiles disappear so quickly it would be a good idea to a) request of the developers that they keep old versions around for awhile, or if they refuse, b) host the distfiles in the MacPorts repository.


Update