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 04-11-2010, 04:20 PM   #2641
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16

Quote:
Originally Posted by bosox View Post
since nexdef isn't available (yet!), i am trying to build rtmpdump for macos x 10.5.

when i try to build, i get the following error:


i think the issue is the version of openssl that i am running (0.9.71). if this is in fact the case, is there a way to update it without causing a problem for my os? i know in standard linux i could just update the package, but i don't know how to do this in macosx.

any ideas?
install macports and use the rtmpdump from that... works perfectly with no patching
 
Old 04-11-2010, 08:21 PM   #2642
jeff21785
LQ Newbie
 
Registered: Apr 2010
Posts: 1

Rep: Reputation: 0
Noob here!

Sorry everyone... I JUST installed ubuntu and I heard that there is a great amount of support so I thought that I would ask to see if I could get some help....

I have been looking through the forums trying to get some help on what I need to do to get my MLB.TV to work and I have gotten to the point where I get it going and all that I see is it "transferring data from gdx.mlb.com" for almost 10 minutes now.

Is this because of linux or mlb.com?

ANY help would be appreciated... I'll keep searching the forum for help... if someone wants to walk me through on Empathy send me a message and I can connect with ya... THANKS
 
Old 04-11-2010, 09:16 PM   #2643
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Quote:
Originally Posted by jeff21785 View Post
Noob here!

Sorry everyone... I JUST installed ubuntu and I heard that there is a great amount of support so I thought that I would ask to see if I could get some help....

I have been looking through the forums trying to get some help on what I need to do to get my MLB.TV to work and I have gotten to the point where I get it going and all that I see is it "transferring data from gdx.mlb.com" for almost 10 minutes now.

Is this because of linux or mlb.com?

ANY help would be appreciated... I'll keep searching the forum for help... if someone wants to walk me through on Empathy send me a message and I can connect with ya... THANKS
You're talking about the Flash player, right? In my experience, even when the Flash player is working properly, the status bar always says "transferring data from gdx.mlb.com". Are you sure you have Adobe Flash Player installed on your system?

Personally, I think you'd be better off using mlbviewer rather than Flash.
 
Old 04-12-2010, 06:11 PM   #2644
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Daftcat-
Can you say what the current state of the Nexdef mlbviewer is? What can I do to help?

Thanks for your hard work!
Matt
 
Old 04-12-2010, 08:26 PM   #2645
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by mchapter View Post
Daftcat-
Can you say what the current state of the Nexdef mlbviewer is? What can I do to help?

Thanks for your hard work!
Matt
Current state: meh!

It's buggy at best when it works at all even against the official flash player. I can't get anything except the describe url to show up in either Firebug or the new HTTPFox extension. Initial testing shows the control url may not be supported at all. Without the control url, stream selection won't work like last year. Innings support may work like last year.

On top of that, I'm getting stack traces from the plugin that I plan to share, along with my notes from what I've observed last year and this year with my contact. I'm not sure it's entirely stable in the official builds yet. I'd also like to get some implementation details/differences between last year and this year.

I also hear that boxee has implemented HD but doesn't require the nexdef plugin. I wonder if this means they've implemented their own Apple Live Streaming client code. If so, I wonder how hard it would be to copy their implementation for us. I'm going to try to wade through the boxee code over the next couple of nights to see how they are doing it.

One way you could help is if you can download either Firebug or HTTPFox and try to capture the local.swarmcast.net traffic using the flash player. Also, if you know your way around Boxee source, I could use some help on that front too. So far, I haven't been able to find where the MLBtv plugin is.

My best guess is that NexDef might not be available in mlbviewer until the end of the month. This should also give MLB.TV some time to work through any April jitters that happen every year.
 
Old 04-12-2010, 10:10 PM   #2646
bodly
LQ Newbie
 
Registered: Mar 2009
Distribution: Kubuntu
Posts: 24

Rep: Reputation: 16
Quote:
Originally Posted by daftcat View Post
Also, if you know your way around Boxee source, I could use some help on that front too. So far, I haven't been able to find where the MLBtv plugin is.
I found the mlb app at .boxee/UserData/apps/mlb

Looks like it's byte-compiled. Don't know if you can decompile python easily.

Thanks again for all the hard work daftcat.
 
Old 04-14-2010, 09:03 AM   #2647
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
I installed Boxee to see how it performed. I don't watch television other than a news cast or special every now and then, but for mlb what I found is for me at least it had to pause every 70 seconds or so (high quality mode) and readjust to the stream or something. I have cable for my internet service with something like 20 megs down, so I don't think thats the problem. It did make it impossible for me to continue to watch though, so I switched over to mlbviewer and all was good except I still haven't got my sound working. Mlbviewer is definitely the best choice for watching mlb in my view.

Boxee is very cool though.
 
Old 04-14-2010, 12:05 PM   #2648
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Quote:
Originally Posted by daftcat View Post
I also hear that boxee has implemented HD but doesn't require the nexdef plugin. I wonder if this means they've implemented their own Apple Live Streaming client code. If so, I wonder how hard it would be to copy their implementation for us. I'm going to try to wade through the boxee code over the next couple of nights to see how they are doing it.
I haven't used Boxee in a while but if they did it like they did other online streaming, all they do is capture and scale the output from the Flash plugin. This is why if you look through the Boxee support forum for issues relating to the MLB.TV app, you see problems with flash overlays not going away and the like.

