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 11-21-2014, 09:48 AM
zemiudo zemiudo is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
zemiudo is on a distinguished road
Default

[sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Rejected


Code:
rtmpdump -r "rtmp://204.45.157.186/flash" -f "WIN 15,0,0,223" -W "http://static3.sawlive.tv/player.swf" -p "http://sawlive.tv/embed/watch/NhMTBmNjRmYzNmMGFiYmM4NTM0ZDUyNDE_/ZmljYW5vdm86Y2ZmYTE0MjA0YWFjZTkzMGFlNTI3ZGQyY2UzYTIwODA6MGFhMjhjN2" --live -y "19855?MTQxNjU4NDMwMzswZGIyMzc3YzE4MjgzNzkxOGI4N2Y0YTc2MzVhM2ZkNQ== " | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
I wanna watch this stream playing on VLC Player

but when I run the .bat script I get this error on console:

INFO: Connected... ERROR: Closing connection: NetConnection.Connect.Rejected

anyone can help me ?


I'm sorry my english.

Last edited by zemiudo : 11-21-2014 at 09:52 AM. Reason: wrong tag.
Reply With Quote
  #2  
Old 11-21-2014, 10:32 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


They seems to use a dynamic playpath which you need to refresh.
Code:
-y "19855?MTQxNjU4NDMwMzswZGIyMzc3YzE4MjgzNzkxOGI4N2Y0YTc2MzVhM2ZkNQ=="
Get a new hash 19855?hash

Your pageurl dosen't work for me (no longer valid message I get in browser).Maybe channel is down or pageurl is wrong so next time just post the browser url where you can watch the channel into to prevent such problems.

greetz
Reply With Quote
  #3  
Old 11-21-2014, 11:05 AM
zemiudo zemiudo is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
zemiudo is on a distinguished road
Default

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


thank you for your answer.


source site of this stream:
Code:
http://cdn.zuuk.net/benficatv_2.php
Reply With Quote
  #4  
Old 11-21-2014, 11:32 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


Hi,

ah ok now your link works. So as I thought already it used dynamic playpath.
Code:
-y "19855?MTQxNjU4NDMwMzswZGIyMzc3YzE4MjgzNzkxOGI4N2Y0YTc2MzVhM2ZkNQ=="
-y "19855?MTQxNjU4OTg4MTszM2YwNjNmMDM2MmE5MjdlMWJkZWJlZWY4MmI4MTMwYQ=="
Here you need to refresh the site to get the new hash you can use then for a while.If you are looking for a permanently solution to watch the channel then you could write maybe a php script or something else (if you can etc) what does request the playpath before execute the actually entire rtmp datas with your VLC player.On the other hand you need to get the actually hash manually (no good solution I know).

greetz
Reply With Quote
  #5  
Old 11-21-2014, 11:33 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


Code:
rtmpdump -v -r "rtmp://50.7.28.130/flash" -a "flash" -f "WIN 15,0,0,223" -W "http://static3.sawlive.tv/player.swf" -p "http://sawlive.tv/embed/watch/JlYWJhN2Q0NmFmMzkxYmQzNTIzNzliOGM_/ZmljYW5vdm86Y2I4YWU2YjZhNGYzNmRlYTA0NDE4NjQ5YzJiYTE4YjU6NmY1N2UwZG" -y "19855?MTQxNjU5MDk2NDsyMDBmYmI0MzBmMDc0OGE4NWY5YTdjMTg0MmY3MWQ3Ng==" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2014-07-07 (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            Thu Nov 20 03:42:38 2014
INFO:   videodevice             XSplitBroadcaster
INFO:   framerate               25.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   avclevel                30.00
INFO:   avcprofile              100.00
INFO:   videodatarate           390.62
INFO:   videokeyframe_frequency 0.12
INFO:   audiodevice             VHAudioCustom
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        100.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           62.50
INFO:   bufferSize              600k
INFO:   maxBitrate              600k
INFO:   xsplitBroadcasterVersion1.3.0.85
INFO:   xsplitCoreVersion       1.2.1301.1501 Version 1.2
INFO:   xsplitGameSourceVersion 1.1.1.26
INFO:   xsplitMediaLibVersion   2.0.0.195
1101.237 kB / 43.83 sec
Reply With Quote
  #6  
Old 11-21-2014, 12:10 PM
zemiudo zemiudo is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
zemiudo is on a distinguished road
Unhappy

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


Quote:
Originally Posted by troller12 View Post
Hi,

ah ok now your link works. So as I thought already it used dynamic playpath.
Code:
-y "19855?MTQxNjU4NDMwMzswZGIyMzc3YzE4MjgzNzkxOGI4N2Y0YTc2MzVhM2ZkNQ=="
-y "19855?MTQxNjU4OTg4MTszM2YwNjNmMDM2MmE5MjdlMWJkZWJlZWY4MmI4MTMwYQ=="
Here you need to refresh the site to get the new hash you can use then for a while.If you are looking for a permanently solution to watch the channel then you could write maybe a php script or something else (if you can etc) what does request the playpath before execute the actually entire rtmp datas with your VLC player.On the other hand you need to get the actually hash manually (no good solution I know).

greetz
thanks a lot troller,

do you have someone similar script for this ?

I didn't want to make wheel again...

greetz
Reply With Quote
  #7  
Old 11-22-2014, 05:36 AM
passa1 passa1 is offline
Member
 
Join Date: May 2014
Posts: 73
passa1 is on a distinguished road
Default

Re: [sawlive.tv]INFO: Connected..ERROR:Closing connection: NetConnection.Connect.Reje


You can stream by cutting short a dynamic part.It is always worked for but obviously it is going to die.You need then to recapture a new link.

rtmp://158.85.70.79:1935/flash/19855?MTQxNjY1NTc0NTs2OTQ4MjhhNmEyOTY3ZDMyMDE0NjM4 MGQzMzYxMzdhMQ== swfUrl=http://static3.sawlive.tv/player.swf pageUrl=http://sawlive.tv

Working in SIMPLE 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 12:50 PM.


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