View Single Post
  #2  
Old 11-28-2013, 02:32 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: JW Player based RTMP


Quote:
Originally Posted by Rancher View Post
Can somebody create a RTMPDump script for the following stream: http://ntv.rs/live/
Play with vlc:
Code:
rtmpdump -r "rtmp://92.60.231.48:1935/live/" -a "live/" -W "http://ntv.rs/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -y "livestream" | vlc -
Download:
Code:
rtmpdump -r "rtmp://92.60.231.48:1935/live/" -a "live/" -W "http://ntv.rs/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -y "livestream" -o ntv.flv
Quote:
I managed to find a RTMP URL, but I don't know how to find swfUrl, pageUrl and other needed stuff.
For that particular stream you can find all the necessary info simply by viewing the webpages source code.

Quote:
How do I know what is required in order to play the stream in the first place?
Maybe you should start by reading the rtmpdump manpage

Last edited by dublin : 11-28-2013 at 03:07 AM.
Reply With Quote