Josan420
02-27-2012, 03:11 AM
i can't watch rtmp stream on vlc using rtmp dump.
can anyone help me how to use rtmp dump
i want to watch Aajtak channel
home page is http://www.startv.in/channels.asp?channel_id=7
stream url is rtmp://cp133306.live.edgefcs.net/live//starnews1@62075
vlc loation is "C:\Program Files\VideoLAN\VLC\vlc.exe"
please help me
Bahman
02-27-2012, 04:10 AM
if you live in India, this script should work:
rtmpdump -r "rtmp://cp133306.live.edgefcs.net/live/" -a "live/" -W "http://www.startv.in/flash/liveplayer2.swf" -p "http://www.startv.in/channels.asp?channel_id=7" --live -y "starnews1@62075" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
rtmp url of other channels:
<streams>
<channel cid="1" cname="Star Plus" slocation="rtmp://cp133308.live.edgefcs.net/live/" sname="starplus1@62077"/>
<channel cid="2" cname="Star One" slocation="rtmp://cp133307.live.edgefcs.net/live/" sname="starone1@62076"/>
<channel cid="7" cname="Star News" slocation="rtmp://cp133306.live.edgefcs.net/live/" sname="starnews1@62075"/>
<channel cid="8" cname="Channel [V]" slocation="rtmp://cp133304.live.edgefcs.net/live/" sname="channel1@62057"/>
<channel cid="14" cname="STAR Vijay" slocation="rtmp://cp133310.live.edgefcs.net/live/" sname="starvijay1@62088"/>
<channel cid="15" cname="STAR Pravah" slocation="rtmp://cp133309.live.edgefcs.net/live/" sname="starpravah1@62078"/>
<channel cid="16" cname="STAR Jalsha" slocation="rtmp://cp133305.live.edgefcs.net/live/" sname="starjalsha1@62072"/>
</streams>
Josan420
02-28-2012, 02:49 AM
thank u it work
Josan420
02-28-2012, 03:16 AM
how ican i make rtmp script, your script r working but i tried my own but it don't work. i need script of an another channel
home page http://www.yupptv.com/
channel name NDTV INDIA
url rtmp://127.0.0.1:60001/live/gtcdnfreedocastndtvhindiauto
http://www.yupptv.com/streams/ndtvhindi.aspx
referer http://cdn.freedocast.com/player-octo/yume/v5/infinite-hd-player-YUPPTV.SWF
thank u once again
Bahman
02-28-2012, 03:32 AM
I don't know if the stream is really HD or not, but with my internet speed connection, I got this:
rtmpdump -r "rtmp://cdn.m.yupptv.tv:80/liveorigin/" -a "liveorigin/" --live -y "ndtvhindi9002" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
C:\rtmpdump-2.4>rtmpdump -r "rtmp://cdn.m.yupptv.tv:80/liveorigin/" -a "liveorig
in/" --live -y "ndtvhindi9002" -o "ndtv.flv"
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: duration 0.00
INFO: width 320.00
INFO: height 240.00
INFO: videodatarate 195.31
INFO: framerate 15.00
INFO: videocodecid 7.00
INFO: audiodatarate 31.25
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: filesize 0.00
if you believe it's HD, try to getting correct HD play path and replace with -y value!!;)
Josan420
02-28-2012, 09:37 AM
thanks
can u tell me how to find correct script, which software do u use to find the rtmpdump script?
Bahman
02-28-2012, 09:41 AM
I write the script option/parameters by my hands!! :D
You need to find values, that Coojah can do that!!
Josan420
02-29-2012, 02:05 AM
ok thanks
i use internet download manager to find url. now i can make script:) :)
thanks
rohit7288
03-07-2012, 09:55 PM
i want to add some onlin channels in website.. so plzz sir tell the me the process how can i can do...
Stream Ripper
03-07-2012, 11:11 PM
i want to add some onlin channels in website.. so plzz sir tell the me the process how can i can do...
Explain what you're looking to do, exactly
rohit7288
03-08-2012, 02:28 AM
i want to make site which provide live channels...
rohit7288
03-08-2012, 02:30 AM
such as sid4u.com
laptop2006
04-01-2012, 05:32 AM
I got the stream link like this:
rtmp://66.160.142.198/live/vtv31
I run rtmpdump command like this:
rtmpdump.exe -v -r "rtmp://66.160.142.198/live/vtv31" -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
It says
Handshake: clien signature does not match!
info: Connected...
Error: rtmp send error
Error: rtmp server requested close
I try different stream link is ok such as:
rtmpdump.exe -v -r "rtmp://112.197.2.11:1935/live/sctv9.stream" -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Please help me, I did not know what is wrong with the command. Any ideas?
Josan420
04-01-2012, 08:14 AM
laptop2006 give the website from where u found rtmp url, then i can help u
Bahman
04-01-2012, 09:21 AM
I got the stream link like this:
rtmp://66.160.142.198/live/vtv31
I run rtmpdump command like this:
rtmpdump.exe -v -r "rtmp://66.160.142.198/live/vtv31" -o -
It says
Handshake: clien signature does not match!
info: Connected...
Error: rtmp send error
Error: rtmp server requested close
Please help me, I did not know what is wrong with the command. Any ideas?
rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -p "http://www.vtc.com.vn/" --live -y "vtv31" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: presetname Custom
INFO: creationdate Thu Mar 29 09:58:24 2012
INFO: videodevice Decklink Video Capture
INFO: framerate 25.00
INFO: width 480.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: videodatarate 302.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice Decklink Audio Capture
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: audioinputvolume 75.00
INFO: audiocodecid mp4a
INFO: audiodatarate 48.00
25.722 kB / 0.00 sec
You have to add -p option!! ;)
laptop2006
04-01-2012, 03:34 PM
thank you so much. it works now.
Salah
04-22-2012, 01:39 PM
Please help me
I cannot understand what is meant by add-p option , please explain
I faced the same problem on vlc
Please help ...
Please help me
I cannot understand what is meant by add-p option , please explain
I faced the same problem on vlc
Please help ...
Straight from rtmpdump help(-h or --help).
--pageUrl|-p url Web URL of played programme
Salah
04-24-2012, 04:59 PM
I am sorry , I still cannot understand
Would you please explain to me step by step , please ?
Josan420
04-25-2012, 01:46 AM
-p is PAGE URL where u find the stream
this is page url
http://www.startv.in/channels.asp?channel_id=8
for this script
rtmpdump -r "rtmp://cp133304.live.edgefcs.net/live/" -a "live/" -W "http://www.startv.in/flash/liveplayer2.swf" -p "http://www.startv.in/channels.asp?channel_id=8" --live -y "channel1@62057"
Salah
04-25-2012, 10:45 AM
Thank U all :)
kella
06-19-2012, 11:32 AM
hi everyone, i m trying to run rtmp in vlc through rtmpdump but no luck, wud be very greatful if someone cud help me out here
channel weblink is follows:
http://samistream.com/star-cricket-live-tv.php
rtmp details r follows:
http://i45.tinypic.com/opy1eb.jpg
please if anyone cud right the correct working script, tried mine but no luck
the live channel is recorded on my pc, i can see the recording. but i dont want the recording, i want to play it in vlc in real time, which i cant , please if anyone cud help me out here?
kella
06-19-2012, 04:05 PM
here is another one m trying, vlc opens but doesnt show the live channel, on cmd, it shows its recording, but i want to see the live channel :confused:
http://i47.tinypic.com/kxqb6.jpg
i want to play it in vlc in real time, which i cant , please if anyone cud help me out here?
simple link vlc
rtmp://93.114.45.254/streamhq/131483
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.