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 06-19-2017, 01:49 AM
meetinnet meetinnet is offline
Junior Member
 
Join Date: Jun 2017
Posts: 3
meetinnet is on a distinguished road
Smile

How to get the real rtmp address on this encoding page.


.

Just courious. I thought the address was easy to get but...

It's a CNN News online website. Open the page: http://www.livenewschat.eu/international/ ,wait for a little while the news stream will start. I tried many ways to sniffer but only get this:rtmp://argos.cdn.newschat.tv/edge/cnni_live and this address seems not available when put it into media players just like vlc or kmplayer.

Any ideas will be appreciated.
Reply With Quote
  #2  
Old 06-19-2017, 03:53 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


There are many answers to that already on this forum.

There are fewer and fewer RTMP streams on the internet and more streams of other type
and looking on longer term there won't be any more news websites using RTMP streams left.

You can get your RTMP parameters with rtmpdumphelper, download the stream with
rtmpdump and pipe output to vlc, or use ffplay.exe

streamlink and youtube-dl are good to get "other" type of stream, here is one example:


streamlink.exe http://tvplayer.com/watch/cnninternationaleurope 1864k


Here are your RTMP parameters from rtmpdumphelper:


rtmpdump -r "rtmp://dayfdd.cdn.newschat.tv/edge"
-a "edge"
-f "WIN 26,0,0,131"
-W "http://newschat.tv/player.swf"
-p "http://www.livenewschat.eu/international/"
-y "cnni_live"
-o "2017-06-19_09-26-42_cnni_live.flv"


RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : edge
flashVer : WIN 26,0,0,131
swfUrl : http://newschat.tv/player.swf
tcUrl : rtmp://dayfdd.cdn.newschat.tv/edge
pageUrl : http://www.livenewschat.eu/international/
live : no
Playpath : cnni_live
Saving as : 2017-06-19_09-26-42_cnni_live.flv
INFO: Metadata:
INFO: Server NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO: width 640.00
INFO: height 360.00
INFO: displayWidth 640.00
INFO: displayHeight 360.00
INFO: duration 0.00
INFO: framerate 25.00
INFO: fps 25.00
INFO: videodatarate 292.00
INFO: videocodecid 7.00
INFO: audiodatarate 58.00
INFO: audiocodecid 10.00
WARNING: ignoring too small audio packet: size: 0


http://stream-recorder.com/forum/rtm...t12719p11.html

http://stream-recorder.com/forum/str...er-t22646.html

Last edited by j_cool : 06-19-2017 at 04:34 AM.
Reply With Quote
  #3  
Old 06-20-2017, 09:07 PM
meetinnet meetinnet is offline
Junior Member
 
Join Date: Jun 2017
Posts: 3
meetinnet is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Sorry for not searching the forum carefully and Thank you for the answer.
I tried rtmpdumphelper and get the exactly info as yours.
But I still don't konw which is the exactly address that I can put into players. I tried http://www.livenewschat.eu/international/cnni_live and rtmp://climate.cdn.newschat.tv:1935/edge/cnni_live(which can be found in Command.txt) both weren't right. I was not trying to download the stream just want the address that can be played online use players.

Thanks again.
Reply With Quote
  #4  
Old 06-21-2017, 04:29 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


These parameters cannot be put in a gui player as they are.

You have to use command line and batch file.

Code:
rtmpdump -r "rtmp://dayfdd.cdn.newschat.tv/edge" -a "edge" -f "WIN 26,0,0,131" -W "http://newschat.tv/player.swf" -p "http://www.livenewschat.eu/international/" -y "cnni_live" | vlc.exe -


http://stream-recorder.com/forum/sho...&postcount=18l
Reply With Quote
  #5  
Old 06-21-2017, 06:32 AM
meetinnet meetinnet is offline
Junior Member
 
Join Date: Jun 2017
Posts: 3
meetinnet is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Thanks j_cool.
Now I realize what I thought was too simple.
Not all rmtp links can be put into gui players directly.
So for this website, it's easier to open the page directly for watching.
Reply With Quote
  #6  
Old 06-22-2017, 06:42 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Good Website to visit and look arround.

There are links to another news channels, News Video link.
Reply With Quote
  #7  
Old 10-06-2017, 10:27 AM
colin1951uk colin1951uk is offline
Junior Member
 
Join Date: Oct 2013
Posts: 5
colin1951uk is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


May I come in here please even though the thread has been inactive for a while.

I have been trying to watch CNN International from http://www.livenewschat.eu/international/ with either Vlc or PotPlayer for about a week now and get the most odd results from both.

To just view I use this simplified stream link which should work: rtmp://dayfdd.cdn.newschat.tv/edge/cnni_live.flv

BUT instead of the news I get some streaming pop cartoon in both players.

I can't understand what's going on here and wondered if anyone can help me out as it seems a bit nuts to me.

Cheers...Colin
Reply With Quote
  #8  
Old 10-06-2017, 10:51 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Nothing is nuts here.

Website design is changing as time goes and nobody works on rtmpdump.

pop cartoon is admins greeting to you if you use ffmpeg.

They are finding ways to work around rtmpdump as well, but not fully successful as they would like it to be.

They would not be successful at all if somebody worked on rtmpdump yet.

They still cannot go against old ways as they were never able to without secure token.

Here I use an old browser to run rtmpsuck to get parameters.

You can use these parameters with rtmpdump and pipe output to player.

RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : edge
flashVer : WIN 27,0,0,130
swfUrl : http://newschat.tv/player.swf
tcUrl : rtmp://birds.cdn.newschat.tv/edge
pageUrl : http://www.livenewschat.eu/international/
live : no
Playpath : cnni_live
Saving as : 2017-10-06_04-46-35_cnni_live.flv
INFO: Metadata:
INFO: Server NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO: width 640.00
INFO: height 360.00
INFO: displayWidth 640.00
INFO: displayHeight 360.00
INFO: duration 0.00
INFO: framerate 25.00
INFO: fps 25.00
INFO: videodatarate 292.00
INFO: videocodecid 7.00
INFO: audiodatarate 58.00
INFO: audiocodecid 10.00
WARNING: ignoring too small audio packet: size: 0
Reply With Quote
  #9  
Old 10-06-2017, 11:32 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Hi,

so all links are working but you need to use url to player & url to web url to get the right stream of CNN.If you dont use these 2 paramters then you get the stream with the cartoon.Just call it like that...
Code:
-r rtmp://dayfdd.cdn.newschat.tv/edge/cnni_live -W http://newschat.tv/player.swf -p http://www.livenewschat.eu/
-r rtmp://birds.cdn.newschat.tv/edge/cnni_live -W http://newschat.tv/player.swf -p http://www.livenewschat.eu/
-r rtmp://iran.cdn.newschat.tv/edge/cnni_live -W http://newschat.tv/player.swf -p http://www.livenewschat.eu/
greetz
Reply With Quote
  #10  
Old 10-06-2017, 12:59 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to get the real rtmp address on this encoding page.


Troller, can you tell me please how do you get this right with ffmpeg?

It would be great, rtmpdump is good, but getting old...


Code:
ffplay -i "rtmp://birds.cdn.newschat.tv/edge app=edge swfUrl=http://newschat.tv/player.swf pageUrl=http://www.livenewschat.eu/international/ playpath=cnni_live live=1"

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:37 PM.


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