View Single Post
  #4  
Old 04-12-2011, 08:42 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Lightbulb

Re: Download streams from Seeon.tv


Most probably it returns the same host and app parameter for all urls. if it is the case then use these two parameters statically and parse other parameters from html file. if server returns different url for other streams then parse the output of rtmpdump to get host and app parameter.

if you know programming it will be better to modify rtmpdump to handle redirects automatically.
Reply With Quote