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
  #11  
Old 10-07-2017, 07:23 AM
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.




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
Reply With Quote
  #12  
Old 10-07-2017, 11:01 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,

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
Reply With Quote
  #13  
Old 10-07-2017, 11:21 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.


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.
Reply With Quote
  #14  
Old 10-08-2017, 05:00 AM
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.


https://stackoverflow.com/questions/...live-streaming
Reply With Quote
  #15  
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
  #16  
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
  #17  
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
  #18  
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
  #19  
Old 10-12-2017, 02:34 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.


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?
Reply With Quote
  #20  
Old 10-13-2017, 10:14 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.


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}...
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 11:19 AM.


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