Zorlu RTMP akışı


0

Bu RTMP akışını nasıl indireceğimi çözemiyorum. Buradaki tüm bilgileri Firefox'tan aldım:

    netstreambasepath=http://streamin.to/embed-stx1jx4ysd5a-828x480.html
    id=vplayer
    file=85/1612548173_n.flv?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq
    streamer=rtmp://95.211.214.98:1935/vod?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq
    skin=http://streamin.to/player/skin.zip
    duration=6173
    controlbar.position=over
    volume=0
    mute=true

Aşağıdaki rtmpsrv kullanmaya çalışıyorum:

Akış videosunu rtmp protokolü ile nasıl indirebilirim? Harvard Extension'dan, daha spesifik olarak

Denedim :

rtmpdump.exe -r "rtmp://95.211.214.98:1935/" -y "85/1612548173_n.flv?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

ve

rtmpdump.exe -r "rtmp://95.211.214.98:1935/vod?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath

ve

rtmpdump.exe -t "rtmp://95.211.214.98:1935/vod?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

Burada ne özlüyorum?

Yanıtlar:


0

Çözdüm:

rtmpdump.exe -r "rtmp://95.211.214.98:1935/vod?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq" -y "85/1612548173_n.flv?h=3kipfvn55tuzcg3h5eksbdvhzmsxwlhpsbk7m2ab3ybz34efqrdxpbba7ozq"
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.