View Single Post
  #2  
Old 10-25-2014, 11:57 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Stream recording by rtmpdump on Ubuntu


The entire url must be used, including all of the suffix code. The urls are issued on demand, and appear to be for one-time or temporary use.

rtmp url is called from, for example;
Code:
http://miniplay.imbc.com/WebLiveURL.ashx?channel=sfm&protocol=RTMP&nocash=0.04251753957942128&callback=jarvis.miniInfo.loadOnAirComplete
m3u8 url is called from, for example;
Code:
http://miniplay.imbc.com/WebLiveURL.ashx?channel=sfm&protocol=M3U8&agent=android&androidversion=16&nocash=0.04251753957942128&callback=jarvis.miniInfo.loadOnAirComplete
Reply With Quote