AIO StreamSource Documentation

Welcome to AIO StreamSource Documentation here you will find all the info on installing, running and using this on your server.

Local Install

To install locally or on any vps/dedicated server do the following :
  • git clone https://github.com/Inside4ndroid/AIO-StreamSource.git
  • cd AIO-StreamSource
  • npm install
Rename .env.example to .env and edit the values :
  • PORT=3000
  • TMDB_KEY=your_tmdb_api_key: obtain this from HERE
  • EPORN_INFO=: leave this as it is
Run the server application :
  • npm run main
The AIO StremSource will now be listening for api requests on the port 3000 or whichever port you set in the .env file.

Deploy to Vercel

To install and deploy on vercel click the button :

Deploy
To obtain movie data and meta including source links follow the api endpoints :

Endpoint:

  • GET /vidsrc

Parameters:

  • provider (required): flixhq | vidsrc | vidsrcme
  • id (required): Your Movie
  • type (only required for vidsrcme provider): movie

Json Result:

GET /vidsrc?id=98566&type=movie&provider=vidsrc
{
    "res": {
        "id": "movie/watch-teenage-mutant-ninja-turtles-17407",
        "title": "Teenage Mutant Ninja Turtles",
        "episodeId": "17407",
        "translations": [
            {
                "description": "When a kingpin threatens New York City, a group of mutated turtle warriors must emerge from the shadows to protect their home.",
                "language": "English"
            }
        ],
        "image": "https://image.tmdb.org/t/p/original/azL2ThbJMIkts3ZMt3j1YgBUeDB.jpg",
        "cover": "https://image.tmdb.org/t/p/original/eezsbzYPbYKjjh6E1XHDBNlLynh.jpg",
        "logos": [
            {
                 "url": "https://image.tmdb.org/t/p/original/yUnE5BPY8UECTOioYexHng19PWR.png",
                 "aspectRatio": 3.881,
                 "width": 1366
            }
        ],
        "type": "Movie",
        "rating": 5.9,
        "releaseDate": "2014-08-07",
        "description": "When a kingpin threatens New York City, a group of mutated turtle warriors must emerge from the shadows to protect their home.",
        "genres": [
            "Science Fiction",
            "Action",
            "Adventure",
            "Comedy"
        ],
        "duration": 101,
        "directors": [
            "Jonathan Liebesman"
        ],
        "writers": [],
        "actors": [
            "Pete Ploszek",
            "Alan Ritchson"
        ],
        "trailer": {
            "id": "z88vDU5pLxU",
            "site": "YouTube",
            "url": "https://www.youtube.com/watch?v=z88vDU5pLxU"
        },
        "mappings": {
            "imdb": "tt1291150",
            "tmdb": 98566
        },
        "similar": [
            {
                 "id": 255594,
                "title": "The Fly Dragon Mountain",
                "image": "https://image.tmdb.org/t/p/original/zydyV2sxVVDAsZqjZiip7wtZjfx.jpg",
                "type": "Movie",
                "rating": 4.5,
                "releaseDate": "1971-01-01"
            }
        ],
        "recommendations": [
            {
                "id": 308531,
                "title": "Teenage Mutant Ninja Turtles: Out of the Shadows",
                "image": "https://image.tmdb.org/t/p/original/euVaCiCWz3AALcQXHT6aUqdGUo6.jpg",
                "type": "Movie",
                "rating": 6.026,
                "releaseDate": "2016-06-01"
            }
        ]
    },
    "data": {
        "headers": {
            "Referer": "https://rabbitstream.net/v2/embed-4/QIinomSbRzl2?z="
        },
        "sources": [
            {
                "url": "https://ag.bigtimedelivery.net/_v13/7a6bfa5d73e5647a470dcfea3e51a4570930b3f4fa48f2d744b4601ba65fff34460212470a4db421455203062867883f08c375d132db686e9d2654ccf734af998cf0c1636d3d3a200efbd33a81044e156a747b300019c562c688da3e6c0794aadd56783f0278b8b90c3221d224b632798551e004f6b46000c2e5af83fd9456126c8c9e6e9d338c46afce7a87acc0e614/1080/index.m3u8",
                "quality": "1080",
                "isM3U8": true
            },
            {
                "url": "https://ag.bigtimedelivery.net/_v13/7a6bfa5d73e5647a470dcfea3e51a4570930b3f4fa48f2d744b4601ba65fff34460212470a4db421455203062867883f08c375d132db686e9d2654ccf734af998cf0c1636d3d3a200efbd33a81044e156a747b300019c562c688da3e6c0794aadd56783f0278b8b90c3221d224b632798551e004f6b46000c2e5af83fd9456126c8c9e6e9d338c46afce7a87acc0e614/720/index.m3u8",
                "quality": "720",
                "isM3U8": true
            }
        ],
        "subtitles": [
            {
                "url": "https://cc.2cdns.com/3f/52/3f526ad6d94a2572c2c7c4e992df15b7/3f526ad6d94a2572c2c7c4e992df15b7.vtt",
                "lang": "English"
            }
        ]
    }
}
                    
