View Single Post
  #3  
Old 06-23-2014, 12:22 AM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: How to open this channel in vlc player ?


Quote:
Originally Posted by entekeralamtv View Post
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.
Reply With Quote