On Tue, Mar 15, 2011 at 03:30:39PM +0100, David Coppa wrote:
> On Tue, Mar 15, 2011 at 3:24 PM, Landry Breuil <lan...@rhaalovely.net> wrote:
> 
> > Make sure that the tv-over-ip service provided by free isp in france
> > still works.. in the past i've found it picky as to live555 usage.
> > anyone can test that ?
> 
> Last time I've heard from Antoine about that, it was not working with
> ffmpeg but it was even worse with live555 (segfault).

As I'm running -outdated, I'll not comment on mplayer-20110303
but mplayer-20101024p2 works fine for me on free.fr's tv-over-ip

$ cat ~/.mplayer/config
softvol-max=500
prefer-ipv4=yes
zoom=yes
fs=yes
vf=kerndeint
hardframedrop=yes
cache=8192

$ cat ~/bin/fplay
#!/bin/sh
# this script takes <channel_number> as single argument
mixerctl outputs.master=200
#url=`ftp -o - http://mafreebox.freebox.fr/freeboxtv/playlist.m3u 2>/dev/null 
|grep -A 1 ",$1 " |grep 'flavour=ld'`
url=`ftp -o - http://mafreebox.freebox.fr/freeboxtv/playlist.m3u 2>/dev/null 
|grep -A 1 ",$1 " |grep 'flavour=sd'`
#url=`ftp -o - http://mafreebox.freebox.fr/freeboxtv/playlist.m3u 2>/dev/null 
|grep -A 1 ",$1 " |grep 'flavour=hd'`
echo "URL: $url"
mplayer $url

Reply via email to