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-09-2015, 08:36 AM
NLS NLS is offline
Junior Member
 
Join Date: Mar 2015
Posts: 4
NLS is on a distinguished road
Default

Need help for possibly protected stmp stream.


Here is the link:
http://www.antenna.gr/webtv/watch?cid=_yrt_rk9_q1qbg%3d
In here:
http://www.antenna.gr/webtv/template...yrt_rk9_q1qbg=
...I found some rtmp link that cannot make it work:
rtmp://213.16.167.42/vod/mp4:45b5dc63-1ee0-4441-9429-61208b589e8f.mp4

It is possible it is the stream I am looking for.
I tried various solutions, but none helped.
Can someone help me?
Reply With Quote
  #2  
Old 03-09-2015, 01:44 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Need help for possibly protected stmp stream.


Quote:
Originally Posted by NLS View Post
Here is the link:
http://www.antenna.gr/webtv/watch?cid=_yrt_rk9_q1qbg%3d
In here:
http://www.antenna.gr/webtv/template...yrt_rk9_q1qbg=
...I found some rtmp link that cannot make it work:
rtmp://213.16.167.42/vod/mp4:45b5dc63-1ee0-4441-9429-61208b589e8f.mp4

It is possible it is the stream I am looking for.
I tried various solutions, but none helped.
Can someone help me?
hi
Code:
rtmpdump -r "rtmp://213.16.167.42/vod/" -a "vod/" -f "WIN 16,0,0,235" -W "http://static.ant1.gr/watch.ashx" -p "http://www.antenna.gr/webtv/watch?cid=_yrt_rk9_q1qbg%3d" -y "mp4:45b5dc63-1ee0-4441-9429-61208b589e8f.mp4" -o "45b5dc63-1ee0-4441-9429-61208b589e8f.flv"
Reply With Quote
  #3  
Old 03-10-2015, 03:46 AM
NLS NLS is offline
Junior Member
 
Join Date: Mar 2015
Posts: 4
NLS is on a distinguished road
Default

Re: Need help for possibly protected stmp stream.


Thanks!

Just tried.
Initially it seemed to work and then:

Code:
14042.057 kB / 132.08 sec (4.3%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
14143.494 kB / 132.68 sec (4.3%)
When I retried the command (three times), I got this:

Code:
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)
Any idea?
(seems it doesn't work from a browser right now either - random issue or protection?)

BTW if you CAN download this, I will appreciate it if you can send me some dropbox link or something.
Reply With Quote
  #4  
Old 03-10-2015, 04:01 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Need help for possibly protected stmp stream.


Quote:
Originally Posted by NLS View Post
Thanks!

Just tried.
Initially it seemed to work and then:

Code:
14042.057 kB / 132.08 sec (4.3%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
14143.494 kB / 132.68 sec (4.3%)
When I retried the command (three times), I got this:

Code:
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)
Any idea?
(seems it doesn't work from a browser right now either - random issue or protection?)

BTW if you CAN download this, I will appreciate it if you can send me some dropbox link or something.
hi
did you use the latest version?

https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip



Code:
rtmpdump -r "rtmp://213.16.167.42/vod/" -a "vod/" -f "WIN 16,0,0,235" -W "http://static.ant1.gr/watch.ashx" -p "http://www.antenna.gr/webtv/watch?cid=_yrt_rk9_q1qbg%3d" -y "mp4:45b5dc63-1ee0-4441-9429-61208b589e8f.mp4" -o "45b5dc63-1ee0-4441-9429-61208b589e8f.flv"
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                3044.09
INFO:   moovPosition            40.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                32.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  76102.00
INFO:   timescale               25.00
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  134244352.00
INFO:   timescale               44100.00
INFO: sampledescription:
INFO:   sampletype              mp4a
324644.706 kB / 3044.07 sec (99.9%)
Download complete
Reply With Quote
  #5  
Old 03-10-2015, 04:10 AM
NLS NLS is offline
Junior Member
 
Join Date: Mar 2015
Posts: 4
NLS is on a distinguished road
Default

Re: Need help for possibly protected stmp stream.


No was using 2.3.
Retried with 2.4. Same result.
Maybe some weird WAN issue.

I see it is 324MB? Still because I needed to publish a part of the news cast... last night, if you could share the file with me somehow I would appreciate it.

In the meantime I will RDP to my home server and checkout if it works from there.

EDIT: Slowly works there... So I am probably ok.
Reply With Quote
  #6  
Old 03-10-2015, 04:26 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Need help for possibly protected stmp stream.


Quote:
Originally Posted by NLS View Post
No was using 2.3.
Retried with 2.4. Same result.
Maybe some weird WAN issue.

I see it is 324MB? Still because I needed to publish a part of the news cast... last night, if you could share the file with me somehow I would appreciate it.

In the meantime I will RDP to my home server and checkout if it works from there.

EDIT: Slowly works there... So I am probably ok.
What part do you want? it will be easier than sharing 324MB
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 10:22 PM.


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