Changing Playpath
Hi,
I was wondering if there is a way around this...
I am using rtmpsrv to pull the rtmp info for a stream. Each time I connect, the playpath changes. For example, here is the first result:
rtmpdump -r "rtmp://fml.45FB.edgecastcdn.net/2045FB/showtv2" -a "2045FB/showtv2" -f "LNX 11,2,202,261" -W "http://www.showtvnet.com/player/streamplayer.swf?v1.2" -p "http://www.showtvnet.com" -y "showtv2?0c263cde983e2134c1ad8f64b1539be7bc9892e9d 059d4e706ccbc4716fdcb246426" -o showtv2.flv
..and here is another attempt:
rtmpdump -r "rtmp://fml.45FB.edgecastcdn.net/204e5FB/showtv2" -a "2045FB/showtv2" -f "LNX 11,2,202,261" -W "http://www.showtvnet.com/player/streamplayer.swf?v1.2" -p "http://www.showtvnet.com" -y "showtv2?0c263cde983e2134c1ad8f64b1539be7bc9892e9d 059d4e706ccbc4716fdcb246724" -o showtv2.flv
...as you can see, the -y path is different each time. This makes live streaming from this site impossible, as the rtmpdump data needs to be different each time I connect. Is there any way around this without having to write scripts? Can rtmpdump just figure this out for itself?
Thanks
Dan
|