Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
rtmpdump url parsing error?Hey all, pretty new to all this but I'm having issues getting rtmpdump working with the NPR flash streaming audio (specifically trying to get the first look for the xx's new album coexist).
So uh, I use the IP rerouting command: Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT Code:
pageUrl: http://www.npr.org Processing connect app: ondemand?_fcs_vhost=cp42356.edgefcs.net&akmfv=1.7 flashVer: LNX 11,2,202,238 swfUrl: http://www.npr.org/player/v2/audioPlayer.swf ERROR: RTMP_ReadPacket, failed to read RTMP packet header tcUrl: rtmp://165.254.148.45:1935/ondemand?_fcs_vhost=cp42356.edgefcs.net&akmfv=1.7 Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT Code:
rtmpdump -r "rtmp://165.254.148.45:1935/ondemand?_fcs_vhost=cp42356.edgefcs.net&akmfv=1.7" Code:
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath |
#2
|
|||
|
|||
Re: rtmpdump url parsing error? |
#3
|
|||
|
|||
Re: rtmpdump url parsing error?Thanks man, could I ask how you found the correct URLs?
I can find the play('mp3:anon.npr-mp3/npr/fl/2012/08/20120830_fl_xx10?orgId=1&topicId=1039&aggIds=98679 384&v1st=null&mt=1') through wireshark, which is sort of similar, but how did you know the correct directory was pd.npr.org? And how to strip various url arguments? |
#4
|
|||
|
|||
Re: rtmpdump url parsing error?Quote:
stream-recorder.com/forum/announcement.php?f=4 |
#5
|
|||
|
|||
Re: rtmpdump url parsing error?Quote:
|
Tags: audio, flashplayer, parse, rtmpdump, rtmpsuck, url |
Thread Tools | |
Display Modes | |
|
|