Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
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. |
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
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? |
#8
|
|||
|
|||
Re: How to get the real rtmp address on this encoding page. |
#9
|
|||
|
|||
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 |
#10
|
|||
|
|||
Re: How to get the real rtmp address on this encoding page.Quote:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=533 |
Tags: encoding, online stream, rtmp |
Thread Tools | |
Display Modes | |
|
|