arajantie
|
2010-06-21
, 13:28
|
Posts: 46 |
Thanked: 66 times |
Joined on Jan 2010
|
#51
|
|
2010-06-21
, 15:41
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#52
|
|
2010-06-26
, 16:52
|
|
Posts: 210 |
Thanked: 178 times |
Joined on Jan 2010
|
#53
|
It actually uses the same stream. The difference is just that it uses different mplayer options. With the original options the playback can be a bit jittery and mplayer complains about slow CPU, so I changed them a bit to speed things up, but at the expense of picture quality.
To go back to the original settings, edit the script using nano (or some other editor):
The options are on line 5. To get better picture quality but slower playback, remove "-lavdopts fast:skiploopfilter=all". MPlayer has lots of options, so you may want to experiment with them to see what gives the right balance between speed and picture quality.Code:nano -w /home/user/tvcatchup.sh
|
2010-06-26
, 22:10
|
Posts: 46 |
Thanked: 66 times |
Joined on Jan 2010
|
#54
|
|
2010-06-27
, 12:27
|
|
Posts: 210 |
Thanked: 178 times |
Joined on Jan 2010
|
#55
|
|
2010-06-30
, 08:01
|
Posts: 46 |
Thanked: 66 times |
Joined on Jan 2010
|
#56
|
Hi,
I tried the tvc player, and thought it might be based on an older script as I noticed that the quality was higher but performance was stuttering.
|
2010-06-30
, 08:05
|
Posts: 46 |
Thanked: 66 times |
Joined on Jan 2010
|
#57
|
Anyhow, I've noted on a few quick searches that, alegedly, vlc handles h264 for the iphone streams, better than mplayer.
Gstreamer also gets mentioned favourably but all I can find is gstreamer-tools package.
Can your script make use of vlc or gstreamer tools?
|
2010-06-30
, 08:30
|
Posts: 204 |
Thanked: 31 times |
Joined on Mar 2010
@ Rochdale UK
|
#58
|
|
2010-06-30
, 14:45
|
Posts: 46 |
Thanked: 66 times |
Joined on Jan 2010
|
#59
|
I don't have vlc on my n900, but I remember seeing it mentioned here. Is it available in a usable form?
|
2010-06-30
, 21:49
|
|
Posts: 210 |
Thanked: 178 times |
Joined on Jan 2010
|
#60
|
Now I found what appears to be RC2 of VLC 1.1.0 for Maemo at http://downloads.videolan.org/videolan/maemo/vlc/. It looks great, but unfortunately I could not get it to play this stream.
So it looks like we have to use mplayer.