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 castalba.tv stream?

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

4 ever 05-16-2014 09:53 AM

How to rtmpdump castalba.tv stream?


 
hi

i get it but not work
Code:

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

http://live9.net/beins1.htm

dexteriptv 05-16-2014 11:17 AM

Re: How to rtmpdump castalba.tv stream?


 
Looks like the server generates new playpath link for each session and validates it during connect.

The response of
Code:

http://castalba.tv/embed.php?cid=22179&wh=640&ht=480&r=live9.net
Has the below dynamic parameters.

Code:

                                'file': '196704?313430303235393935375f3861346166643339363339356233343132663665653333656265626135356464',


                        '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.
Code:

rtmpdump -v -r "rtmp://173.193.233.148/live/196704?313430303235393935375f3861346166643339363339356233343132663665653333656265626135356464" --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 -

summitsc 05-16-2014 12:08 PM

Re: How to rtmpdump castalba.tv stream?


 
Quote:

Originally Posted by dexteriptv (Post 67645)
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

Re: How to rtmpdump castalba.tv stream?


 
thanks dexteriptv

Quote:

Originally Posted by summitsc (Post 67646)
How to write the script which fetches the url?

1+

C-Ronaldo7RM 03-16-2015 10:11 AM

Re: How to rtmpdump castalba.tv stream?


 
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!


All times are GMT -6. The time now is 04:53 AM.