Thread: icasthd on VLC
View Single Post
  #1  
Old 03-10-2013, 06:32 AM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

icasthd on VLC


Hi all

I captured this rtmp

Code:
rtmpdump -r "rtmp://cdn.icasthd.tv/live" -a "live?f=CGolf&t=1362916839&" -f "WIN 11,6,602,171" -W "http://www.icasthd.tv/player/player.swf" -p "http://www.icasthd.tv/embed.php?v=cgolf&vw=575&vh=390&domain=www.myhdfooty.com" --live -y "CGolf" -o "CGolf.flv"
from the channel Canal + Golf (Spain)

Code:
http://todofutbolonline.com/canales/plusGolf.php

I Like watch on VLC and I create this .bat

Code:
rtmpdump -r "rtmp://cdn.icasthd.tv/live" -a "live?f=CGolf&t=1362916839&" -f "WIN 11,6,602,171" -W "http://www.icasthd.tv/player/player.swf" -p "http://www.icasthd.tv/embed.php?v=cgolf&vw=575&vh=390&domain=www.myhdfooty.com" --live -y "CGolf" --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

...but I canīt watch. Whatīs the problem?

Thank you
Reply With Quote