Quote:
Originally Posted by Dshah
Hi, I just found out about rtmpdump and trying to find the rtmp url, i am using centos OS and here is command i used
Code:
rtmpdump -v -r "rtmp://50.117.24.90/live/mp4:livestream_1.f4v" | vlc -
can please someone tell me why its not working? Thanks
|
Try again with this command:-
Code:
rtmpdump -r "rtmp://50.117.24.90/live" -a "live" -W "http://dunyanews.tv/livehd/swfs/videoPlayer.swf" -p "http://dunyanews.tv/livehd/" -C B:0 -y "mp4:livestream_1.f4v" -v -o - | vlc - --meta-title "Dunya News"
