Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Recording a stream via RTMPDumpAny chance someone might be able to help me identify the proper command to dump the stream from http://kysdc.com/wp-admin/admin-ajax...ne_listen_live ?
I tried using the following command without any luck: Code:
rtmpdump --flashVer "WIN 19,0,0,245" --swfUrl "http://cdn-solutions.interactiveone.com/vip/sw.f/lsap_v7.2.swf" --tcUrl "rtmp://cp72151.live.edgefcs.net:1935/live?ovpfv=2.1.6" --pageUrl "http://kysdc.com/wp-admin/admin-ajax.php?action=ione_listen_live" --flv "temp.flv" --url "rtmp://cp72151.live.edgefcs.net:1935/live/WKYS-FM@10604" --app "live?ovpfv=2.1.6" --verbose |
#2
|
|||
|
|||
Re: Recording a stream via RTMPDumpCode:
rtmpdump -v -r "rtmp://cp72151.live.edgefcs.net:80/live" -a "live?ovpfv=2.1.6" -f "WIN 19,0,0,245" -W "http://cdn-solutions.interactiveone.com/vip/swf/lsap_v7.2.swf" -p "http://kysdc.com/wp-admin/admin-ajax.php?action=ione_listen_live" -y "WKYS-FM@10604" -o "output.flv" |
#3
|
|||
|
|||
Re: Recording a stream via RTMPDumpAwesome, thank you.
It looks like I got a bit further, though the dump ended prematurely. Any ideas? Code:
RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: audiodatarate 32.00 INFO: audiosamplerate 44100.00 INFO: audiochannels 2.00 INFO: audiocodecid 10.00 INFO: canSeekToEnd FALSE INFO: audiodevice Wave In 2 32680708 (Orban Optimod 1101) INFO: metadatacreator Orban Opticodec-PC PE 3.8.100 (os=Windows NT 6.1 Service Pack 1) INFO: description WKYS INFO: name WKYS INFO: createdby Radio One Inc. INFO: website kysdc.com INFO: creationdate Wednesday, December 09, 2015 07:10:37 UTC INFO: artist MIGUEL FT WALE INFO: title COFFEE INFO: url http://bnmgr.andomedia.com/bnmgr/abmw.asp?z=38254&isframe=true|duration=239 17.455 kB / 3.87 sec INFO: Metadata: INFO: audiodatarate 32.00 INFO: audiosamplerate 44100.00 INFO: audiochannels 2.00 INFO: audiocodecid 10.00 INFO: canSeekToEnd FALSE INFO: audiodevice Wave In 2 32680708 (Orban Optimod 1101) INFO: metadatacreator Orban Opticodec-PC PE 3.8.100 (os=Windows NT 6.1 Service Pack 1) INFO: description WKYS INFO: name WKYS INFO: createdby Radio One Inc. INFO: website kysdc.com INFO: creationdate Wednesday, December 09, 2015 07:10:37 UTC INFO: artist ALICIA KEYS F. TONY, TONI, TONE INFO: title DIARY INFO: url http://bnmgr.andomedia.com/bnmgr/abmw.asp?z=38254&isframe=true|duration=278 218.082 kB / 50.82 sec ERROR: RTMP_ReadPacket, failed to read RTMP packet header 219.588 kB / 51.15 sec Download complete |
#4
|
|||
|
|||
Re: Recording a stream via RTMPDumpuse the latest rtmpdump release of KSV
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|