Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
cam streamhi
i'm trying to find stream url of cams from earthcam.com lets say this one http://www.earthcam.com/usa/newyork/...cam=nyc5th_str using wireshark i get tcUrl rtmp://video4.earthcam.com:1935/fecnetwork and play is fridays_5th.flv so then in cmd prompt withing rtmpdump folder: rtmpdump -v -r "rtmp://video4.earthcam.com:1935/fecnetwork/fridays_5th.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" but i get : WARNING: you havent specified an output file (-0 filename), using stdout Connecting ... INFO: Connected ... ERROR: rtmp server sent error ERROR: rtmp server requested close |
#2
|
|||
|
|||
Re: cam streamhi
Code:
rtmpdump -r "rtmp://video4.earthcam.com:1935/fecnetwork" -a "fecnetwork" -f "WIN 17,0,0,134" -W "http://static.earthcamcdn.com/swf/streaming/stream_viewer_v3.swf" -p "http://www.earthcam.com/usa/newyork/fifthave/?cam=nyc5th_str" -y "fridays_5th.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" |
#3
|
|||
|
|||
Re: cam stream |
#4
|
|||
|
|||
Re: cam streamQuote:
Code:
rtmpdump -r "rtmp://video4.earthcam.com:1935/fecnetwork" -a "fecnetwork" -f "WIN 17,0,0,134" -W "http://static.earthcamcdn.com/swf/streaming/stream_viewer_v3.swf" -p "http://www.earthcam.com/usa/newyork/fifthave/?cam=nyc5th_str" -y "fridays_5th.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
#5
|
|||
|
|||
Re: cam streamok 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 ? |
#6
|
|||
|
|||
Re: cam streamQuote:
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" - |
#7
|
|||
|
|||
Re: cam streamok , and do you know which program generates that whole code for simple tv?
Also is there a easier way of sending code to the vlc,or do i have to go through the cmd prompt every time ? And the point of all of this... is there a way to stream such a earthcam-webcam on the desktop background? vlc has a video-set as wallpaper but it covers all the shortcuts on the desktop. |
#8
|
|||
|
|||
Re: cam streamQuote:
Quote:
Code:
#EXTM3U #EXTINF:-1,Amsterdam Netherlands HD 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 #EXTINF:-1,nyc5th rtmp://video4.earthcam.com:1935/fecnetwork/ swfUrl=http://static.earthcamcdn.com/swf/streaming/stream_viewer_v3.swf pageUrl=http://www.earthcam.com/usa/newyork/fifthave/?cam=nyc5th_str playpath=fridays_5th.flv Quote:
|
#9
|
|||
|
|||
Re: cam streamis there a instruction somewhere how to do it ?
also is rtmpsrv kind of a shortcut for cmd prompt ? but when i run it and copy/paste the code something goes wrong and i get : http://postimg.org/image/s4hgpxs7n/ |
#10
|
|||
|
|||
Re: cam streamQuote:
|
Tags: earthcam |
Thread Tools | |
Display Modes | |
|
|