Results 1 to 7 of 7
  1. #1
    beta-tester-v's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Chaturbate Private Shows

    First post
    just wondering if it is at all possible to access chaturbate cams at an ip level so that i can watch private shows without paying
    i appreciate any help even if it is just "no it cant be done"

  2. #2
    Cosmin3's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    I am interested too.
    But with a small change: I want to pay for this. Just with an interface made by me, not with one made by Chaturbate.

    For example with Streamlink.

    Can you please help me?

    What I have done so far: https://******.com/CosminC3/streamlink-recorders

  3. #3
    ReinaAutomata's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    3
    I want to know as well

  4. #4
    Cosmin3's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    If you download the recorder from ****** and edit the file Streamlink_Portable\Streamlink\streamlink\plugins\ chaturbate.py at the end you'll see:

    Code:
            self.logger.info("Stream status: {0}".format(data["room_status"]))
            if (data["success"] is True and data["room_status"] == "public" and data["url"]):
                for s in HLSStream.parse_variant_playlist(self.session, data["url"]).items():
                    yield s
    In this format it will record only public shows.

    But if you change to this:

    Code:
            self.logger.info("Stream status: {0}".format(data["room_status"]))
            if (data["success"] is True and data["room_status"] != "offline" and data["url"]):
                for s in HLSStream.parse_variant_playlist(self.session, data["url"]).items():
                    yield s
    It should record any show.
    But the problem is data["url"] is empty.
    How can I see the data structure and retrieve it?

  5. #5
    Cosmin3's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    Looks like hackers/crackers/programmers/coders who might know what to do are afraid of Chaturbate...
    Two days ago when someone hacked my windoze he wasn't afraid, ofcourse...

  6. #6
    Cosmin3's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    Name/Show your price then...

  7. #7
    yergxi's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cosmin3 View Post
    If you download the recorder from ****** and edit the file Streamlink_Portable\Streamlink\streamlink\plugins\ chaturbate.py at the end you'll see:

    Code:
            self.logger.info("Stream status: {0}".format(data["room_status"]))
            if (data["success"] is True and data["room_status"] == "public" and data["url"]):
                for s in HLSStream.parse_variant_playlist(self.session, data["url"]).items():
                    yield s
    In this format it will record only public shows.

    But if you change to this:

    Code:
            self.logger.info("Stream status: {0}".format(data["room_status"]))
            if (data["success"] is True and data["room_status"] != "offline" and data["url"]):
                for s in HLSStream.parse_variant_playlist(self.session, data["url"]).items():
                    yield s
    It should record any show.
    But the problem is data["url"] is empty.
    How can I see the data structure and retrieve it?

    I put this up but in the end its not able to record the private show but the public can be done.

Similar Threads

  1. looking for private shows of specific cam models
    By cassfan55 in forum User Services
    Replies: 2
    Last Post: 09-07-2019, 10:36 AM
  2. [WTS] [Films/TV Shows]Private Plex Server - Closed Beta
    By Divine.Market in forum User Services
    Replies: 54
    Last Post: 02-10-2018, 07:59 PM
  3. Replies: 170
    Last Post: 09-09-2017, 05:17 AM
  4. Players Ids shows in game even in private steam profiles
    By r0otkit3 in forum Dead by Daylight Discussion & Help
    Replies: 4
    Last Post: 04-27-2017, 07:15 AM
  5. Showing My Roblox Hack (Private)
    By XxiToXiCxX in forum Exploits
    Replies: 34
    Last Post: 03-28-2016, 12:01 PM