View Single Post
  #4  
Old 07-15-2015, 07:37 AM
marcusvar marcusvar is offline
Junior Member
 
Join Date: Jul 2015
Posts: 1
marcusvar is on a distinguished road
Default

Re: how to record this link


Hi surya987,

I have this URL:

Code:
http://jwpltx.com/v1/jwplayer6/ping.gif?tv=23&n=4575899886352622&aid=_&e=t&i=0&ifd=0&pv=6.6.3896&m=0&d=1&t=&ti=10&ed=0&ph=0&ps=3&pw=4&q=32&sdk=0&emi=y3bir91tn6f0&pli=citrl2czxjb0&mu=rtmp://www.xxxxxx.com:1935/zzzzzzz/mp4:/yyyyyyy/xxxxxxxxxx/video-stream.mov&eb=0&pu=http://www.xxxx.com/lms/#/57/73/51/xxxxxxxx?yyyyyyy=298&zzzzzzzz=1685&id=&pt=LMS
Following your tip did so:

Code:
ffmpeg -i rtmp://www.xxxxxx.com:1935/zzzzzzz/mp4:/yyyyyyy/xxxxxxxxxx/video-stream.mov -c:v copy -c:a copy -f mpegts output.flv
He returned this error:

Server error: NULL You do not have permission to SEE this streaming!

Where is my mistake?
Reply With Quote