glenrocks wrote:not sure what changed on XBMC Eden..

glenrocks wrote:One down, ESPN to go...same expatError
This is probably an incompatibility error, since I haven't made the adjustments for the
Eden (v11) API changes yet. I don't get this error on Dharma (v10), so for the moment try reverting xbmc (...and thank you for your patience

).
tmknight wrote:jumpy.log and debug.log attached for attempt to play "Maria Sharapova vs. Victoria Azarenka (Women's Final)"
Logs show that rtmpdump is failing (this same stream plays fine on my linux setup). Were you successful in patching/building current rtmpdump from git? If not this may help:
- Code: Select all
# install ssl headers
sudo apt-get install libssl-dev
# build for linux
make SYS=posix
btw, jumpy.log includes a 'test cmd' for every rtmp link:
test cmd: rtmpdump -r "rtmp://cp88998.edgefcs.net/ondemand/?auth=da.c...
which you can paste into a terminal to test your rtmpdump. If it's working the stream will dump into the terminal and you can ctrl-c to bail out (or you pipe the stream to mplayer by adding 'I mplayer -' to the end of the command). Keep in mind that each ESPN url seems to be good for one try only, so don't press the 'Item' link on the xmb before opening up jumpy.log and copying the test cmd). If you want to see detailed debug info add '-z' to the rtmpdump command. HTH

.