Opened 14 years ago

Closed 14 years ago

#23757 closed defect (fixed)

mplayer-devel @29701 - "+live" option fails

Reported by: sonicth Owned by: acho@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: mplayer-devel

Description

mplayer-devel cannot play samples from Darwin Streaming Server (default install, from link provided at Apple's site) because...

its (most likely) TCP rtsp stream which would not work...

even with option -rtsp-stream-over-tcp because...

mplayer-devel is NOT compiled with LIVE555, aka variant +live

...looking at compile flags

Reading /opt/local/etc/mplayer-devel/codecs.conf: 141 audio & 304 video codecs
Configuration: --prefix=/opt/local --extra-cflags=-I/opt/local/include/lzo -I/opt/local/include --extra-ldflags=-L/opt/local/lib -L/opt/local/lib/samba3 
--datadir=/opt/local/share/mplayer-devel --confdir=/opt/local/etc/mplayer-devel --mandir=/opt/local/share/man --enable-png --enable-jpeg --enable-liblzo 
--enable-theora --enable-libvorbis --enable-mad --enable-largefiles --disable-smb --disable-live --disable-dvdnav --disable-dvdread --disable-cdparanoia 
--disable-freetype --disable-fontconfig --disable-fribidi --disable-enca 
--disable-libcdio --disable-speex --disable-toolame --disable-xmms --disable-musepack --disable-sdl --disable-caca --disable-x11 --disable-gl 
--disable-arts --disable-esd --disable-lirc --disable-mng --disable-libdirac-lavc --disable-libschroedinger-lavc --disable-qtx --target=x86_64-Darwin

there is a strange one: --disable-live, even though i've specified +live as a port request. It seems like an easy fix, but I dont have sufficent knowledge and/or time for the fix, thought i report this anyways

Change History (3)

comment:1 Changed 14 years ago by sonicth

custom fix could be the following:

cd MPlayer* ; ./configure --with-extraincdir=<path-to-LIVE555-Streaming-Media-library-directory>

also i ran mplayer with the following

mplayer rtsp://127.0.0.1:rtps/sample_h264_1mbit.mp4

regards m

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Keywords: Mplayer live555 rtsp tcp removed
Owner: changed from macports-tickets@… to acho@…
Type: enhancementdefect

Please remember to cc the maintainer.

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Should be fixed by r63922.

Note: See TracTickets for help on using tickets.