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?