View Single Post
  #1  
Old 06-02-2015, 06:27 AM
Sluthunter Sluthunter is offline
Junior Member
 
Join Date: May 2015
Posts: 23
Sluthunter is on a distinguished road
Default

Bongacams with m3u8 ?


It looks like it is possible to download from bonga (only free shows i guess) using only m3u8 file. From the java i get thos info

Code:
function(type){var stream,url;if(this.paidShowId){stream=this.paidShowId;}else{stream='stream_'+this.performerData.username;} url=this.streamServerUrl+'/';if('hls'==type){url+='hls/'+stream+'.m3u8';}
Stream servers looks like this ex: "rtmp://95.211.112.245:1935/bongacams" soo when i see 1935 it is tell me that m3u8 are possible but cant get

I try with ex.
Code:
http://[streamserverip]:1935/bongacams/stream_[modelname]/.m3u8
and other possibility but without success. Download from rtmp are possible using rtmpdump but maybe it is possible to get m3u8 file only using javascript ? Maybe someone with fresh eyes will look at this
Reply With Quote