View Single Post
  #1  
Old 10-07-2010, 03:21 PM
zaguerinho zaguerinho is offline
Junior Member
 
Join Date: Oct 2010
Posts: 3
zaguerinho is on a distinguished road
Default

rtmp URL without Playpath?


I'm trying to capture this URL , I found the URL using URL Snooper.

rtmp://aguascalientes.audiovirtual.com.mx:7020/radiouniversal

If I try to capture with rtmpdump I get the following...


Code:
rtmpdump -v -r #rtmp://aguascalientes.audiovirtual.com.mx:7020/radiouniversal
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
I've tried adding -y /universal or -y / etc... with no luck ... is the URL incomplete as reported by URL Snooper?

The original page is this:

Code:
http://www.radiouniversal.com.mx
Thank you for any help.
Reply With Quote