Search Criteria
Package Details: mlbviewer 2015_sf_1-1
Git Clone URL: | https://aur.archlinux.org/mlbviewer.git (read-only, click to copy) |
---|---|
Package Base: | mlbviewer |
Description: | A collection of tools to view and listen to streaming baseball games from MLB.TV. |
Upstream URL: | http://sourceforge.net/projects/mlbviewer |
Licenses: | |
Submitter: | vanillacoffee |
Maintainer: | vanillacoffee |
Last Packager: | vanillacoffee |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-09 12:47 |
Last Updated: | 2015-08-09 21:40 |
Dependencies (7)
- curl (curl-git, curl-minimal-git)
- libconfig (libconfig-git)
- python2
- rtmpdump (rtmpdump-ksv-git, rtmpdump-git)
- subversion (make)
- mpv (mpv-sndio, mpv-semifull-git, mpv-vittgam, mpv-git-nc, mpv-ahjolinna, mpv-rpi, mpv-thin, mpv-ahjolinna-git, mpv-amd-full-git, mpv-full-git, mpv-full, mpv-full-build-git, mpv-light, mpv-build-git, mpv-git) (optional) – lightweight streaming media player
- python2-gdata (optional) – MLB classics
Latest Comments
1 2 Next › Last »
vanillacoffee commented on 2016-04-04 14:36
For the latest dev version of mlbviewer, please install https://aur.archlinux.org/packages/mlbviewer-svn. See related discussion starting at https://www.linuxquestions.org/questions/fedora-35/mlb-tv-in-linux-432479/page319.html.
terminalmage commented on 2015-07-17 20:03
Actually, it matches, it's just that sourceforge is doing something with its redirect that is messing with cURL.
terminalmage commented on 2015-07-17 19:58
sha1sum does not match for mlbviewer2015-sf-1.tar.gz
vanillacoffee commented on 2014-10-12 17:17
I got nexdef working by REMOVING these packages
ca-certificates-{utils,cacert,mozilla}
This will temporarily break dependencies so you need to pacman -Rdd.
Then downgrading these
ca-certificates -> 20140325-1
curl -> 7.38.0-1
nss -> 3.17-3
It appears to be related to this https://lists.archlinux.org/pipermail/arch-general/2014-August/037057.html, which split the ca-certs package into three subpkgs.
vanillacoffee commented on 2014-10-07 01:36
I posted about the nexdef problem over in the linux questions support thread, http://www.linuxquestions.org/questions/fedora-35/mlb-tv-in-linux-432479/page307.html It might take a little while to show up (must be approved by mods).
vanillacoffee commented on 2014-10-07 01:15
If anyone is having trouble watching postseason games on TBS, the dev has committed a fix in svn trunk. Check out the new package https://aur.archlinux.org/packages/mlbviewer-svn
vanillacoffee commented on 2014-09-28 18:24
Actually, yes, I have the same problem. It was working just a few days ago so this is a recent issue. Didn't Arch's curl package update recently?
terminalmage commented on 2014-09-28 05:41
Is anyone else having trouble with nexdef streams? When I ran mlbhls independent of mlbplay, I found that mlbhls was not able to verify the SSL certificate, and there were a lot of these errors:
[MLB] (CURL ERR) SSL certificate problem: self signed certificate in certificate chain (URL: https://mlb-ws.mlb.com/pubajaxws/bamrest/MediaService2_0/op-generateKey/v-2.3?contentId=36371627&kid=190138&playback=HTTP_CLOUD_WIRED_WEB&contentId=36371627&appAccountName=mlb&eventId=14-382951-2014-09-27&ipid=10019732&sessionKey=g96Z8jDaonAukNdIJl8ZzqgYM2Y%3D&country=gb&postalCode=ec1m)
Attempting to curl that URL resulted in similar errors:
curl: (6) Could not resolve host: URL
curl: (60) SSL certificate problem: self signed certificate in certificate chain
The weird thing is that netcat's CA bundle (/usr/share/ncat/ca-bundle.crt) would successfully verify, but I couldn't find any way of forcing mlbhls to use a different CA bundle.
In the end I patched the mlbhls source like so, to disable SSL verification: http://termbin.com/ih4e
It's not a solution of which I am very fond, but it's the only way I've been able to get nexdef to work.
vanillacoffee commented on 2014-05-11 10:18
Updated for release 2014-sf-2.
vanillacoffee commented on 2014-04-13 13:21
Good call. I have implemented this and bumped the pkg release.