View Single Post
  #8  
Old 05-06-2015, 08:31 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help in finding livestream link


Quote:
Originally Posted by samantas5855 View Post
Oh thanks worked,but I want to get a playable link (so the livestream can play on xbmc,vlc,etc)not to record it
ok for vlc
Code:
rtmpdump -v -r "rtmpe://l.mybeststream.xyz/r/" -a "r/" -f "LNX 17,0,0,134"  -p "http://mybeststream.xyz/?id=28924&width=590&height=330" -y "plusnew716" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
for xbmc (you need update lirtmp.dll in Program Files/Kodi/system/players/dvdplayer/librtmp.dll)
Code:
rtmpe://l.mybeststream.xyz/r app=r pageUrl=http://mybeststream.xyz/?id=28924&width=590&height=330 playpath=plusnew716
NB: i deleted swf player (dynamic and not necessary)
Reply With Quote