View Single Post
  #3  
Old 01-12-2013, 12:07 PM
MKANET MKANET is offline
Junior Member
 
Join Date: Jan 2013
Posts: 27
MKANET is on a distinguished road
Default

Re: Expert help needed to get live-tv rtmp streams to playback in VLC


My software doesnt support rtmpdump. it can only send urls to vlc just like any other url for video streams. See my first post.

Quote:
Originally Posted by ;58432
Don't know about any special unknown and super-secret software that does it, but here is an example of an RTMP link that plays directly in VLC (tested with VLC media player 2.1.0-git-20120407-0006 Rincewind)
Code:
rtmp://shanttv.cdnvideo.ru:80/shanttv-live/shanttv.sdp
RTMP link for RtmpDump (+ VLC):
Code:
rtmpdump -r "rtmp://shanttv.cdnvideo.ru:80/shanttv-live" -a "shanttv-live" -f "WIN 10,3,183,7" -W "http://www.haykakantv.com/rad/shanttv/flowplayer-3.2.5.swf" -p "http://www.haykakantv.com/rad/shanttv/" --live -y "shanttv.sdp" --quiet | vlc.exe -
where vlc.exe needs the path provided.
Reply With Quote