how to use rtmpdump with ditto tvHi
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=834caf3 b56597ba8270a97206a794539&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 |
Re: how to use rtmpdump with ditto tvFind 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" - |
All times are GMT -6. The time now is 05:02 PM. |