View Single Post
  #1  
Old 12-02-2014, 11:58 PM
further_up further_up is offline
Junior Member
 
Join Date: Dec 2014
Posts: 4
further_up is on a distinguished road
Default

Locating the link to the mp4 being streamed using rmtp helper


Hi,

I see code that is generated by the rmtp helper:

Code:
Streaming on rtmp://0.0.0.0:1935

WARNING: Trying different position for client digest!

Processing connect

       app : a500/e1/uds/rtmp/ondemand?videoId=2846809143001&lineUpId=&pubId=1146543903001&playerId=1150175553001&affiliateId=

  flashVer : WIN 11,9,900,152

    swfUrl : http://min.cove.com/viewer/us20141117.1347/fed/covePlayer.swf?uid=1417588633271

     tcUrl : rtmp://cove-17.fcod.llnwd.net:1935/a500/e1/uds/rtmp/ondemand?videoId=2846809143001&lineUpId=&pubId=1146543903001&playerId=1150175553001&affiliateId=

   pageUrl : http://mlp.com/v8hN6s8L5ss8U/cpn/p2.html

      live : no

  Playpath : mp4:1146543903001/1146543903001_2847012059001_cpn.mp4?videoId=2846809143001&lineUpId=&pubId=1146543903001&playerId=1150175553001&affiliateId=

 Saving as : 2014-12-02_10-38-21_1146543903001_2847012059001_cpn.flv
As you can see, there appears to be an mp4 file, but it only shows a relative link and not an absolute one.

Can someone tell me what comes before:

"1146543903001/1146543903001_2847012059001_cpn.mp4"

Thanks
Reply With Quote