LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-22-2010, 03:57 PM   #3136
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Python 3 hosed Mlbviewer


The Arch python upgrade did this to Mlbviewer. Easy fix or is this something to forget about until next year?

Code:
[mike@7arch ~]$ cd mlbviewer
[mike@7arch mlbviewer]$ python mlbviewer.py
  File "mlbviewer.py", line 76
    print "Creating configuration files"
                                       ^
SyntaxError: invalid syntax
[mike@7arch mlbviewer]$
 
Old 10-23-2010, 03:26 AM   #3137
mkomko
Member
 
Registered: Mar 2010
Posts: 97

Rep: Reputation: 3
Quote:
Originally Posted by daftcat View Post
Has anyone else tried the new PostSeason.TV support in mlbviewer? Or is this like the bookmark feature (a cool feature that nobody uses)?
I'm an international subscriber, so I can't comment on that. I just wanted to say thanks, because I'm using it to watch the postseason archives after they have aired. It has been working fine since the LDS finished.
 
Old 10-25-2010, 07:51 PM   #3138
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by Wolfvorkian View Post
The Arch python upgrade did this to Mlbviewer. Easy fix or is this something to forget about until next year?

Code:
[mike@7arch ~]$ cd mlbviewer
[mike@7arch mlbviewer]$ python mlbviewer.py
  File "mlbviewer.py", line 76
    print "Creating configuration files"
                                       ^
SyntaxError: invalid syntax
[mike@7arch mlbviewer]$
Not reproducible.

What python version are you running? Are you running the latest SVN off the nexdef2010 branch?

What happened to your ~/.mlb directory?

EDIT: Python 3? Yeah, not looking into that until next season. Install python 2.6. That's the last that I've qualified. You might have to write a wrapper script to explicitly call python2.6 like:

Code:
#!/bin/ksh

/usr/bin/python2.6 /home/mike/mlbviewer/mlbviewer.py

Last edited by daftcat; 10-25-2010 at 07:54 PM.
 
Old 10-29-2010, 01:17 AM   #3139
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by Wolfvorkian View Post
The Arch python upgrade did this to Mlbviewer. Easy fix or is this something to forget about until next year?

Code:
[mike@7arch ~]$ cd mlbviewer
[mike@7arch mlbviewer]$ python mlbviewer.py
  File "mlbviewer.py", line 76
    print "Creating configuration files"
                                       ^
SyntaxError: invalid syntax
[mike@7arch mlbviewer]$
What a pain in the a$$!!! I just started reading python3.0 documentation and they changed print to be a function. Ain't no way I'm going to support python3.0 anytime soon (meaning probably not this offseason either unless I find something really compelling in python3.0 that mlbviewer can't live without.) I haven't read the entire rationale for the changes, but I slightly resent the "intentionally backwards incompatible" nature of python3.0. I can't get super-upset about that because I intend to make mlbviewer intentionally backwards incompatible since MLB.TV changes every year and the if/else madness of keeping previous seasons working isn't worth it.

If anyone wants to view previous seasons, let me know. I'll create separate mlbviewer branches for each season. Kind of a pain, but I'm going to remove the setup.py script so you can have an mlbviewer parent directory and 2008/, 2009/, 2010/, etc subdirectories.

But it seems from the lack of bug reports when I break previous season support (just like bookmarks), that (at least among the ones who post here), none of you really care about watching games from previous seasons once the season has finished.
 
Old 11-03-2010, 08:30 PM   #3140
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by daftcat View Post
What a pain in the a$$!!! I just started reading python3.0 documentation and they changed print to be a

[big snip]

here), none of you really care about watching games from previous seasons once the season has finished.
Do you figure you'll be using python 3 by next season? I suppose you'll be forced to eventually but if not, I've got a Debian type distrution on another old computer that is using python 2.6 + and Mlbviewer works fine. I'll just use it if you aren't planning on going to 3.

Another question while I've got your attention is that I can no longer build Mplayer using the sh configure --enable-dynamic-plugins --prefix=/usr

I get this and then the process halts. "Error: yasm not found, use --yasm='' if you really want to compile without". Doing what it says doesn't work because when it finishes and tells me to use "make", it then dies too.
 
Old 02-09-2011, 06:39 PM   #3141
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
ahem... 2011 season approaches!

Looks like you can order the mlb.tv package right now!
 
Old 02-10-2011, 10:00 AM   #3142
CCRS8
LQ Newbie
 
Registered: Apr 2010
Location: NC, USA
Distribution: Xubuntu
Posts: 29

Rep: Reputation: 1
Quote:
Originally Posted by edouble312 View Post
ahem... 2011 season approaches!

Looks like you can order the mlb.tv package right now!
I just logged in to say the same thing. Hoping for an unchanged platform and a great 2011 season. Go Phils!
 
Old 02-10-2011, 05:54 PM   #3143
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Oh great! That means my next few months are going to suck!

