PDA

View Full Version : How to rtmpdump castalba.tv stream?


4 ever
05-16-2014, 09:53 AM
hi

i get it but not work

rtmp://50.23.113.247/live<playpath>196704?313430303235343937375f366234333064353331636 6643036306161663339363134333932386230343364 <swfUrl>http://static.castalba.tv/player5.9.swf <pageUrl>http://castalba.tv/embed.php?cid=22179&wh=640&ht=480&r=live9.net


http://live9.net/beins1.htm

dexteriptv
05-16-2014, 11:17 AM
Looks like the server generates new playpath link for each session and validates it during connect.

The response of http://castalba.tv/embed.php?cid=22179&wh=640&ht=480&r=live9.net

Has the below dynamic parameters.


'file': '196704?313430303235393935375f38613461666433393633 39356233343132663665653333656265626135356464',


'streamer': 'rtmp://173.193.233.148/live',


You need to write a script and fetch this url and grep the above. Then use it in rtmpdump.

rtmpdump -v -r "rtmp://173.193.233.148/live/196704?313430303235393935375f386134616664333936333 9356233343132663665653333656265626135356464" --pageUrl=http://castalba.tv -W http://static.castalba.tv/player5.9.swf -o - -b 36000 | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -q --one-instance --fullscreen --play-and-exit --network-caching=1600 --no-osd -

http://oi58.tinypic.com/642rm1.jpg

summitsc
05-16-2014, 12:08 PM
You need to write a script and fetch this url and grep the above. Then use it in rtmpdump.

How to write the script which fetches the url?

4 ever
05-16-2014, 03:57 PM
thanks dexteriptv

How to write the script which fetches the url?
1+

C-Ronaldo7RM
03-16-2015, 10:11 AM
I also have a Castalba stream I would like to download. I don't know what rtmpdump is though. Could somebody please help me? Here is the stream:

Link:
http://castalba.tv/channel/24089

Embed Code:
<script type="text/javascript"> id="24089"; ew="550"; eh="350";</script><script type="text/javascript" src="http://www.castalba.tv/js/embed.js"></script>

Element:
static.castalba.tv/player5.9.swf

Also, could somebody show me how to watch the downloaded stream on my iPad, Roku, or Apple TV? And one the stream is downloaded will it use wifi or not?

Please help. Thank You!