JW Player based RTMPCan somebody create a RTMPDump script for the following stream: http://ntv.rs/live/
I managed to find a RTMP URL, but I don't know how to find swfUrl, pageUrl and other needed stuff. How do I know what is required in order to play the stream in the first place? Thank you in advance. |
Re: JW Player based RTMPQuote:
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 - 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:
Quote:
|
Re: JW Player based RTMPThank you! By the way, is it possible to define multiple output filenames, so that files don't get overwritten? I'm using the Task Scheduler to trigger the .bat scripts, but I'm afraid I won't get a chance to rename the files every time, especially when I'm away from keyboard. Can you think of any solution to overcome this?
|
Re: JW Player based RTMPQuote:
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 %random%ntv.flv 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 %time::=%.flv |
All times are GMT -6. The time now is 07:54 AM. |