Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #12203 (closed enhancement: fixed)

Opened 17 months ago

Last modified 16 months ago

NEW: live555 libraries for playing streaming media

Reported by: ehainry@… Owned by: ryandesign@…
Priority: Normal Milestone: Port Submissions
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

Portfile (1.0 KB) - added by ehainry@… 17 months ago.
Update
live.patch (0.8 KB) - added by simon@… 16 months ago.
Updates the Portfile to the newest version which ensures it's working.
mplayer.patch (367 bytes) - added by simon@… 16 months ago.
Added patch for mplayer Portfile like suggested by the creator of this ticket.

Change History

Changed 17 months ago by ehainry@…

Update

Changed 17 months ago by ehainry@…

Note: I forgot to put some $Id: svn keywords... If anybody commits this, please add it.

Changed 17 months 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.

Changed 17 months ago by jmpp@…

  • milestone changed from New Ports to Port Submissions

Milestone New Ports deleted

Changed 16 months ago by simon@…

Updates the Portfile to the newest version which ensures it's working.

Changed 16 months ago by simon@…

Added patch for mplayer Portfile like suggested by the creator of this ticket.

Changed 16 months ago by ryandesign@…

  • cc ecronin@…, simon@…, ryandesign@… added
  • owner changed from macports-dev@… to ryandesign@…
  • priority changed from Expected to Normal

Changed 16 months 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.

Changed 16 months ago by ryandesign@…

  • status changed from new to closed
  • resolution set to fixed

"live" variant added to MPlayer as per Simon's second patch in r27465. Thanks, all.

Note: See TracTickets for help on using tickets.