View Single Post
  #1  
Old 03-14-2014, 02:06 AM
hangmeas hangmeas is offline
Junior Member
 
Join Date: Mar 2014
Posts: 3
hangmeas is on a distinguished road
Default

komsan.tv how to record with rtmpdump?


Hey, is there possibility to record streams from this site??

http://komsan.tv/khlivetv/komsan/hengmeas-hd/

Code:
<script type="text/javascript" src="/flowplayer/flowplayer-3.2.13.min.js"></script>
					<script type="text/javascript">
						flowplayer("tr_fplayer", "/flowplayer/flowplayer-3.2.18.swf", {
							plugins: {
								f4m: {
									url: "/flowplayer/flowplayer.f4m-3.2.10.swf",
									dvrBufferTime: 5,
									liveBufferTime: 5,
								},
								httpstreaming: {
									url: "/flowplayer/flowplayer.httpstreaming-3.2.11.swf"
								}
							},
							clip: {
								url: "http://115.178.24.90:1935/trdvr/_definst_/c1.stream/manifest.f4m?DVR&wowzastart=2014-03-13-15:05:26",
								urlResolvers: ['f4m'],
								provider: 'httpstreaming',
								autoPlay: true,
							},
							onLoad: function() {
								this.setVolume(100);
							},
							
						});


					</script>
thanks

Last edited by hangmeas : 03-14-2014 at 02:09 AM. Reason: update script
Reply With Quote