App for testing RTMP URLs - good for (Flash) plugin development

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
stacked Offline
Skilled Python Coder
Posts: 792
Joined: Jun 2007
Reputation: 17
Post: #11
acun Wrote:can u give us an example of the script?
i can't make it work
thank you

Read this:
http://trac.xbmc.org/ticket/5659
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #12
@BlueCop, were you ever able to get rtmpdump working?
I keep getting perl errors.
First it was that I didn't have simple.pm, so I googled that and stuck it where perl is installed, then I get this :

Code:
rwparris2@rwparris2:~/rtmpdump$ ./get_hulu http://www.hulu.com/watch/48466/30-rock-christmas-special 1
Found CID: 12677984
Can't locate object method "new" via package "XML::Simple" (perhaps you forgot to load "XML::Simple"?) at ./get_hulu line 70.
Gamester17 Wrote:Really? I see no note crediting XBMC nor Boxee for the source code? Oo
Nor does it seem to include a GPL license file as required by the GPL No

It credits boxee in the readme

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #13
after me requesting it as i said further up. COPYING is also in place

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
mr.b Offline
Senior Member
Posts: 165
Joined: May 2007
Reputation: 0
Post: #14
rwparris,

Try adding perl modules like so:

Code:
sudo perl -MCPAN -e shell

once the shell does its autosetup stuff you'll be given a command prompt.

for XML::Simple, you do:

Code:
install XML::Simple

it'll download, compile, install for you... then exit shell and try again.. if it fails, it'll likely be something else... you just keep on until you meet the dependencies. Worked for me Smile
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #15
mr.b Wrote:rwparris,

Try adding perl modules like so:

Code:
sudo perl -MCPAN -e shell
once the shell does its autosetup stuff you'll be given a command prompt.

for XML::Simple, you do:

Code:
install XML::Simple
it'll download, compile, install for you... then exit shell and try again.. if it fails, it'll likely be something else... you just keep on until you meet the dependencies. Worked for me Smile

I got it earlier w/ help from BlueCop, thank you.

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
Post Reply