To obtain a shows data and meta including seasons, episodes and source links follow the api endpoints :

Endpoint:

  • GET /vidsrc

Parameters:

  • provider (required): flixhq | vidsrc | vidsrcme
  • id (required): Show TmdbId
  • s (required): Season Number
  • e (required): Episode Number
  • type (only required for vidsrcme provider): show

Json Result:

GET /vidsrc?id=1396&s=1&e=1&provider=vidsrc
[
    {
      "id": "tv/watch-breaking-bad-39506",
      "title": "Breaking Bad",
      "translations": [
        {
          "title": "Breaking Bad",
          "description": "Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
          "language": "English"
        }
      ],
      "image": "https://image.tmdb.org/t/p/original/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg",
      "cover": "https://image.tmdb.org/t/p/original/9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg",
      "logos": [
        {
          "url": "https://image.tmdb.org/t/p/original/chw44B2VnLha8iiTdyZcIW0ZELC.png",
          "aspectRatio": 1.68,
          "width": 2184
        }
      ],
      "type": "TV Series",
      "rating": 8.913,
      "releaseDate": "2008-01-20",
      "description": "Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
      "genres": [
        "Drama",
        "Crime"
      ],
      "totalEpisodes": 62,
      "totalSeasons": 5,
      "directors": [],
      "writers": [],
      "actors": [
        "Bryan Cranston",
        "Aaron Paul",
        "Anna Gunn"
      ],
      "trailer": {
        "id": "XZ8daibM3AE",
        "site": "YouTube",
        "url": "https://www.youtube.com/watch?v=XZ8daibM3AE"
      },
      "mappings": {
        "imdb": "tt0903747",
        "tmdb": 1396
      },
      "similar": [
        {
          "id": 210704,
          "title": "The Worst of Evil",
          "image": "https://image.tmdb.org/t/p/original/4seyoxncddaZ0hcmYmXoSwXNmxy.jpg",
          "type": "TV Series",
          "rating": 7.9,
          "releaseDate": "2023-09-27"
        }
      ],
      "recommendations": [
        {
          "id": 60059,
          "title": "Better Call Saul",
          "image": "https://image.tmdb.org/t/p/original/fC2HDm5t0kHl7mTm7jxMR31b7by.jpg",
          "type": "TV Series",
          "rating": 8.7,
          "releaseDate": "2015-02-08"
        }
      ],
      "seasons": [
        {
          "season": 1,
          "image": {
            "mobile": "https://image.tmdb.org/t/p/w300/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg",
            "hd": "https://image.tmdb.org/t/p/w780/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg"
          },
          "episodes": [
            {
              "id": "7013",
              "title": "Pilot",
              "episode": 1,
              "season": 1,
              "releaseDate": "2008-01-20",
              "description": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.",
              "url": "https://flixhq.to/ajax/v2/episode/servers/7013",
              "img": {
                "mobile": "https://image.tmdb.org/t/p/w300/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg",
                "hd": "https://image.tmdb.org/t/p/w780/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg"
              }
            },
            {
              "id": "7014",
              "title": "Cat's in the Bag...",
              "episode": 2,
              "season": 1,
              "releaseDate": "2008-01-27",
              "description": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.",
              "url": "https://flixhq.to/ajax/v2/episode/servers/7014",
              "img": {
                "mobile": "https://image.tmdb.org/t/p/w300/xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg",
                "hd": "https://image.tmdb.org/t/p/w780/xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg"
              }
            }
          ],
          "isReleased": true
        },
        {
          "season": 2,
          "image": {
            "mobile": "https://image.tmdb.org/t/p/w300/e3oGYpoTUhOFK0BJfloru5ZmGV.jpg",
            "hd": "https://image.tmdb.org/t/p/w780/e3oGYpoTUhOFK0BJfloru5ZmGV.jpg"
          },
          "episodes": [
            {
              "id": "7020",
              "title": "Seven Thirty-Seven",
              "episode": 1,
              "season": 2,
              "releaseDate": "2009-03-08",
              "description": "Walt and Jesse are vividly reminded of Tuco’s volatile nature, and try to figure a way out of their business partnership. Hank attempts to mend fences between the estranged Marie and Skyler.",
              "url": "https://flixhq.to/ajax/v2/episode/servers/7020",
              "img": {
                "mobile": "https://image.tmdb.org/t/p/w300/6vMRIwd2WaGsRwR0z3C9BFEth6n.jpg",
                "hd": "https://image.tmdb.org/t/p/w780/6vMRIwd2WaGsRwR0z3C9BFEth6n.jpg"
              }
            },
            {
              "id": "7021",
              "title": "Grilled",
              "episode": 2,
              "season": 2,
              "releaseDate": "2009-03-15",
              "description": "Walt and Jesse find themselves in close quarters with an unhinged Tuco. Marie and Hank comfort Skyler, who is distraught over Walt’s disappearance. Hank pays a visit to Mrs. Pinkman on some not-so-official business.",
              "url": "https://flixhq.to/ajax/v2/episode/servers/7021",
              "img": {
                "mobile": "https://image.tmdb.org/t/p/w300/gffNVV4WmEnvgRsnX0X3LurJ4V2.jpg",
                "hd": "https://image.tmdb.org/t/p/w780/gffNVV4WmEnvgRsnX0X3LurJ4V2.jpg"
              }
            }
          ],
          "isReleased": true
        }
      ]
    },
    {
      "data": {
        "headers": null,
        "sourcses": [
          {
            "url": "https://vdnm.v421c6e485f.site/_v2-kwge/9a701df34da7e4ae16c25b01dd7fefae731926c41c1cc1bf828978fe4fcd06741ae3e719f0ef63837c6cf62e8daaecb28d7ff9aa0d734593957b6dcf945451332fa636966c9fb0ff619dac72815697c0558e73f7b1bad948846308ebb2c0b2a223349a811df34ffb/h/list;9d705ee448b4e4e553dc06568f6feda3345b239e1c12c0.m3u8",
            "quality": "HLS",
            "isM3U8": "true"
          }
        ],
        "subtitles": [
          {
            "url": "https://rapidcdn.cc/sub/cache/subtitle/14295230.vtt",
            "lang": "Arabic"
          }
        ]
      }
    }
  ]

