Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=23174)

confused.com 10-07-2017 06:23 AM

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


 


Code:

set url="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"

streamlink -p ffplay %url% best


troller12 10-07-2017 10:01 AM

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


 
Hi,

Code:

streamlink -p ffplay %url% best
Only used ffplay as player pipe and it gets the stream from rtmpdump startet by streamlink.

So I see ffmpeg / ffplay dosent work to play the right stream.Seems to be any librtmp issue ffmpeg does use.At the moment I have no clue.Maybe anyone else can find it out what the problem is and how to get it work with ffmpeg / ffplay etc.

greetz

j_cool 10-07-2017 10:21 AM

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


 
I heard that admins have a way to detect / block ffmpeg and here we are.

The one from livenewschat.eu probably knows what we re talking about, and highly likely not to respond.

confused.com 10-08-2017 04:00 AM

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


 
https://stackoverflow.com/questions/...live-streaming

colin1951uk 10-08-2017 05:26 AM

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?

j_cool 10-08-2017 06:03 AM

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


 

colin1951uk 10-08-2017 11:01 AM

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 :)

confused.com 10-11-2017 05:04 PM

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

j_cool 10-12-2017 01:34 AM

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


 
Quote:

by Zeranoe » Sun Jun 17, 2012 9:45 pm

I would like the support version 10 handshakes, but the offical rtmpdump doesn't support it yet.

I'll look around for a decent fork and maybe compile with that.

Any idea if this was implemented ever after in any rtmpdump, ffmpeg or somewhere else?

j_cool 10-13-2017 09:14 AM

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


 
I found on the internet ffmpeg that supports "handshake 10 hack".

It does not get the right stream on this site.

ffmpeg version 0.10.2.git Copyright (c) 2000-2012 the FFmpeg developers
built on Jun 30 2012 23:46:20 with gcc 4.7.1
configuration: --enable-librtmp --pkg-config=pkg-config --disable-shared --enable-static --disable-ffplay
--disable-ffserver --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32-
--extra-libs='-lrtmp -lws2_32 -lwinmm' --enable-libmp3lame --disable-w32threads
--extra-cflags=-I/root/mingw/mingw-w64-i686/include --extra-ldflags=-L/root/mingw/mingw-w64-i686/lib
libavutil 51. 63.100 / 51. 63.100
libavcodec 54. 31.100 / 54. 31.100
libavformat 54. 14.100 / 54. 14.100
libavdevice 54. 0.100 / 54. 0.100
libavfilter 3. 0.100 / 3. 0.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...


All times are GMT -6. The time now is 12:26 AM.