Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

how to use rtmpdump with ditto tv

(http://stream-recorder.com/forum/showthread.php?t=14707)

adi10289 12-11-2012 07:56 AM

how to use rtmpdump with ditto tv


 
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=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

DEAD_MAN_WALKING 12-12-2012 04:21 AM

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


All times are GMT -6. The time now is 05:02 PM.