PDA

View Full Version : problems convert rtmpdump


andykimpe
10-13-2016, 05:38 AM
working on kodi and ffmpeg link

rtmp://streaming1.extrazimut.net/azimutlive playpath=tytele swfUrl=http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierConfig=&serveurFMS=1&applicationFMS=live&autostart=true&&video=tytele&autorisePleinEcran=y&%20largeurJS=500&hauteurJS=380 swfVfy=1 live=1

rtmpdump command

rtmpdump -r "rtmp://streaming1.extrazimut.net/azimutlive" --playpath="tytele" --swfUrl="http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierConfig=&serveurFMS=1&applicationFMS=live&autostart=true&&video=tytele&autorisePleinEcran=y&%20largeurJS=500&hauteurJS=380" --swfVfy="1" live="1" -o file.flv

error

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't contact swfurl 1 (HTTP error -1)
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
ERROR: Closing connection: NetStream.Play.StreamNotFound

someone would have an idea it please

troller12
10-13-2016, 02:15 PM
Hi,

remove this...
--swfVfy="1" live="1"
change this...
--swfUrl="http....to --swfVfy="http....
and add live paramter...
-r or --live
greetz

andykimpe
10-18-2016, 05:13 AM
no work

rtmpdump -r "rtmp://streaming1.extrazimut.net/azimutlive" --playpath="tytele" --swfVfy="http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierConfig=&serveurFMS=1&applicationFMS=live&autostart=true&&video=tytele&autorisePleinEcran=y&%20largeurJS=500&hauteurJS=380" -o file.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

troller12
10-18-2016, 08:34 AM
Hi,

add live parameter and update your rtmpdump file.
rtmpdump -r "rtmp://streaming1.extrazimut.net/azimutlive" --playpath="tytele" --swfVfy="http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierConfig=&serveurFMS=1&applicationFMS=live&autostart=true&&video=tytele&autorisePleinEcran=y&%20largeurJS=500&hauteurJS=380" --live | "C:\Programme\MPC-HC\mpc-hc.exe" -
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(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 server sent error
Starting Live Stream
INFO: Metadata:
INFO: presetname Custom
INFO: creationdate Tue Oct 18 08:51:08 2016
INFO: videodevice Decklink Video Capture
INFO: framerate 25.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid VP62
INFO: videodatarate 440.00
INFO: videokeyframe_frequency 5.00
INFO: audiodevice Decklink Audio Capture
INFO: audiosamplerate 44100.00
INFO: audiochannels 1.00
INFO: audioinputvolume 75.00
INFO: audiocodecid .mp3
INFO: audiodatarate 56.00
2533.786 kB / 41.22 sec
greetz

andykimpe
10-24-2016, 10:15 AM
tank you working

"C:\Users\andy\AppData\Roaming\AllFrTV\rtmpdump.exe" -r "rtmp://streaming1.extrazimut.net/azimutlive" --playpath="tytele" --swfVfy="http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierConfig=&serveurFMS=1&applicationFMS=live&autostart=true&&video=tytele&autorisePleinEcran=y&%20largeurJS=500&hauteurJS=380" --live | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

RTMPDump v2.4
(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 server sent error
Starting Live Stream
INFO: Metadata:
INFO: presetname Custom
INFO: creationdate Tue Oct 18 08:51:08 2016
INFO: videodevice Decklink Video Capture
INFO: framerate 25.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid VP62
INFO: videodatarate 440.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice Decklink Audio Capture
INFO: audiosamplerate 44100.00
INFO: audiochannels 1.00
INFO: audioinputvolume 75.00
INFO: audiocodecid .mp3
INFO: audiodatarate 56.00
444.559 kB / 3.72 sec

dabaongayyeu
10-24-2016, 12:34 PM
working on kodi and ffmpeg link rtmp://streaming1.extrazimut.net/azimutlive playpath=tytele swfUrl=http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierCo nfig=&serveurFMS=1&applicationFMS=live&autostart=t rue&&video=tytele&autorisePleinEcran=y&%20largeurJ S=500&hauteurJS=380 swfVfy=1 live=1 rtmpdump command rtmpdump -r "rtmp://streaming1.extrazimut.net/azimutlive" --playpath="tytele" --swfUrl="http://streaming1.extrazimut.net/players/lecteurStreaming.swf?idFlash=lecteurSTRM&fichierCo nfig=&serveurFMS=1&applicationFMS=live&autostart=t rue&&video=tytele&autorisePleinEcran=y&%20largeurJ S=500&hauteurJS=380" --swfVfy="1" live="1" -o file.flv error RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL ERROR: RTMP_HashSWF: couldn't contact swfurl 1 (HTTP error -1) Connecting ... WARNING: HandShake: client signature does not match! INFO: Connected... ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy! ERROR: Closing connection: NetStream.Play.StreamNotFound someone would have an idea it please http://i.imgur.com/dhko7Ot.png

THIá??T Ká?? WEB Tá?*I THIETKEWEBCHUYEN .COM THEO Y?ŠU Cá?¦U TRá»?N G?“I CHá»? 1.990.000 VND -?€€0986.184.211 (VIBER-ZALO) (Mr. Ngá»?c)

Trang web sá?? thiá??t ká?? giao diện theo y??u cá?§u ri??ng, há»?p sá»? th?*ch, phong thá»§y, vá?*n mệnh… Ä‘á»? giá»›i thiệu sá??n phá?©m, dịch vá»?, c?´ng ty, cá»*a h?*ng … Ä‘á»? bá??n ph??t triá»?n kinh doanh kh?´ng ngừng.

TRANG WEB Sá?? Ä???á»?C Bá??O H?€NH VĨNH VIỄN


C??C DỊCH VỤ KH??C:

Quá??n l?? ná»™i dung Fanpage: 900,000 VNÄ?/ Th??ng
Quá??n l?? ná»™i dung Webstie: 700,000 VNÄ?/ Th??ng
Seo google adword
RAO Vá?¶T TRá»?N G?“I CHá»? VỚI 2,000,000 / TH??NG
Vá»›i 2,000,000 bá??n sá?? c??:

- Ä?Ä?ng 1000 nh??m facebook/th??ng (má»—i nh??m từ 5,000 -> 100,000 th?*nh vi??n).

- Ä?Ä?ng 1000 tin/th??ng web rao vá?·t v?* diá»…n Ä‘?*n lá»›n

- Ä?Ä?ng 1000nh??m/th??ng google plus (má»—i nh??m từ 1000 -> h??n 10,000 th?*nh vi??n)

H??y li??n hệ th?´ng tin b??n d?°á»›i ( kh?´ng b?¬nh luá?*n v?*o b?*i viá??t n?*y v?¬ m?¬nh kh?´ng xem lá??i tin nhá??n tá??i Ä‘??y)

+ 0986.184.211 (VIBER-ZALO) (Mr. Ngá»?c) ( bá??n c?? thá»? nhá??n tin Ä‘á»? y??u cá?§u gá»?i lá??i miá»…n ph?*) - 0902.836.561
+ Email: NgocTran@ThietKeWebChuyen.com - SKYPE: confirmdnt
+ Website: ThietKeWebChuyen. com