Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Own3D in VLCI'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" -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? |
#2
|
|||
|
|||
Re: Own3D in VLC |
#3
|
|||
|
|||
Re: Own3D in VLCYeah, its not 24/7 channel, its userstream )
problem solved adding " -" after my code, so working one 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" - |
#4
|
|||
|
|||
Re: Own3D in VLC@Kenisk
how is parameter for de.twitch.tv |
#5
|
|||
|
|||
Easy ScriptSo, after doing a lot of digging to find out exactly what parameters you need and why, I decided to make a small script in python that will give you the correct rtmpdump command for all qualities of a stream to start dumping from own3d.tv.
http://pastebin.com/dqpRnp6h Usage: $ script.py <streamID> (streamID is the numeric value from the stream URL. For "http://www.own3d.tv/live/37905/TSM_Dyrus", it's 37905) If you guys have any problems, let me know the stream url you're having problems with please. |
#6
|
|||
|
|||
Re: Easy ScriptQuote:
|
Tags: own3d, rtmpdump, vlc |
Thread Tools | |
Display Modes | |
|
|