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-13-2015, 06:25 PM
vijankush vijankush is offline
Junior Member
 
Join Date: Mar 2015
Posts: 20
vijankush is on a distinguished road
Default

Rtmp Links Help!!!


Please help me with this:

http://blacktvlive.in/zee_tv_uk_live.html

It doesn't open on vlc
Reply With Quote
  #2  
Old 03-13-2015, 06:39 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Rtmp Links Help!!!


Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2015-01-15 (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...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sat Mar 14 00:16:21 2015
INFO:   videodevice             ManyCam Virtual Webcam
INFO:   framerate               29.97
INFO:   width                   400.00
INFO:   height                  320.00
INFO:   videocodecid            avc1
INFO:   videodatarate           300.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             VIA HD Audio Input
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           40.00
1933.399 kB / 53.82 sec
Reply With Quote
  #3  
Old 03-13-2015, 06:57 PM
vijankush vijankush is offline
Junior Member
 
Join Date: Mar 2015
Posts: 20
vijankush is on a distinguished road
Default

Re: Rtmp Links Help!!!


Quote:
Originally Posted by hasomaso View Post
Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2015-01-15 (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...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sat Mar 14 00:16:21 2015
INFO:   videodevice             ManyCam Virtual Webcam
INFO:   framerate               29.97
INFO:   width                   400.00
INFO:   height                  320.00
INFO:   videocodecid            avc1
INFO:   videodatarate           300.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             VIA HD Audio Input
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           40.00
1933.399 kB / 53.82 sec
Thanks man! Could you tell me how to convert this to one stream single link. I want to play this by "Open network stream" option in vlc. PLEASE?
Reply With Quote
  #4  
Old 03-13-2015, 07:09 PM
vijankush vijankush is offline
Junior Member
 
Join Date: Mar 2015
Posts: 20
vijankush is on a distinguished road
Default

Re: Rtmp Links Help!!!


Quote:
Originally Posted by vijankush View Post
Thanks man! Could you tell me how to convert this to one stream single link. I want to play this by "Open network stream" option in vlc. PLEASE?
Or please tell me how to stream this by my ip address
Reply With Quote
  #5  
Old 03-13-2015, 08:10 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Rtmp Links Help!!!


vlc x86Bit
Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" | c:\progra~1\videolan\vlc\vlc -

vlc x64Bit
Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" | c:\progra~2\videolan\vlc\vlc -
Reply With Quote
  #6  
Old 03-13-2015, 08:18 PM
vijankush vijankush is offline
Junior Member
 
Join Date: Mar 2015
Posts: 20
vijankush is on a distinguished road
Default

Re: Rtmp Links Help!!!


Quote:
Originally Posted by hasomaso View Post
vlc x86Bit
Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" | c:\progra~1\videolan\vlc\vlc -

vlc x64Bit
Code:
rtmpdump -v -r "rtmp://77.81.98.178:443/loadbalance" -a "loadbalance?wmsAuthSign=/" -f "WIN 16,0,0,305" -W "http://pxstream.tv/jwplayer.flash.swf" -p "http://pxstream.tv/embedrouter.php?file=zeet&width=600&height=430" -y "46439155755585255297" -T "#ed%%h0#w@1" | c:\progra~2\videolan\vlc\vlc -
Thanks but is it possible to stream this on a different link...like on my ip address?
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 11:12 PM.


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