Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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 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 - |
#3
|
|||
|
|||
Re: How to rtmpdump castalba.tv stream?How to write the script which fetches the url?
|
#4
|
|||
|
|||
Re: How to rtmpdump castalba.tv stream?thanks dexteriptv
1+ |
#5
|
|||
|
|||
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! |
Tags: castalba, rtmpdump |
Thread Tools | |
Display Modes | |
|
|