View Single Post
  #26  
Old 11-04-2017, 03:06 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


The way you use rtmpdump you are not saving the stream, you pipe output to VLC.

I did not succeed in playing the stream with VLC only, you can use streamlink instead of rtmpdump.


Code:
set url="rtmp://video3.earthcam.com:1935/fecnetwork app=fecnetwork swfUrl=https://www.earthcam.com/swf/streaming/stream_viewer_v3.r31119.swf playpath=10874.flv" 

streamlink %url% worst
Reply With Quote