PDA

View Full Version : how to use rtmpdump with ditto tv


adi10289
12-11-2012, 07:56 AM
Hi
Can anyone help me in using rtmpdump with ditto tv.
It uses adobe air to play live stream.

URLHelper : rtmp://mf.siemens.c.nmdn.net/dittotv2/<playpath>colors_500kbs.sdp?loc=fra1&token=834caf3b56597ba8270a97206a794539&u_id=00919911783069&d_id=00-FF-70-46-F3-0Â <swfUrl>app:/DesktopZEECommercial.swf <pageUrl>objectEncoding
URLSnooper : rtmp://62.27.47.126:1935/dittotv/_definst_/colors_500kbs.sdp

DEAD_MAN_WALKING
12-12-2012, 04:21 AM
Find yourself the Player SWF(-W) plus the Web URL(-p) and you got yourself a stream...

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...;)