To obtain eporner data and meta including source links follow the api endpoints :

Endpoint: Search

  • GET /vidsrc

Parameters:

  • provider (required): eporner
  • search (required): Search Term
  • per_page (optional): 1 to 1000
  • page (optional): 1 to 1000
  • thumbsize (optional): small | medium | big
  • order (optional): latest | longest | shortest | top-rated | most-popular | top-weekly | top-monthly
  • gay (optional): 0 = not included | 1 = included | 2 = only gay content
  • lq (optional): 0 = not included | 1 = included | 2 = only low quality content

Json Result:

GET /vidsrc?search=bbw&per_page=5&page=2&thumbsize=big&order=top-weekly&gay=1&lq=1&provider=eporner
[
  {
    "json": {
      "details": {
        "count": 5,
        "start": 5,
        "per_page": 5,
        "page": 2,
        "time_ms": 5,
        "total_count": 100000,
        "total_pages": 20000,
        "videos": [
          {
            "id": "J1kKLRQVt9q",
            "title": "Hot Sexy MILF Ashlyn Peaks Huge Knockers Meet With Monster BBC (2160)4k",
            "keywords": "Ashlyn Peaks, pornstar, milf, mature, big ass, big tits, threesome, group sex, interracial, creampie, hardcore, interracial, massage, big tits, big dick, big ass, latina, milf, creampie, Hot Sexy MILF Ashlyn Peaks Huge Knockers Meet With Monster BBC (2160)4k, blowjob, brunette, bbw, Damion Dayski, Manuel Ferrara",
            "views": 156427,
            "rate": "4.66",
            "url": "https://www.eporner.com/video-J1kKLRQVt9q/hot-sexy-milf-ashlyn-peaks-huge-knockers-meet-with-monster-bbc-2160-4k/",
            "added": "2024-07-03 13:47:26",
            "length_sec": 3072,
            "length_min": "51:12",
            "embed": "https://www.eporner.com/embed/J1kKLRQVt9q/",
            "default_thumb": {
              "size": "big",
              "width": 640,
              "height": 360,
              "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11239184/14_360.jpg"
            },
            "thumbs": [
              {
                "size": "big",
                "width": 640,
                "height": 360,
                "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11239184/1_360.jpg"
              }
            ]
          },
          {
            "id": "EIuRJ8Ezay6",
            "title": "Big Assed Busty Step Mom Emmy Demure Serves Her Juicy Twat To Her Birthday Boy",
            "keywords": "big tits, big dick, amateur, pov, doggy style, german, curvy, sexy, big ass, cowgirl, german, deutch, blonde, milf, blonde milf, anal, indian, students, nurse, brunette, masturbation, group sex, bbw, amateur, Big Assed Busty Step Mom Emmy Demure Serves Her Juicy Twat To Her Birthday Boy",
            "views": 143813,
            "rate": "4.33",
            "url": "https://www.eporner.com/video-EIuRJ8Ezay6/big-assed-busty-step-mom-emmy-demure-serves-her-juicy-twat-to-her-birthday-boy/",
            "added": "2024-07-05 10:04:27",
            "length_sec": 949,
            "length_min": "15:49",
            "embed": "https://www.eporner.com/embed/EIuRJ8Ezay6/",
            "default_thumb": {
              "size": "big",
              "width": 640,
              "height": 360,
              "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11253038/8_360.jpg"
            },
            "thumbs": [
              {
                "size": "big",
                "width": 640,
                "height": 360,
                "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11253038/1_360.jpg"
              }
            ]
          },
          {
            "id": "T5C1gstKmXN",
            "title": "I Think I Fucked Your Stepmom - Sara Jay",
            "keywords": "big ass, big dick, big tits, bbw, blowjob, blonde, milf, housewives, I Think I Fucked Your Stepmom - Sara Jay, Markus Dupree",
            "views": 2051858,
            "rate": "4.33",
            "url": "https://www.eporner.com/video-T5C1gstKmXN/i-think-i-fucked-your-stepmom-sara-jay/",
            "added": "2024-04-16 12:29:11",
            "length_sec": 1883,
            "length_min": "31:23",
            "embed": "https://www.eporner.com/embed/T5C1gstKmXN/",
            "default_thumb": {
              "size": "big",
              "width": 640,
              "height": 360,
              "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/10/105/10592152/1_360.jpg"
            },
            "thumbs": [
              {
                "size": "big",
                "width": 640,
                "height": 360,
                "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/10/105/10592152/1_360.jpg"
              }
            ]
          },
          {
            "id": "p8IHagKKOop",
            "title": "Fucked By A Crazy Clown",
            "keywords": "busty, clown, fucked crazy, chubby, curvy, Lorena, big booty, nylons, stockings, pantyhose, fishnets, porn, sex, bbw, big tits, big ass, fat, lingerie, latina, pornstar, milf, Fucked by a Crazy Clown, blowjob, brunette, Lorena Fat, Latina Pantyhose",
            "views": 1251725,
            "rate": "4.41",
            "url": "https://www.eporner.com/video-p8IHagKKOop/fucked-by-a-crazy-clown/",
            "added": "2024-05-16 12:32:32",
            "length_sec": 1965,
            "length_min": "32:45",
            "embed": "https://www.eporner.com/embed/p8IHagKKOop/",
            "default_thumb": {
              "size": "big",
              "width": 640,
              "height": 360,
              "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/10/108/10833613/1_360.jpg"
            },
            "thumbs": [
              {
                "size": "big",
                "width": 640,
                "height": 360,
                "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/10/108/10833613/1_360.jpg"
              }
            ]
          },
          {
            "id": "4YLjzaB580O",
            "title": "Bokep Indo Cecylia Colmek Sampe Squirt Mango Live",
            "keywords": ", asian, masturbation, pov porn, toys, homemade, big ass, bbw, big tits, Bokep Indo Cecylia Colmek Sampe Squirt Mango Live, Bigboobiebabex, Aimi Tokita, Sandra Mango",
            "views": 948768,
            "rate": "4.41",
            "url": "https://www.eporner.com/video-4YLjzaB580O/bokep-indo-cecylia-colmek-sampe-squirt-mango-live/",
            "added": "2024-01-02 17:00:34",
            "length_sec": 1450,
            "length_min": "24:10",
            "embed": "https://www.eporner.com/embed/4YLjzaB580O/",
            "default_thumb": {
              "size": "big",
              "width": 206,
              "height": 360,
              "src": "https://static-ca-cdn.eporner.com/thumbs/static4/9/97/977/9770390/9_360.jpg"
            },
            "thumbs": [
              {
                "size": "big",
                "width": 206,
                "height": 360,
                "src": "https://static-ca-cdn.eporner.com/thumbs/static4/9/97/977/9770390/1_360.jpg"
              }
            ]
          }
        ]
      }
    }
  }
]
To obtain eporner data and meta including source links follow the api endpoints :

