View Single Post
  #9  
Old 08-04-2015, 11:34 AM
newoneeeeeeeeee newoneeeeeeeeee is offline
Junior Member
 
Join Date: Aug 2015
Posts: 6
newoneeeeeeeeee is on a distinguished road
Default

Re: Rtmp Dump Castaba.tv


hmm that its strange your code did not worked.
But have managed to get it working other way.

Code:
$pathvar = 'rtmpdump.exe -r "'.$rtmp.'" -a "live"  -p "http://castalba.tv/embed.php?cid='.$cid.'&wh='.$wh.'&ht='.$ht." --live -y "'.$playpath.'" - | "vlc.exe" - &';
	echo $pathvar;
	echo exec($pathvar);
Many thanks!!!
Reply With Quote