Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
help recording from pegcentral.comI could really use some help with streams kept on pegcentral.com. Their media server looks like it is Wowza Media Server and RTMPT protocol over port 80
The material is mostly content from local public access stations such as city government, school districts, etc Not very interesting stuff but there are some clips I really need to grab for a school project. for example, here is the main launch page to a hosted video. _http://swoccstudios.pegcentral.com/player.php?video=1cb8dffbf0da798cc9a2eed64a7daec8 After launching it in my browser I am able to gather the following info about this stream from capture file with Wireshark. app 'peg_c_stream/?doConnect=12345&doPublish=54321' flashver 'WIN 10,3,181,26' swfUrl 'http://swoccstudios.pegcentral.com/flash/media_player_102908.swf?server=swoccstudios.pegcen tral.com&account=swoccstudios&pointer=1cb8dffbf0da 798cc9a2eed64a7daec8' tcUrl 'rtmpt://beta-rtmp.pegcentral.com:80/peg_c_stream/?doConnect=12345&doPublish=54321' pageUrl 'http://swoccstudios.pegcentral.com/player.php?video=1cb8dffbf0da798cc9a2eed64a7daec8' play 'mp4:swoccstudios/SE_OlympicEvent_NOVI.mp4' I've tried various commands but always end up quitting with "ERROR: RTMP_ReadPacket, failed to read RTMP packet header" if I use rtmpdump -r "rtmp://beta-rtmp.pegcentral..." or "ERROR: RTMP_Connect1, handshake failed." if I use rtmpdump -r "rtmpt://beta-rtmp.pegcentral..." It doesn't matter if I specify the port and which arguements I pass beyond that. May somebody please clue me in as to how I can grab their content with rtmpdump? Thanks in advance |
#2
|
|||
|
|||
Re: help with pegcentral.comThey are using SecureToken method.
Code:
rtmpdump.exe -r "rtmp://beta-rtmp.pegcentral.com/peg_c_stream" -a "peg_c_stream/?doConnect=12345&doPublish=54321" -p "http://swoccstudios.pegcentral.com/player.php?video=1cb8dffbf0da798cc9a2eed64a7daec8" -y "mp4:swoccstudios/SE_OlympicEvent_NOVI.mp4" -T "mytestpassword" --live -o Test.flv Code:
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: trackinfo: INFO: timescale 30000.00 INFO: length 2696694.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 48000.00 INFO: length 4298752.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 48000.00 INFO: videoframerate 29.97 INFO: aacaot 2.00 INFO: avclevel 30.00 INFO: avcprofile 100.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 480.00 INFO: height 360.00 INFO: frameWidth 480.00 INFO: frameHeight 360.00 INFO: displayWidth 480.00 INFO: displayHeight 360.00 INFO: moovposition 5054658.00 INFO: duration 89.89 4711.666 kB / 89.54 sec (99.6%) Download may be incomplete (downloaded about 99.60%), try resuming |
#3
|
|||
|
|||
Re: help with pegcentral.comas usual, excellent help KSV
Appreciate your time and effort |
Tags: peg central, peg central com, pegcentral, pegcentral com, pegcentralcom, rtmp, rtmpdump, rtmpt, securetoken |
Thread Tools | |
Display Modes | |
|
|