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

help me to find correct url for desihd.net and dmastiers.com

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

Josan420 03-08-2012 02:40 AM

help me to find correct url for desihd.net and dmastiers.com


 
i need correct url for this stream

http://www.dmastiers.com/videos/play...ry-channel.htm
or
http://desihd.net/discovery-india.php
i use rtmp exploere but it failed
please hellp me

chap 03-08-2012 04:07 AM

Re: help me to find correct url for rtmpdump


 
Code:

>rtmpdump
-r "rtmp://109.200.202.69/hdcaster" -a "hdcaster" -f "WIN 11,1,102,62" -W "http:
//hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=115520&
width=630&height=454" -y "115520" -o 115520.flv -T "%Xr8e(nKa@#."
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  author
INFO:  copyright
INFO:  description
INFO:  keywords
INFO:  rating
INFO:  title
INFO:  presetname            Medium Bandwidth (300 Kbps) - H.264
INFO:  creationdate          Tue Feb 28 18:20:32 2012
INFO:  videodevice          713x BDA Analog Capture
INFO:  framerate            25.00
INFO:  width                320.00
INFO:  height                240.00
INFO:  videocodecid          avc1
INFO:  videodatarate        200.00
INFO:  avclevel              21.00
INFO:  avcprofile            77.00
INFO:  videokeyframe_frequency5.00
INFO:  audiodevice          SoundMAX Digital Audio
INFO:  audiosamplerate      22050.00
INFO:  audiochannels        1.00
INFO:  audioinputvolume      78.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        48.00
1910.846 kB / 62.02 sec


Josan420 03-08-2012 06:40 AM

Re: help me to find correct url for rtmpdump


 
1 Attachment(s)
thanks but stream start then after some seconds it close

i tried this
Code:

rtmpdump -r "rtmp://109.200.202.69/hdcaster" -a "hdcaster" -f "WIN 11,1,102,62" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=115520&width=630&height=454" -y "115520" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
and it work but after some seconds it close.

Code:

H:\channel\wadhu ghatu\rtmpdump-20110925-git-6230845-win32>rtmpdump -r "rtmp://1
09.200.202.69/hdcaster" -a "hdcaster" -y "115520"  | "C:\Program Files\VideoLAN
\VLC\vlc.exe" -
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  author
INFO:  copyright
INFO:  description
INFO:  keywords
INFO:  rating
INFO:  title
INFO:  presetname            Medium Bandwidth (300 Kbps) - H.264
INFO:  creationdate          Tue Feb 28 18:20:32 2012
INFO:  videodevice          713x BDA Analog Capture
INFO:  framerate            25.00
INFO:  width                320.00
INFO:  height                240.00
INFO:  videocodecid          avc1
INFO:  videodatarate        200.00
INFO:  avclevel              21.00
INFO:  avcprofile            77.00
INFO:  videokeyframe_frequency5.00
INFO:  audiodevice          SoundMAX Digital Audio
INFO:  audiosamplerate      22050.00
INFO:  audiochannels        1.00
INFO:  audioinputvolume      78.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        48.00
116.100 kB / 5.40 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 449
141.557 kB / 6.21 sec
Download complete


i upload a screenshot.
please help me

KSV 03-08-2012 06:55 AM

Re: help me to find correct url for rtmpdump


 
look at the command posted by chap again.

Code:

-T "%Xr8e(nKa@#."

Josan420 03-08-2012 08:05 AM

Re: help me to find correct url for rtmpdump


 
Quote:

Originally Posted by KSV (Post 41708)
look at the command posted by chap again.

Code:

-T "%Xr8e(nKa@#."

i tried it but nothing happen with this command .bat file close immediately:mad:

chap 03-08-2012 08:10 AM

Re: help me to find correct url for rtmpdump


 
Quote:

Originally Posted by Josan420 (Post 41710)
i tried it but nothing happen with this command .bat file close immediately:mad:

use cmd.exe
Code:

rtmpdump -r "rtmp://109.200.202.69/hdcaster" -a "hdcaster" -f "WIN 11,1,102,62" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=115520&width=630&height=454" -y "115520" -T "%Xr8e(nKa@#." | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
use file bat
Code:

rtmpdump -r "rtmp://109.200.202.69/hdcaster" -a "hdcaster" -f "WIN 11,1,102,62" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=115520&width=630&height=454" -y "115520" -T "%%Xr8e(nKa@#." | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

KSV 03-08-2012 08:30 AM

Re: help me to find correct url for rtmpdump


 
Quote:

Originally Posted by Josan420 (Post 41710)
i tried it but nothing happen with this command .bat file close immediately:mad:

then first learn how to use batch files. next time also put your command output in code tags.

Josan420 03-08-2012 08:30 AM

Re: help me to find correct url for rtmpdump


 
thank u
it work now!!
please do me another favour, help me for another channel

http://desihd.net/sony-tv.php

thanks once agian

chap 03-08-2012 09:32 AM

Re: help me to find correct url for rtmpdump


 
Code:

>rtmpdump
-r "rtmpe://208.77.20.52/dmm1" -a "dmm1" -f "WIN 11,1,102,62" -W "http://www.wat
chsuntv.com/play/flash/player.swf" -p "http://www.watchsuntv.com/play/flash/play
er.swf?&streamer=rtmpe://208.77.20.52/dmm1&file=setmax&autostart=true&skin=skin.
swf&logo=&stretching=exactfit" -y "setmax" -o setmax.flv -T "vecR*juch!+a"
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              0.00
INFO:  width                640.00
INFO:  height                480.00
INFO:  videodatarate        683.59
INFO:  framerate            29.97
INFO:  videocodecid          7.00
INFO:  audiodatarate        31.25
INFO:  audiosamplerate      44100.00
INFO:  audiosamplesize      16.00
INFO:  stereo                TRUE
INFO:  audiocodecid          10.00
INFO:  encoder              Lavf53.5.0
INFO:  filesize              0.00
2583.266 kB / 23.11 sec


Josan420 03-08-2012 10:04 AM

Re: help me to find correct url for rtmpdump


 
thanks
thanks
thanks............................................ ......................................:) :) :) :) :) :)


All times are GMT -6. The time now is 06:35 PM.