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-20-2016, 12:32 PM
emil_594 emil_594 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
emil_594 is on a distinguished road
Default

Problem redirecting stream to PotPlayer


I am trying to get the stream from this url:
Code:
http://vaughnlive.tv/newzviewz
and play it in PotPlayer. I used rtmpexplorer and i get this url:
Code:
rtmpdump -r "rtmp://50.7.188.2:1935/live?w9QJzxyQvRvT6UU5XgR2Ho5gFbRfQLz0" -a "l
ive?w9QJzxyQvRvT6UU5XgR2Ho5gFbRfQLz0" -f "WIN 23,0,0,185" -W "http://vaughnlive.
tv/4429190370/swf/VaughnSoftPlayer.swf?k1=live&k2=newzviewz&k5=0&k8=0&k6=0&t=147
6981731" -p "http://vaughnlive.tv/newzviewz" -y "live_newzviewz" -o live_newzvie
wz.flv
Then i added the path to the PotPlayer like this:
Code:
E:\PortableApps\rtmpexplorer\rtmpdump.exe -r "rtmp://50.7.188.2:1935/live?w9QJzxyQvRvT6UU5XgR2Ho5gFbRfQLz0" -a "live?w9QJzxyQvRvT6UU5XgR2Ho5gFbRfQLz0" -f "WIN 23,0,0,185" -W "http://vaughnlive.tv/4429190370/swf/VaughnSoftPlayer.swf?k1=live&k2=newzviewz&k5=0&k8=0&k6=0&t=1476981731" -p "http://vaughnlive.tv/newzviewz" -y "live_newzviewz" | "E:\PortableApps\PotPlayer\PotPlayerMini.exe" -
But the command doesn't work neither from the command line or .bat file. Any idea why?
Reply With Quote
  #2  
Old 10-20-2016, 05:40 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Problem redirecting stream to PotPlayer


-a key changes every 5 seconds
Code:
"live?Rn03cVVOMbyZoJAUWFXCEUrzHo0Z5Awp"
Code:
rtmpdump -v -r "rtmp://50.7.188.2:1935/live" -a "live?Rn03cVVOMbyZoJAUWFXCEUrzHo0Z5Awp" -f "WIN 23,0,0,185" -W "http://vaughnlive.tv/4429190370/swf/VaughnSoftPlayer.swf" -p "http://vaughnlive.tv/newzviewz" -y "live_newzviewz" | vlc-2.2.1\vlc -
Code:
RTMPDump v2.4 GIT-2015-12-14 (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            Wed Oct 19 14:48:29 2016
INFO:   videodevice             XSplitBroadcaster
INFO:   framerate               30.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   avclevel                30.00
INFO:   avcprofile              100.00
INFO:   videodatarate           390.63
INFO:   audiodevice             VHAudioCustom
INFO:   audiosamplerate         48000.00
INFO:   audiochannels           1.00
INFO:   audioinputvolume        100.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           93.75
INFO:   aid                     jH0HzXBYEAfFZMT1yObHZwcvf07odfWQvAkOJbaquu
INFO:   bufferSize              1000k
INFO:   maxBitrate              1000k
INFO:   xsplitBroadcasterVersion1.4.1609.2601
INFO:   xsplitCoreVersion       2.8.1607.1944 Version 2.8
INFO:   xsplitGameSourceVersion 1.1.1607.401
INFO:   xsplitMediaLibVersion   2.0.1609.2801
INFO:   pluginName              CustomRTMP
INFO:   pluginVersion           2.8.1608.1601
31275.887 kB / 398.55 sec
Reply With Quote
  #3  
Old 10-21-2016, 02:20 AM
emil_594 emil_594 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
emil_594 is on a distinguished road
Default

Re: Problem redirecting stream to PotPlayer


Quote:
Originally Posted by hasomaso View Post
key changes every 5 seconds
Any solution for that? Or it will not be possible to watch the stream in a player?
Reply With Quote
  #4  
Old 10-21-2016, 05:46 AM
-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: Problem redirecting stream to PotPlayer


Quote:
Originally Posted by emil_594 View Post
Any solution for that? Or it will not be possible to watch the stream in a player?
Download VaughnLive Player:

Code:
http://www.kerman.hr/forum/index.php?topic=17946.msg164458#msg164458
Add your stream into VaughnLive.m3u like I did and drag and drop playlist on the app. VLC 32 Bit.

btw. Soon: wmsDeAuth_by_losmij (no more 2, 20, 60 minutes limit)
Reply With Quote
  #5  
Old 10-21-2016, 11:35 AM
emil_594 emil_594 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
emil_594 is on a distinguished road
Default

Re: Problem redirecting stream to PotPlayer


Quote:
Originally Posted by -D3n1s- View Post
Download VaughnLive Player:

Code:
http://www.kerman.hr/forum/index.php?topic=17946.msg164458#msg164458
Which link is for downloading the VaughnLive Player, i don't see it on the page?
Reply With Quote
  #6  
Old 10-21-2016, 06:49 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: Problem redirecting stream to PotPlayer


Quote:
Originally Posted by emil_594 View Post
Which link is for downloading the VaughnLive Player, i don't see it on the page?
Code:
http://freezonatv.blogspot.com
Updated: August 12th 2016

VaughnLive Player
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:41 PM.


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