PDA

View Full Version : CamSoda.com


rykorb
05-09-2016, 11:54 AM
Has anyone managed to auto capture anything from camsoda? I know TubeDigger will capture from there but i was wondering if there was a more automated solution?

Rykorb

offthecuff
05-09-2016, 03:20 PM
just tried RTMPDumpHelper and that works
as does the sniffed short rtmp url in vlc

also livestreamer works

and IDM

so easy got

some rough looking trollops there

rykorb
05-10-2016, 02:19 PM
Any chance you can run me through how you got live streamer to work please?

offthecuff
05-11-2016, 12:04 PM
sniif the stream url with
url snopper
you will get this

rtmp://edge01.camsoda.com/cam?token=b2b945039fc7c038ebb2f3c57ea0d75d

add //?mp4: and model name to the end of the url like this

//?mp4:heidicox

use with livestreamer like this

livestreamer "rtmp://edge01.camsoda.com/cam?token=b2b945039fc7c038ebb2f3c57ea0d75d//?mp4:heidicox" best -o C:\trollop.flv

token changes get your own

verafide
03-10-2017, 09:59 AM
sniif the stream url with
url snopper
you will get this

rtmp://edge01.camsoda.com/cam?token=b2b945039fc7c038ebb2f3c57ea0d75d

add //?mp4: and model name to the end of the url like this

//?mp4:heidicox

use with livestreamer like this

livestreamer "rtmp://edge01.camsoda.com/cam?token=b2b945039fc7c038ebb2f3c57ea0d75d//?mp4:heidicox" best -o C:\trollop.flv

token changes get your own

That doesn't seem to work anymore

livestreamer gives the error [cli][info] Found matching plugin stream for URL rtmp://vide2.camsoda.com:1935/cam?token=f29a4b41d68bce5e0b9ff78aad700eb5//?mp4:modelname
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream

IDM gives the error Stream alias access denied ?mp4:modelname

Any ideas?

troller12
03-10-2017, 11:14 AM
Hi,

so its working.If you get no data returned then model isnt active.Just try it again with any other model you can see on that site.Also be sure you are using a server which is used.There are also videX servers not only edge.Also check the model playpaths so they are not always just the name only (encX).You also dont need to use token.Just a info.

greetz

verafide
03-10-2017, 07:54 PM
Hi,

so its working.If you get no data returned then model isnt active.Just try it again with any other model you can see on that site.Also be sure you are using a server which is used.There are also videX servers not only edge.Also check the model playpaths so they are not always just the name only (encX).You also dont need to use token.Just a info.

greetz

The models were definitely online I was just missing the (encX) which I didn't know was needed so thanks for that. If the token isn't required could you give me an example of how the link should look?
rtmp://vide5.camsoda.com:1935/cam?//?mp4:modelname-encX I've tried a few different variations can't seem to get it to work. Sorry if this is a very simple question I appreciate all the help.

troller12
03-11-2017, 02:22 PM
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...
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.
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