Endpoint: Video Details

  • GET /vidsrc

Parameters:

  • provider (required): eporner
  • id (required): id of eporner video

Json Result:

GET /vidsrc?id=J1kKLRQVt9q&provider=eporner
[
  {
    "json": {
      "details": {
        "id": "J1kKLRQVt9q",
        "title": "Hot Sexy MILF Ashlyn Peaks Huge Knockers Meet With Monster BBC (2160)4k",
        "keywords": "Ashlyn Peaks, pornstar, milf, mature, big ass, big tits, threesome, group sex, interracial, creampie, hardcore, interracial, massage, big tits, big dick, big ass, latina, milf, creampie, Hot Sexy MILF Ashlyn Peaks Huge Knockers Meet With Monster BBC (2160)4k, blowjob, brunette, bbw, Damion Dayski, Manuel Ferrara",
        "views": 156609,
        "rate": "4.66",
        "added": "2024-07-03 13:47:26",
        "length_sec": 3072,
        "length_min": "51:12",
        "default_thumb": {
          "size": "medium",
          "width": 427,
          "height": 240,
          "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11239184/14_240.jpg"
        },
        "thumbs": [
          {
            "size": "medium",
            "width": 427,
            "height": 240,
            "src": "https://static-ca-cdn.eporner.com/thumbs/static4/1/11/112/11239184/1_240.jpg"
          }
        ]
      }
    }
  }
]
                        
