2011-03-02, 04:24
XBMC uses librtmp, right? I'm trying to get a handle on how to get XBMC to directly play authenticated streams I can access using rtmpdump. I know it's possible to tell XBMC to play a local file or stream using a URL and the web server. So I'd like to figure out what I have to pass the web server to get XBMC to play back the stream.
Specifically, this is in regards to the MLB.TV subscription service. Here's an example rtmpdump command that will access a stream and pipe it to stdout, with the specifics deleted, and linebreaks between flags:
Is it possible to play a stream like this in XBMC? Thanks!
Specifically, this is in regards to the MLB.TV subscription service. Here's an example rtmpdump command that will access a stream and pipe it to stdout, with the specifics deleted, and linebreaks between flags:
Code:
rtmpdump
-f "LNX 10,0,22,87"
-o -
-r "rtmp://cp65670.edgefcs.net/etcetera"
-y "mp4:secure/mlbam/2011/03/01/etcetera"
-a "detailshere"
-s http://mlb.mlb.com/flash/mediaplayer/v4/RC91/MediaPlayer4.swf?v=4
-t "http://96.17.74.15:1935/etcetera"
-A 0
Is it possible to play a stream like this in XBMC? Thanks!