Quote:
Originally Posted by entekeralamtv
How to open this channel in vlc player or find this channel rtmp or m3u8 streams... http://malayalamtv.tv
|
using rtmpdump and vlc player:
Code:
rtmpdump -v -r rtmp://65.51.67.40/rtplive -y event.stream -W http://player.longtailvideo.com/player.swf -p http://malayalamtv.tv/ -o- | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --meta-title="Malayalam Television" -
easy test (only works if you have vlc installed here "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"):
Code:
1. copy the above rtmpdump code.
2. open the directory / folder where you have a copy of rtmpdump.exe
3. hold down the shift key and right click and empty area of the folder
4. select "Open command window here" from the menu.
5. right click in command window and select paste, then hit Enter key.