View Single Post
  #2  
Old 12-12-2012, 04:21 AM
DEAD_MAN_WALKING DEAD_MAN_WALKING is offline
Stream Pirate GOD
 
Join Date: Dec 2012
Location: Sunderland, UK
Posts: 10
DEAD_MAN_WALKING is on a distinguished road
Lightbulb

Re: how to use rtmpdump with ditto tv


Find yourself the Player SWF(-W) plus the Web URL(-p) and you got yourself a stream...

Code:
rtmpdump -r "rtmp://62.27.47.126:1935/dittotv/_definst_/" -a "dittotv/_definst_/" -f "WIN 11,5,502,110" -W "PLAYER_SWF_GOES_HERE" -p "WEB_URL_HERE" --live -y "colors_500kbs.sdp" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
I based this off a similar sites called yupptv...
Reply With Quote