Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12203 closed submission (fixed)

NEW: live555 libraries for playing streaming media

Reported by: ehainry@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.4.40
Keywords: MPlayer, live555, streaming Cc: ehainry@…, ecronin (Eric Cronin), simon@…, ryandesign (Ryan Carsten Schmidt)
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 (3)

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

Download all attachments as: .zip

Change History (11)

Changed 17 years ago by ehainry@…

Attachment: Portfile added

Update

comment:1 Changed 17 years ago by ehainry@…

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

comment:2 Changed 17 years ago by ecronin (Eric Cronin)

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 17 years ago by jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

Changed 17 years ago by simon@…

Attachment: live.patch added

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

Changed 17 years ago by simon@…

Attachment: mplayer.patch added

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

comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ecronin@… simon@… ryandesign@… added
Owner: changed from macports-dev@… to ryandesign@…
Priority: ExpectedNormal

comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

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 17 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

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

comment:7 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:8 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.