View Single Post
  #11  
Old 07-06-2009, 04:43 PM
Elice Elice is offline
Junior Member
 
Join Date: Mar 2007
Posts: 23
Elice is on a distinguished road
Default

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


Okay, using an example I found from a blog, I was able to parse the stream together, like this,

Code:
flvstreamer -r “rtmp://93.174.101.12/flash/mp4:bt-97a9c529645bcf073d3edca063e63657e52c7c19″ -o test.mp4
but it doesn't work for the rtmpte stream I want. Following the example, it should look like this,

Code:
rtmpte://212.187.212.150/flash/mp4:bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa -o test.flv
but it says the client signature doesn't match. Any suggestions?
Reply With Quote