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-08-2017, 06:26 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.


troller12, after a day of trying I can't get any media player to open these links you gave me:-

-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/

As an example for Vlc I used: C:\PortableApps\rtmpdump\rtmpdump -r rtmp://dayfdd.cdn.newschat.tv/edge/cnni_live -W http://newschat.tv/player.swf -p http://www.livenewschat.eu/ | C:\PortableApps\VLCPortable\VLCPortable.exe -

The stream connects and the player opens but Vlc says it can't play the stream.

This happens with any media player I try.

Just as a check on the stream I tried downloading it with this: C:\Users\Cjk>C:\PortableApps\rtmpdump\rtmpdump -r "rtmp://dayfdd.cdn.newschat.tv/edge -a "edge"-f "WIN 26,0,0,131" -W " http://www.livenewschat.eu/international/" -y "cnni_live" -o "cnni_live" which works fine.

Am I missing a command to get the stream into any media player please?
Reply With Quote
  #8  
Old 10-08-2017, 07:03 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.


Reply With Quote
  #9  
Old 10-08-2017, 12:01 PM
colin1951uk colin1951uk is offline
Junior Member
 
Join Date: Oct 2013
Posts: 5
colin1951uk is on a distinguished road
Thumbs up

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


Ok, thanks to all, finally got it working, it was a router firewall problem stopping Vlc from accessing some of the stream.

PotPlayer and SMPlayer both work now to.

The steam has been down at times which worried me but it seems the server keeps changing which doesn't help.

Cheers people
Reply With Quote
  #10  
Old 10-11-2017, 06:04 PM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

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


Quote:
to compile your own ffmeg with the right rtmpdump and dependencies you can try this method
http://forum.serviio.org/viewtopic.p...=3995&start=40

https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=533
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:48 PM.


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