Hi folks
I'm trying to download live stream of TVE from this URL (hxxp://www.rtve.es/noticias/directo-la-1/) I have followed the rmpsrv tutorial and I get that command line.
Code:
rtmpdump -r "rtmp://cp68975.live.edgefcs.net:1935/live?ovpfv=2.1.2" -a "live?ovpfv=2.1.2" -f "LNX 11,0,1,152" -W "http://www.rtve.es/swf/4.0.32/RTVEPlayerVideo.swf" -p "http://www.rtve.es/noticias/directo-la-1/" -C Z: -y "LA1_AKA_WEB_NOG@58877?aksessionid=1319180052697_236405" -o LA1_AKA_WEB_NOG@58877.flv
But when I try to run it this is what I get
ERROR: Closing connection: NetStream.Play.StreamNotFound
?What am I doing wrong?