Let me set the proper expectations based on several years of experience.

First few weeks of Spring Training, they'll be using the same platform as last year with maybe a few minor changes to the XML files just to keep things exciting for me.

Starting in the last week or two of Spring Training, they'll roll out the beta of the 2011 MLB.TV. This is where it gets "interesting."

If the last two or three years are any indication, it may take a few weeks to get all the bugs worked out and they probably won't be all on my side.

Expect non-nexdef service to start working smoothly by May. Or as I was fond of saying last year, when David Ortiz is batting above .250. ;-)

For nexdef? Who knows? I never really got it working well at all last year. It seemed like last year should have been a slam dunk. They turned the plugin into a proxy but there was something that just didn't quite work between rtmpdump and the plugin.

Side note: There was a guy from the librtmp/ffmpeg team who chimed in last year about ffmpeg supporting RTMP directly using the URL to form the headers. Unfortunately, his example of that was the diff file he used to patch libRTMP/ffmpeg. Since I'm not a C/C++ programmer, that meant very little to me. If you're still reading this thread, can you please give me a real example? I can give you a real argument list we pass to rtmpdump if you could show me how to convert that into an mplayer URL. Thanks!

Speaking of which, anyone know where rtmpdump/flvstreamer live these days?

And to whoever asked last season, I'm not planning to support python 3.0. Didn't look at it at all this off-season. What I remember from briefly looking at it last year, I would have to fork and re-write mlbviewer to support it because they intentionally made it backwards-incompatible. (Those jerks!

Finally, while I loved receiving the donations last year, there's always a chance MLBAM will do something to the service that makes it impossible for mlbviewer to support it. So unless you're unconditionally generous or the gambling type, I wouldn't want to take your money unless I knew I could deliver a working product. Might want to hold off on your donations until the real 2011 service rolls out in late March and I see what I'm up against.
 
Old 02-16-2011, 04:12 PM   #3144
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Ah, Spring is in the air. The smell of fresh-cut grass tells me it's time to put this thread back in its familiar tab, right between Gmail and the Boston Globe.

I looked around and it appears that there hasn't been any active development on flvstreamer in nearly a year. The changelog for rtmpdump shows no updates since June 2010. I've posted to the ffmpeg list about this so hopefully we'll soon have some trees up which to bark.

Optimistically looking forward to another season of quietly upstaging MLBAM!

Last edited by Theophile; 02-16-2011 at 04:16 PM.
 
Old 02-18-2011, 11:01 AM   #3145
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Not getting any bites on ffmpeg-users concerning the ability to access RTMP content with publisher authentication. But it looks like ffmpeg can be built against librtmp, which appears to be the magic behind rtmpdump. That said, I can't tell whether librtmp has been updated any more recently than rtmpdump has. And beyond that, the ffmpeg man page section concerning RTMP streams looks just like the man page for librtmp, except that the subsection on "Security Parameters" does not appear in the ffmpeg documentation. I guess the only way to test is to use the documented syntax for librtmp and pass it to ffmpeg and see what happens.

Since mplayer uses librtmp through ffmpeg, assuming ffmpeg works, it may now be possible to use mplayer without needing rtmpdump as an intermediary.
 
Old 02-24-2011, 03:33 PM   #3146
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
http://mlb.mlb.com/mlb/official_info...ring_mlbtv.jsp

looks like saturday there's a slate of games!

mlbviewer currently won't list any games for me... "parser problem with listings page".
 
Old 02-25-2011, 12:53 AM   #3147
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Oh here we go again.

First bug fix for 2011. Missing the daylight saving time dates for 2011.

You should now see the games listed for Saturday.

No promises that they'll actually be playable, though.

As with all previous seasons, please be patient and don't expect things to work smoothly until mid-April or early May. It's a good thing baseball is a six month season.

EDIT: Fixed on nexdef2010 branch. Haven't got around yet to branching for 2011.
 
Old 02-25-2011, 12:55 AM   #3148
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by edouble312 View Post
http://mlb.mlb.com/mlb/official_info...ring_mlbtv.jsp

looks like saturday there's a slate of games!

mlbviewer currently won't list any games for me... "parser problem with listings page".
Same here...."parser problem with listings page"... no matter what day I go to during the 2010 season.
 
Old 02-25-2011, 03:20 PM   #3149
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
had success with my cygwin setup, svn up'd to the new branch and am listening to D-Backs-Giants right now.

we'll see tomorrow about watching games.
 
Old 02-26-2011, 10:50 AM   #3150
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
it's working. i'm watching the pregame 'this game will begin shortly' for braves-mets right now.

not sure if they have nexdef enabled for this game, i will try that next.
 
  


Reply

Tags
help, install, installation, instructions, seek, vlc, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mlb.com gameday audio stream statmobile Linux - Newbie 6 05-06-2008 10:16 PM
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration