I'm trying to get my rtmpdump + VLC combo work with own3d.tv, since I've got 10x performance boost on 1080p streams on twitch.tv comparing to browser + Adobe Flash combo (50% cpu load on flash vs 5% on VLC). So I've read some articles found in google, and made this command prompt to own3d:
Code:
rtmpdump -r "rtmp://owned.fc.llnwd.net:1935/owned?h=19a467fe967d8fe3d6f5642fceeecae3&r=1321623322" -a "owned?h=19a467fe967d8fe3d6f5642fceeecae3&r=1321623322" -f "WIN 11,0,1,152" -W "http://img.hw.own3d.tv/player/Own3dPlayerV2_63.swf" -p "http://www.own3d.tv/live/29848/Dota_2_with_Beloboka" --live -y "sorokius_29848?h=19a467fe967d8fe3d6f5642fceeecae3&r=1321623322" | "C:\Program Files\VideoLAN\VLC\vlc.exe"
where is
-r = 'tcUrl'
-a = 'App'
-f = constant for system
-W = 'swfUrl'
-p = 'pageUrl'
-y = play function argument
So when i did this i got this picture on screen:

0.804kb and nothing more
Anyone got any suggestions how to make this stream working in VLC?