View Single Post
  #1  
Old 11-28-2010, 10:14 AM
Stavr0 Stavr0 is offline
Junior Member
 
Join Date: Mar 2010
Posts: 9
Stavr0 is on a distinguished road
Default

How to dump streams from Illicoweb Videotron


Difficulties:
- Multiple sessions are not allowed
- Stream viewing only possible when logged in with customer account

Howto:
- Sign on to Illicoweb, disconnect other sessions when prompted
- Select free content (haven't tried paid content)
- When playback begins, pause
- View Page HTML source
- Locate the following keys
Code:
mediaURL: "rtmpe://ip.ip.ip.ip/",
mediaStream: "M0_XXXXXXXXXXXXXxXX.sdp",
- Use the two values for rtmpdump:
Code:
rtmpdump -r rtmpe://ip.ip.ip.ip/ -y M0_XXXXXXXXXXXXXxXX.sdp -o filename.flv
Reply With Quote