View Single Post
  #2  
Old 02-17-2010, 10:08 AM
e0nblue e0nblue is offline
Junior Member
 
Join Date: Feb 2010
Posts: 3
e0nblue is on a distinguished road
Default

Re: Unable to play RTMP files off Tou.TV. Are they RTMPE?


Now that I've discovered rcmpdump's debug option, I can understand a bit more clearly what's going on.

Here's the latest command that I've tried:

Code:
rtmpdump 
-z -n medias-flash.tou.tv -c 80 -l 3 
-y /mp4:002/MOV/HR/2010-02-09_TRAUMA_0006_hr.mov 
-W http://static.tou.tv/lib/ThePlatform/4.1.2/swf/flvPlayer.swf
-s http://static.tou.tv/lib/ThePlatform/4.1.2/swf/flvPlayer.swf
-p rtmpdump -z -n medias-flash.tou.tv -c 80 -l 3 

-y /mp4:002/MOV/HR/2010-02-09_TRAUMA_0006_hr.mov 
-W http://static.tou.tv/lib/ThePlatform/4.1.2/swf/flvPlayer.swf
-s http://static.tou.tv/lib/ThePlatform/4.1.2/swf/flvPlayer.swf
-p http://www.tou.tv/trauma/S01E06
-a ondemand/?auth=daEarbDcvdvdYdNdVbBbZcvahcZdidMcEb8-blFaYu-T-9rwAvmDrxDE&&aifp=v0001&&slist=002/MOV/HR/2010-02-09_TRAUMA_0006_hr;002/MOV/MR/2010-02-09_TRAUMA_0006_mr;002/MOV/BR/2010-02-09_TRAUMA_0006_br 
-t rtmp://medias-flash.tou.tv:80/ondemand/?auth=daEarbDcvdvdYdNdVbBbZcvahcZdidMcEb8-blFaYu-T-9rwAvmDrxDE&&aifp=v0001&&slist=002/MOV/HR/2010-02-09_TRAUMA_0006_hr;002/MOV/MR/2010-02-09_TRAUMA_0006_mr;002/MOV/BR/2010-02-09_TRAUMA_0006_br 
-a ondemand/?auth=daEarbDcvdvdYdNdVbBbZcvahcZdidMcEb8-blFaYu-T-9rwAvmDrxDE&&aifp=v0001&&slist=002/MOV/HR/2010-02-09_TRAUMA_0006_hr;002/MOV/MR/2010-02-09_TRAUMA_0006_mr;002/MOV/BR/2010-02-09_TRAUMA_0006_br 
-t rtmp://medias-flash.tou.tv:80/ondemand/?auth=daEarbDcvdvdYdNdVbBbZcvahcZdidMcEb8-blFaYu-T-9rwAvmDrxDE&&aifp=v0001&&slist=002/MOV/HR/2010-02-09_TRAUMA_0006_hr;002/MOV/MR/2010-02-09_TRAUMA_0006_mr;002/MOV/BR/2010-02-09_TRAUMA_0006_br

Unfortunately, I still get an error - the server's response is "Access denied!"

I've noticed that rtmpdump strips ampersands (&) from the tcUrl and app strings. Could this be the cause of my problem?


Any hint from RTMPE experts would be greatly appreciated !!!
Reply With Quote