I am new to rtmpdump and am trying to learn. Any ideas how I could load this stream using rtmpdump?
<script type="text/javascript" src="http://castalba.tv/js/jwplayer.js"></script> <script type="text/javascript"> jwplayer("mediaspace").setup({ 'flashplayer': "http://static.castalba.tv/player.swf", 'width': '650', 'height': '400', 'allowfullscreen':'true', 'allowscriptaccess':'always', 'wmode':'opaque', 'controlbar':'over', 'dock':'true', 'dock.position':'left', 'mute':'false', 'stretching':'uniform', 'autostart': 'true', 'rtmp.subscribe': 'true', 'file': 'ChelTV_Ch01_1000k@26291', 'streamer': 'rtmpe://cp96798.live.edgefcs.net/live/', 'rtmp.tunneling': 'false', 'logo.file':'http://castalba.tv/images/playerlogo.png', 'logo.hide':'false', 'logo.position':'top-right', 'logo.link':'http://castalba.tv', 'abouttext':'CastAlba.TV - Stream Live Video', 'aboutlink':'http://castalba.tv', 'skin':'http://static.castalba.tv/bluez.zip' }); </script>
rtmp
David Neudorfer
source share