-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREQUIREMENTS-2015.txt
100 lines (62 loc) · 2.78 KB
/
REQUIREMENTS-2015.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
REQUIREMENTS FOR MLBVIEWER 2015 SEASON
FOR 2014 USERS:
If you used mlbviewer in 2014, you probably only need to do an
"svn update" to patch in any bug fixes.
NEW USERS:
Python2.7 or newer (not including Python3.x)
Python3.x is not backwards compatible with Python2.x. As such, a significant
chunk of mlbviewer would have to be rewritten for 3.x. If your system uses
python3 by default (e.g. ls -l `which python` points to python3), you can
start mlbviewer using python2 with: "python2 mlbviewer.py"
Please read on for further requirements depending on whether you are an MLB.TV
Premium or MLB.TV Basic subscriber.
NEXDEF STREAMS
You will need mlbhls (see above) to access the higher bitrates.
NON-PREMIUM USERS (and Gameday Audio subscribers)
You will need rtmpdump version 1.7 or greater.
rtmpdump - http://rtmpdump.mplayerhq.hu/
Non-premium users can access nexdef streams using mlbhls. Non-premium users
should set use_wired_web=1 in the config file to access the correct nexdef
streams.
NON-SUBSCRIBERS
The following features are available to non-subscribers (those without an
MLB.TV subscription):
- Game Highlights
- Condensed Games
- Master Scoreboard View
- Line Scores
- Box Scores
- Standings
- Free Game Of The Day
Non-subscribers should still fill in user= and pass= in ~/.mlb/config using
their mlb.com username and password. Without this, the Free Game Of The Day
will not be available.
MLB CLASSICS
Watch classic games and episodes of This Week in Baseball with mlbclassics.py.
Additional requirements for mlbclassics.py:
python-gdata
youtube-dl
An MLB.com/MLB.TV account is not necessary for mlbclassics.
MPLAYER2 VS MPLAYER
Mplayer2 is fork of the mplayer project. It also seems to play the streams
and handle stream rate switches (important if you enable adaptive streaming
in nexdef mode - see README for more details) better than the original mplayer.
For this reason, it is recommended that you download, compile, and install
mplayer2 for use with mlbviewer and MLB.TV.
http://www.mplayer2.org
The basic instructions are:
1. Download a tarball.
2. Unpack it.
3. Run 'make -j 6'
4. Run 'make install'
The binary is statically linked so it will not replace the library files that
other players like vlc are using.
---------------------------------------------------------------------------
READ THE README FOR MORE HELP ON USING MLBVIEWER 2015.
Also, you can post any support questions either to the Sourceforge forum at:
https://sourceforge.net/forum/?group_id=224512
Or the Linux Questions thread here:
http://www.linuxquestions.org/questions/fedora-35/mlb.tv-in-linux-432479/
No, you don't have to read all 200+ pages. Just skip to the last page
and post question to the end of the thread. There are several helpful
testers who have been with this project since the start.