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

How to rtmpdump hdcast.org stream?

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

summitsc 05-14-2014 05:15 AM

How to rtmpdump hdcast.org stream?


 
Hi

I found a stream on internet:
Code:

http://strmh24.com/?channel=ch10
I want to rtmpdump this. Please tell me the command to use, so I can watch it in VLC.

Thanks

mckv 05-14-2014 09:33 AM

Re: How to rtmpdump hdcast.org stream?


 
Code:

rtmpdump -r "rtmpe://46.246.29.150:1935/redirect" -a "redirect/" -W "http://77231864591d8245d027-dbd663cdd4719bbeb13e13f9ee6e6f1f.r39.cf5.rackcdn.com/pl5.swf" -p "http://www.hdcast.org" -y "premier" -T 'Fo5_n0w?U.rA6l3-70w47ch' |  vlc -

summitsc 05-14-2014 12:31 PM

Re: How to rtmpdump hdcast.org stream?


 
Thanks :) It is working.

Please give rtmpdump for this stream too:
Code:

http://showsport-tv.com/ch/bein15.html
Also, I want to share my favorite live tv website where we can watch tv channels and live sports on mobile and desktop both:
http://www.liveonlinetv247.com (desktop)
http://m.liveonlinetv247.com (mobile/tablet/ios/android)
:)

mckv 05-14-2014 01:03 PM

Re: How to rtmpdump hdcast.org stream?


 
Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se:443/r/" -a "r/" -W "http://xuscacamusca.se/jwplayer/jwplayer.flash.swf" -p "http://xuscacamusca.se" --live -y "b15293" | vlc -

summitsc 05-14-2014 11:55 PM

Re: How to rtmpdump hdcast.org stream?


 
Hi mckv

It is not working. :(

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se:443/r/" -a "r/" -W "http://xuscacamusca.se/jwplayer/jwplayer.flash.swf" -p "http://xuscacamusca.se" --live -y "b15293" -o "output.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't contact swfurl http://xuscacamusca.se/jwplayer/jwplayer.flash.swf (HTTP error 403)
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Also give rtmpdump for this stream also:
Code:

http://hdembed.com/bbc-one.php
http://hdembed.com/itv1.php
http://myembed.ch/star-plusindia.php
http://myembed.ch/nbc-hd.php


nullacht 05-17-2014 02:16 PM

Re: How to rtmpdump hdcast.org stream?


 
Quote:

Originally Posted by summitsc (Post 67626)
It is not working. :(

RTMPSUCK:

Code:

RTMP Proxy Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
app: r/
flashVer: WIN 13,0,0,182
swfUrl: http://xuscacamusca.se/jwplayer/jwplayer.flash.swf
tcUrl: rtmpe://l.xuscacamusca.se/r/
pageUrl: http://xuscacamusca.se/?id=21429&width=100%&height=100%
WARNING: Trying different position for server digest!
ERROR: WriteN, RTMP send error 10038 (16 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

Processing connect
app: c0be82e1442e7169a9a358db47fcafcb
flashVer: WIN 13,0,0,182
swfUrl: http://xuscacamusca.se/jwplayer/jwplayer.flash.swf
tcUrl: rtmpe://89.248.162.212:443/c0be82e1442e7169a9a358db47fcafcb
pageUrl: http://xuscacamusca.se/?id=21429&width=100%&height=100%
WARNING: Trying different position for server digest!
Playpath: b15293
Saving as: b15293
INFO: Metadata:
INFO:  duration              0.00
INFO:  width                512.00
INFO:  height                288.00
INFO:  videodatarate        448.00
INFO:  framerate            25.00
INFO:  videocodecid          7.00
INFO:  audiodatarate        0.00
INFO:  audiosamplerate      11025.00
INFO:  audiosamplesize      16.00
INFO:  stereo                FALSE
INFO:  audiocodecid          2.00
INFO:  encoder              Lavf55.21.100
INFO:  filesize              0.00
WARNING: ignoring too small audio packet: size: 0

RTMPDUMP:

Code:

rtmpdump -r "rtmpe://89.248.162.212:443/c0be82e1442e7169a9a358db47fcafcb" -a "c0be82e1442e7169a9a358db47fcafcb" -W "http://xuscacamusca.se/jwplayer/jwplayer.flash.swf" -p "http://xuscacamusca.se/?id=21429&width=100%&height=100%" -y "b15293" -o 1.flv --live
Code:

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:  duration              0.00
INFO:  width                512.00
INFO:  height                288.00
INFO:  videodatarate        448.00
INFO:  framerate            25.00
INFO:  videocodecid          7.00
INFO:  audiodatarate        0.00
INFO:  audiosamplerate      11025.00
INFO:  audiosamplesize      16.00
INFO:  stereo                FALSE
INFO:  audiocodecid          2.00
INFO:  encoder              Lavf55.21.100
INFO:  filesize              0.00
3385.784 kB / 102.30 sec


summitsc 05-17-2014 09:42 PM

Re: How to rtmpdump hdcast.org stream?


 
How do you grab the rtmp/rtmpe links? Could you show me example for this stream:
Code:

http://showsport-tv.com/ch/bein9.html

mckv 05-19-2014 05:57 AM

Re: How to rtmpdump hdcast.org stream?


 
like with any stream you redirect it into rtmpsrv/rtmsuck
Code:

rtmpdump -r "rtmpe://80.82.70.225:443/c0be82e1442e7169a9a358db47fcafcb" -a "c0be82e1442e7169a9a358db47fcafcb" -W "http://xuscacamusca.se/jwplayer/jwplayer.flash.swf" -p "http://xuscacamusca.se/?id=21429&width=100%&height=100%" -y "b9195" -o 1.flv --live

summitsc 05-20-2014 12:54 PM

Re: How to rtmpdump hdcast.org stream?


 
Quote:

Originally Posted by mckv (Post 67689)
like with any stream you redirect it into rtmpsrv/rtmsuck
Code:

rtmpdump -r "rtmpe://80.82.70.225:443/c0be82e1442e7169a9a358db47fcafcb" -a "c0be82e1442e7169a9a358db47fcafcb" -W "http://xuscacamusca.se/jwplayer/jwplayer.flash.swf" -p "http://xuscacamusca.se/?id=21429&width=100%&height=100%" -y "b9195" -o 1.flv --live

This is not working, and how to get rtmp links, I don't understand. Please explain.

mckv 05-20-2014 01:00 PM

Re: How to rtmpdump hdcast.org stream?


 
I don't understand. Please explain


All times are GMT -6. The time now is 01:27 AM.