While this is better than nothing, the rtmpdump method is way better than this.
 
Old 04-14-2010, 12:31 PM   #2649
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by rjwood View Post
I installed Boxee to see how it performed. I don't watch television other than a news cast or special every now and then, but for mlb what I found is for me at least it had to pause every 70 seconds or so (high quality mode) and readjust to the stream or something. I have cable for my internet service with something like 20 megs down, so I don't think thats the problem. It did make it impossible for me to continue to watch though, so I switched over to mlbviewer and all was good except I still haven't got my sound working. Mlbviewer is definitely the best choice for watching mlb in my view.

Boxee is very cool though.
How come you don't have sound yet? The audio codec is AAC which is provided by (I believe) the faad libraries. Probably best to download the source from http://www.audiocoding.com. Build this, then rebuild mplayer.
 
Old 04-14-2010, 12:41 PM   #2650
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by daftcat View Post
How come you don't have sound yet? The audio codec is AAC which is provided by (I believe) the faad libraries. Probably best to download the source from http://www.audiocoding.com. Build this, then rebuild mplayer.
rob@rob-desktop:~$ mplayer -ac help | grep faad
faad faad working FAAD AAC (MPEG-2/MPEG-4 Audio) [libfaad2]
 
Old 04-14-2010, 12:58 PM   #2651
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by rjwood View Post
rob@rob-desktop:~$ mplayer -ac help | grep faad
faad faad working FAAD AAC (MPEG-2/MPEG-4 Audio) [libfaad2]
Okay, can you use soapevent.py to download about 15 seconds of a game? Then play it with mplayer using none of the "quiet" options and tee the output to a file, e.g.

Code:
$ test/soapevent.py 14-263916-2010-04-13

(Ctrl-C this after about 10 seconds.)

$ mplayer 14-263916-2010-04-13.mp4 | tee /tmp/mplayer-command-output.log

(Quit this as soon as the timer starts running so we don't get pages of timer output.)
Then post that output to pastebin.com and post the pastebin url here. Either myself or Theophile can figure out what's still not working.

Last edited by daftcat; 04-14-2010 at 01:02 PM.
 
Old 04-14-2010, 05:01 PM   #2652
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
...
Code:
MPlayer SVN-r31026-4.4.1 (C) 2000-2010 MPlayer Team
 
Playing 14-263916-2010-04-13.mp4.
libavformat file format detected.
[flv @ 0xa729770]Estimating duration from bitrate, this may be inaccurate
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO:  [H264]  600x448  0bpp  29.970 fps    0.0 kbps ( 0.0 kbyte/s)
Clip info:
 duration: 11369
 moovPosition: 40
 width: 600
 height: 448
 videocodecid: avc1
 audiocodecid: mp4a
 avcprofile: 77
 avclevel: 31
 aacaot: 2
 videoframerate: 30
 audiosamplerate: 48000
 audiochannels: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
No such audio driver 'pulse'
No such audio driver 'alsa'
No such audio driver 'sdl'
Could not open/initialize audio device -> no sound.
AUDIO: 48000 Hz, 1 ch, s16le, 0.0 kbit/0.00% (ratio: 0->96000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
Audio: no sound
Starting playback...
Movie-Aspect is 1.79:1 - prescaling to correct movie aspect.
VO: [xv] 600x448 => 800x448 Planar YV12
V:   8.6   0/  0 12%  2%  0.0% 0 0
 
Old 04-14-2010, 05:39 PM   #2653
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
rjwood,

Can you use mplayer to play other types of files with audio? If so, could you paste us a similar output from a file with working sound?

What I see indicates that mplayer is handing the AAC just fine, but for some reason it is having trouble finding a suitable output driver. Kind of like the problem we just fixed with the video, only with sound this time. Fun, right?
 
Old 04-14-2010, 05:45 PM   #2654
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
rjwood,

Also, can you do:

Code:
$ mplayer -ao help
I'd be surprised if 'oss' doesn't work so you could also try:

Code:
$ mplayer -ao oss 14-263916-2010-04-13.mp4
 
Old 04-14-2010, 05:54 PM   #2655
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
hey all,

i'm having trouble with my mlbviewer on my snow leopard netbook (dell mini9)

I've got everything running, but when I try to play a game I'm stuck with this:

Buffering streamRTMPDump v2.2
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
MPlayer UNKNOWN-4.2.1 (C) 2000-2009 MPlayer Team
141 audio & 304 video codecs
Playing -.
Reading from stdin...
'Starting Live Stream

and thats as far as it will go, it sits there for a minute than goes back to mlbviewer

using the soapevent command daftcat just posted, I can make an mp4 and watch it with mplayer!

I can also watch games with the stdout.py tool, so Its probably something in my mlbviewer config somewhere, but i cant figure out what...

any ideas?

EDIT: seems to be working with live games... sweet! definately the only way to watch mlb.tv on a netbook!

Last edited by edouble312; 04-14-2010 at 06:10 PM.
 
  


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 06:22 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