View Single Post
  #3  
Old 10-13-2011, 11:01 AM
hanmari hanmari is offline
Junior Member
 
Join Date: Oct 2011
Posts: 2
hanmari is on a distinguished road
Default

Re: wapo.st: Getting Past NetStream.Play.StreamNotFound rtmpdump error


Thanks, nullacht!

It looks like there were a few missing items I need to clue in on:
  1. append application with version number: ondemand?ovpfv=2.1.2
  2. prepend --playpath with mp4: to match media type

Code:
rtmpdump
     -r rtmp://cp18289.edgefcs.net:1935/ondemand?ovpfv=2.1.2 
     --app ondemand?ovpfv=2.1.2
     --playpath mp4:media/2011/10/11/10112011-92v.m4v
     -o /Users/Guest/Desktop/outputfile
Did you pull the application version (ondemand?ovpfv=2.1.2) from rtmpsuck or rtmpsrv? That value was not apparent in the html or any of my -z or -V debug output.
Reply With Quote