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 04-01-2012, 09:22 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

find rtmp url from OCTOSHAPE PLAYER?


i can't find rtmp url from
http://www.yupptv.com/indiatv_live.html
i already have normal stream url,

"rtmp://cdn.m.yupptv.tv/liveorigin/indiatv1"

but i want to find HD stream url i tried found this but this isn't working

rtmp://127.0.0.1:60001/live/gtcdnfreedocastindiatvauto

(to play HD stream u have to install Octoshape player, here is link to download it)
http://www.octoshape.com/?page=get_octo/get_octo

please help me to find HD rtmp url
Reply With Quote
  #2  
Old 04-01-2012, 07:06 PM
urgoz urgoz is offline
Junior Member
 
Join Date: Feb 2012
Posts: 3
urgoz is on a distinguished road
Default

Re: find rtmp url from OCTOSHAPE PLAYER?


Code:
rtmpdump -r rtmp://cdn.rtmp1.yupptv.tv/nwk -W http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf  -p http://www.yupptv.com/account/FlashPlayerFrame.aspx -y indiatv | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Usually it works only for each 2nd or 3rd try, so dont give up.
Reply With Quote
  #3  
Old 04-03-2012, 03:45 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Angry

Re: find rtmp url from OCTOSHAPE PLAYER?


thanks for reply
i tried it but it's not working
first i tried this
rtmpdump -r "rtmp://cdn.rtmp1.yupptv.tv/nwk a "nwk" -W "http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf" -p "http://www.yupptv.com/account/FlashPlayerFrame.aspx" -y "indiatv" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

then i tried this

rtmpdump -r "rtmp://cdn.rtmp1.yupptv.tv/nwk" -a "nwk" -f "WIN 10,3,181,26" -W "http://cdn.freedocast.com/player-octo/yume/v5/infinite-hd-player-YUPPTV.SWF" -p "http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf?&streamer=rtmp://cdn.rtmp1.yupptv.tv/nwk&file=indiatv&autostartt=true&stretching=exactf it&mute=false" -y "indiatv" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

</noscript>
it say ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Reply With Quote
  #4  
Old 04-03-2012, 04:13 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Wink

Re: find rtmp url from OCTOSHAPE PLAYER?


^What about this one:
Code:
rtmpdump -r "rtmp://cdn.rtmp1.yupptv.tv/nwk" -a "nwk" -W "http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf" -p "http://www.yupptv.com/account/FlashPlayerFrame.aspx" --live -y "indiatv" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Code:
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Tue Apr 03 12:19:44 2012
INFO:   videodevice           Osprey-210 Video Device 1
INFO:   framerate             25.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   videodatarate         700.00
INFO:   avclevel              30.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency2.00
INFO:   audiodevice           Osprey-210 Audio Device 1
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          mp4a
INFO:   audiodatarate         128.00
19.892 kB / 0.00 sec
Reply With Quote
  #5  
Old 04-03-2012, 09:39 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: find rtmp url from OCTOSHAPE PLAYER?


Quote:
Originally Posted by Josan420 View Post
thanks for reply
i tried it but it's not working
first i tried this
rtmpdump -r "rtmp://cdn.rtmp1.yupptv.tv/nwk a "nwk" -W "http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf" -p "http://www.yupptv.com/account/FlashPlayerFrame.aspx" -y "indiatv" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

then i tried this

rtmpdump -r "rtmp://cdn.rtmp1.yupptv.tv/nwk" -a "nwk" -f "WIN 10,3,181,26" -W "http://cdn.freedocast.com/player-octo/yume/v5/infinite-hd-player-YUPPTV.SWF" -p "http://www.yupptv.com/yupptvhdflvplayer/hdplayer.swf?&streamer=rtmp://cdn.rtmp1.yupptv.tv/nwk&file=indiatv&autostartt=true&stretching=exactf it&mute=false" -y "indiatv" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

</noscript>
it say ERROR: RTMP_ReadPacket, failed to read RTMP packet header

hello Josan420,

this menu does not exist for me!
how did you manage it?







thx
hasomaso
Reply With Quote
  #6  
Old 04-05-2012, 06:59 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Thumbs up

Re: find rtmp url from OCTOSHAPE PLAYER?


THANKS BAHMAN
thank u, thank u............
it work
Reply With Quote
  #7  
Old 04-05-2012, 07:04 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: find rtmp url from OCTOSHAPE PLAYER?


Quote:
Originally Posted by hasomaso View Post
hello Josan420,

this menu does not exist for me!
how did you manage it?







thx
hasomaso
hasomaso
there r 2 type of menu avialblabe on yupptv
1 octoshape
2 flashplayer
i use flash player
Reply With Quote
  #8  
Old 04-05-2012, 10:15 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: find rtmp url from OCTOSHAPE PLAYER?


ok i tried it is working
but sometimes it doesn't work

H:\channel\wadhu ghatu\rtmpdump-20110925-git-6230845-win32>rtmpdump -r "rtmp://c
dn.rtmp1.yupptv.tv/nwk" -a "nwk" -W "http://www.yupptv.com/yupptvhdflvplayer/hdp
layer.swf" -p "http://www.yupptv.com/account/FlashPlayerFrame.aspx" --live -y "i
ndiatv" | "C:\Program Files\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 ...
INFO: Connected...

it stop here INFO: Connected...
but when i retry it start playing
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:44 AM.


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