Thread: CamSoda.com
View Single Post
  #8  
Old 03-11-2017, 02:22 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: CamSoda.com


Hi again,

camsoda is simple to handle and you can grab all infos you need directly from json files (check API site calls in browser console).Below a example...
Code:
rtmp://vide3.camsoda.com:1935/cam?token=//?mp4:weetshersaitxxs-enc10
...only datas you should read on fly are the used server and used stream link (playpath) so they are dynamic *.You can also read the app and token too if you want.
Code:
rtmp://*.camsoda.com:1935/cam?token=//?mp4:weetshersaitxxs-*
Also depends whether model is in online / ticket or private so then you get other playpaths (private / limited) which you could use if you are logged / regged on that site etc.

Just start your browser / console and load to main page and then enter API into searchmask to find the link of online models (json file).Now you can serach your model xy to check whether its online or not + status.Do same if you load any xy model page to find the model json files and in one you find all streaming datas you need to build & execute with any stream tools.Would be better if someone does write a simple script for that or any extern tool to make it simple to use for you and others or maybe you add a request on streamlink site to add your site into plugin list etc.

greetz
Reply With Quote