RTMPDump piped to xbmc.Player
#1
Hi

I have an issue with xbmc.Player and I'm unsure how to fix it.

I have to stream an rtmp stream via a SOCKS proxy. When I add the "socks" details to the URL passed to xbmc.Player, the traffic is NOT directed via the SOCKS proxy.

If I use rtmpdump, then the traffic IS directed to the SOCKS proxy, but I do not know how to pipe the output of the rtmpdump command to dvdplayer within XBMC.

I can do this easily in Windows:
Quote:C:\rtmpdump\rtmpdump.exe --rtmp "rtmpe://bt.fcod.llnwd.net:1935/a800/o10/&" --flashVer "WIN 11,0,1,152"

--swfVfy "http://admin.brightcove.com/viewer/us20111026.1813/connection/ExternalConnection_2.swf" --conn Z:

--playpath

"mp4:videos/19582164001/19582164001_1689951214001_b17-C5159720119A1-H264-1500-16x9.mp4?e=1340399144&h=24151f00

940e483cc51cfa2ff4ec284d&__nn__=659726446001" --socks "xx.xx.xx.xx:1080" -o -| mplayer -

...and everything works fine.

How do I do this within my Python scipt ?

Thanks

David

Reply

Logout Mark Read Team Forum Stats Members Help
RTMPDump piped to xbmc.Player0