Ticket #23757 (closed defect: fixed)
mplayer-devel @29701 - "+live" option fails
| Reported by: | mike.vasiljevs@… | 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
Note: See
TracTickets for help on using
tickets.


custom fix could be the following:
also i ran mplayer with the following
regards m