New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12203 (closed submission: fixed)

Opened 6 years ago

Last modified 4 years ago

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

Portfile (983 bytes) - added by ehainry@… 6 years ago.
Update
live.patch (795 bytes) - added by simon@… 6 years ago.
Updates the Portfile to the newest version which ensures it's working.
mplayer.patch (367 bytes) - added by simon@… 6 years ago.
Added patch for mplayer Portfile like suggested by the creator of this ticket.

Change History

Changed 6 years ago by ehainry@…

Update

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@…

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

Changed 6 years ago by simon@…

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.

comment:6 Changed 6 years 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.

comment:7 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:8 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.