Thread: cam stream
View Single Post
  #6  
Old 03-22-2015, 08:34 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: cam stream


Quote:
Originally Posted by garlo View Post
ok thanks it works.
so with which program do You find the code ?

also i'm qurious what does this mean:
#EXTINF:-1,Amsterdam Netherlands HD
rtmp://$OPT:rtmp-raw=rtmp://video4.earthcam.com/fecnetwork/4098.flv.flv pageUrl=http://www.earthcam.com swfUrl=http://www.earthcam.com/swf/cam_player_v2/ecnPlayer.swf?20120504_a live=1

found it here:
http://www.tvonlinestreams.com/earth...ted-simple-tv/

i know pageurl and swfurl, but the first part is bugging me:
rtmp://$OPT:rtmp-raw=

and where does that whole code go ?
i use rtmpdumphelper
rtmp://$OPT:rtmp-raw= it's the code when you use simpleTV

Code:
rtmpdump -r "rtmp://video4.earthcam.com/fecnetwork/4098.flv.flv" -p "http://www.earthcam.com" -W "http://www.earthcam.com/swf/cam_player_v2/ecnPlayer.swf?20120504_a" --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Reply With Quote