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 10-30-2012, 04:59 AM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Please help Stream with RTMPDUMP & VLC


Hi,

Im trying to stream the following stream using RTMPDUMP & VLC on windows but have some problem so i hope the expert here could help me out.

Quote:
rtmp://66.160.142.201:1935/live playpath=vtc11_l swfUrl=http://www.vtc.com.vn/player_akamai_low.swf live=true pageUrl=http://www.vtc.com.vn/</link>
That format played on xbmc but i don't know how to get it to play on vlc with rtmpdump

thank you
Reply With Quote
  #2  
Old 10-30-2012, 08:49 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


I cant find VTC 11 on the servers but i got VTC 10

Code:
rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/4/VTC10.html" -C O:1 -C O:0 --live -y "vtc101_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Reply With Quote
  #3  
Old 10-30-2012, 01:02 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

Re: Please help Stream with RTMPDUMP & VLC


Aright i got it now it was VTC 1 not 11

Here is the rest.................
Code:
VTC1

rtmpdump -r "rtmp://66.160.142.197:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/1/VTC1.html" -C O:1 -C O:0 --live -y "vtc11_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTC2

rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/75/VTC2.html" -C O:1 -C O:0 --live -y "vtc21_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTC10

rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/4/VTC10.html" -C O:1 -C O:0 --live -y "vtc101_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

HANOI 1

rtmpdump -r "rtmp://66.160.142.197:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/6/Ha-Noi-1.html" -C O:1 -C O:0 --live -y "hanoi11_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

HTV7

rtmpdump -r "rtmp://66.160.142.197:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/7/HTV7.html" -C O:1 -C O:0 --live -y "htv7_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

HTV9

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/8/HTV9.html" -C O:1 -C O:0 --live -y "htv91_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTV1

rtmpdump -r "rtmp://66.160.142.197:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/9/VTV1.html" -C O:1 -C O:0 --live -y "vtv11_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTV2

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/10/VTV2.html" -C O:1 -C O:0 --live -y "vtv2_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTV3

rtmpdump -r "rtmp://66.160.142.197:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/11/VTV3.html" -C O:1 -C O:0 --live -y "vtv31_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VTV4

rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/12/VTV4.html" -C O:1 -C O:0 --live -y "vtv4_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VOV1

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_6_10_2011.swf" -p "http://www.vtc.com.vn/live/14/VOV1.html" -C O:1 -C O:0 --live -y "vov1" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VOV2

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_6_10_2011.swf" -p "http://www.vtc.com.vn/live/14/VOV2.html" -C O:1 -C O:0 --live -y "vov2" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VOV3

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_6_10_2011.swf" -p "http://www.vtc.com.vn/live/15/VOV3.html" -C O:1 -C O:0 --live -y "vov3" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

VOV5

rtmpdump -r "rtmp://66.160.142.198:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_6_10_2011.swf" -p "http://www.vtc.com.vn/live/16/VOV5.html" -C O:1 -C O:0 --live -y "vov5" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Reply With Quote
  #4  
Old 10-30-2012, 01:04 PM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


thank you for your help. It actually VTC1

is there a doc somewhere i can get the explaination for the option use in this stream

thank you again
Reply With Quote
  #5  
Old 10-30-2012, 01:37 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


Quote:
Originally Posted by evol View Post
I cant find VTC 11 on the servers but i got VTC 10

Code:
rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -f "WIN 11,4,402,287" -W "http://www.vtc.com.vn/player_akamai_low.swf" -p "http://www.vtc.com.vn/live/4/VTC10.html" -C O:1 -C O:0 --live -y "vtc101_l" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
VLC 2.1.0 support RTMP URLs
Reply With Quote
  #6  
Old 10-30-2012, 02:01 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Question

Re: Please help Stream with RTMPDUMP & VLC


Yer i figured it out it was VTC1 and posted all the streams as well but its waiting to be moderated why i dont know ?

Quote:
Originally Posted by tdx3000 View Post
is there a doc somewhere i can get the explaination for the option use in this stream
Just run rtmpdump from the cmd prompt with.....
Code:
--help
Reply With Quote
  #7  
Old 10-30-2012, 02:18 PM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


thank you very much for helping

look like there is hight and low quality of the stream (so im guessing that i can change vtc101_l to vtc101_h for high quality?)

btw what tool did you used to sniff the stream?

thank you again
Reply With Quote
  #8  
Old 10-30-2012, 02:23 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

RTMPDumpHelper

www.nirsoft.net/utils/rtmp_dump_helper.html

Last edited by KSV : 10-31-2012 at 11:58 AM.
Reply With Quote
  #9  
Old 10-30-2012, 02:41 PM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


sweet will look into that when i get home

with your sample stream command i was able to play some other links,
then i came accross this one it and it threw me off

Quote:
URL=rtmp://tv.futubox.com/live?lp=a2FybGxzdXM6OnNhbHQ6OjYxYWEzODMwODJmYWMwMT YzYWMxMzI0ZTI3NDNjYjFj/%20playpath=z010301.stream?lp=a2FybGxzdXM6OnNhbHQ6 OjYxYWEzODMwODJmYWMwMTYzYWMxMzI0ZTI3NDNjYjFj%20swf Url=http://futuboxhd.com/player/player.swf%20pageUrl=http://futuboxhd.com%20tcUrl=rtmp://tv.futubox.com/live?lp=a2FybGxzdXM6OnNhbHQ6OjYxYWEzODMwODJmYWMwMT YzYWMxMzI0ZTI3NDNjYjFj/
Reply With Quote
  #10  
Old 10-30-2012, 07:41 PM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Re: Please help Stream with RTMPDUMP & VLC


can you help with this stream, i can't get it to work

Quote:
<link><link>rtmpt://cp87869.live.edgefcs.net:1935/live/ playpath=us_300@21006 pageURL=http://www.bloomberg.com/tv/ app=live swfUrl=http://cdn.gotraffic.net/v/20110210_153738//flash/BloombergMediaPlayer.swf swfVfy=true live=true</link>
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 09:24 AM.


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