To obtain eporner data and meta including source links follow the api endpoints :

Endpoint: Get Sources

  • GET /vidsrc

Parameters:

  • provider (required): eporner
  • resolve (required): id of eporner video

Json Result:

GET /vidsrc?resolve=J1kKLRQVt9q&provider=eporner

[
  {
    "sources": {
      "mp4": {
        "2160p(4K) HD": {
          "labelShort": "2160p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-2160p.mp4",
          "type": "video/mp4",
          "default": false
        },
        "1440p(2K) HD": {
          "labelShort": "1440p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-1440p.mp4",
          "type": "video/mp4",
          "default": false
        },
        "1080p HD": {
          "labelShort": "1080p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-1080p.mp4",
          "type": "video/mp4",
          "default": false
        },
        "720p HD": {
          "labelShort": "720p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-720p.mp4",
          "type": "video/mp4",
          "default": true
        },
        "480p": {
          "labelShort": "480p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-480p.mp4",
          "type": "video/mp4",
          "default": false
        },
        "360p": {
          "labelShort": "360p",
          "src": "https://vid-s9-n10-nl-cdn.eporner.com/v4/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-360p.mp4",
          "type": "video/mp4",
          "default": false
        },
        "240p": {
          "labelShort": "240p",
          "src": "https://vid-s1-c50-de-cdn.eporner.com/v10/xHs2F-en1kw0j198HdHXfw/1721736682_86.29.87.163_3052/11239184-240p.mp4",
          "type": "video/mp4",
          "default": false
        }
      }
    }
  }
]