Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-22-2015, 07:27 AM
garlo garlo is offline
Junior Member
 
Join Date: Mar 2015
Posts: 8
garlo is on a distinguished road
Default

cam stream


hi
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
Reply With Quote
  #2  
Old 03-22-2015, 07:32 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: cam stream


hi
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"
Reply With Quote
  #3  
Old 03-22-2015, 09:09 AM
garlo garlo is offline
Junior Member
 
Join Date: Mar 2015
Posts: 8
garlo is on a distinguished road
Default

Re: cam stream


i get:
http://postimg.org/image/6rhfxbokx/
and just holds there, no picture in vlc
Reply With Quote
  #4  
Old 03-22-2015, 09:15 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
i get:
http://postimg.org/image/6rhfxbokx/
and just holds there, no picture in vlc
sorry i forgot an - at the end

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" -
Reply With Quote
  #5  
Old 03-22-2015, 09:31 AM
garlo garlo is offline
Junior Member
 
Join Date: Mar 2015
Posts: 8
garlo is on a distinguished road
Default

Re: cam stream


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 ?
Reply With Quote
  #6  
Old 03-22-2015, 09: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
  #7  
Old 03-22-2015, 09:56 AM
garlo garlo is offline
Junior Member
 
Join Date: Mar 2015
Posts: 8
garlo is on a distinguished road
Default

Re: cam stream


ok , 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.
Reply With Quote
  #8  
Old 03-22-2015, 10:18 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:
ok , and do you know which program generates that whole code for simple tv?
i don't know but rtmpdumphelper works. you need just change -p -W -y ........ by pageUrl= swfUrl= playpath= .......

Quote:
Also is there a easier way of sending code to the vlc,or do i have to go through the cmd prompt every time ?
you can create a playlist earthcam.m3u

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:
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.
i don't know
Reply With Quote
  #9  
Old 03-22-2015, 10:34 AM
garlo garlo is offline
Junior Member
 
Join Date: Mar 2015
Posts: 8
garlo is on a distinguished road
Default

Re: cam stream


Quote:
Originally Posted by biezom View Post
you can create a playlist earthcam.m3u
is 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/
Reply With Quote
  #10  
Old 03-22-2015, 12:50 PM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: cam stream


Quote:
Originally Posted by garlo View Post
ok , and do you know which program generates that whole code for simple tv?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:11 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons