Help and Information
Here you can find information on how to stream and how to configure the common programs such as Xsplit and OBS.
# Terms of Service/Rules
# What settings do I need to stream?
# How to upload / use the gallery
# I can't view streams on Internet explorer, Safari or MS Edge.
# Staff List
# How can I send an automated stream started announcement to my Discord server?
# List of Chat Commands.
# List of Icons used in chat.
# Chat URL for OBS/Xsplit
# API Endpoints undocumented only use if you know how to handle it.
These rules are not comprehensive, if you are not sure about what is allowed, ask a moderator first on the pomf chat. Do not test our boundaries
- Don't stream or post children in a barely dressed, provocative or sexy manner if you are not sure if we allow certain content please check with the staff (list).
Breaking this rule will get you permabanned or single warning depending on the content.
- You need to be at least 18 to stream/view content on this website. If we finds out that a person is underage they will be banned.
- Do not show Real life gore/murders on stream, this means don't show dead people, nor stream self-harm. This site is not for that stuff.
- Don't stream real children together with any pornographic content next to it.
- Don't upload photos/gifs of real children as a Frontpage image, Online Image or offline image.
- Photorealistic AI works (those which could possibly be mistaken for a real photograph) sexualizing children are forbidden, even if the pictured individual is not real. Images will be dealt with assuming they are real if it cannot be conclusively determined to be fake.
^ In rare cases this may also apply to 3D renders and cropped photographs of dolls.
- Gallery specific: Do not upload real images, this gallery is for 2D/3D art, not for real life images pornographic or not.
More to follow -someday-
Side Note: We do not police what you do outside of Pomf or its connected services. This is too much for us to verify and easy to impersonate. We only enforce rules broken on this website, the chats or any website linking to this rule page. We can punish for harassing our users but only if enough evidence of harassment is provided.
For OBS you need to click on the Settings button and go to the Stream tab and set the RTMP url to one of those below, please pick the one that works best for you.
Europe RTMP URL "rtmp://eu1.pomf.tv/live?/
"
US1 - Las Vegas RTMP URL "rtmp://us1.pomf.tv/live?/
"
US2 - New York RTMP URL "rtmp://us2.pomf.tv/live?/
"
US3 - Miami RTMP URL "rtmp://us3.pomf.tv/live?/
"
Asia1 - Japan RTMP URL "rtmp://asia1.pomf.tv/live?/
"
Asia2 - Singapore RTMP URL "rtmp://asia2.pomf.tv/live?/
"
Stream Key/Name "Guest_GK3fgR72
" which is your username.
In the Output Tab set the settings you wish, You should start at 500 bitrate and increase it but you'd have to test this to see if your internet connection can handle it.
We do not support old browsers, please upgrade to Firefox, Opera or Chrome, those are the browsers that are most tested and used. The newest version of Edge based on Chromium should behave similarly to Google Chrome.
Iratu
captialism
uiowebae
DKXG
Knossos
xaradus
soggymaster
Lemmingway
Lewdstream
Timbo1998
Totter
Mayday
Sarah
BlackMetalGero
Abajur
Wisp
To use this you will have to create a Webhook follow the steps below to do this.
- In the server you click the server's name at the very top above all the rooms on the left and select "Server settings"
- On the left select "Webhooks" and click "Create Webhook"
- In the "Name" box set the name of the bot i.e. Pomf Announcer" Select the channel you want the bot to posts in from the pull down menu under "Channel" Webhook Icon is it's avatar
- After you have all that how you want it click "copy" next to the "Webhook URL"
- Now go to Pomf.tv website
- Click your name/avatar in the upper right and select "Stream Settings"
- Scroll down and paste the url under "Discord Webhook" and click Submit
/clear - Clears the screen can only be used by the owner of the stream
/ban - bans a user (Only for Streamer / Moderators)
/kick - kicks the user (only for streamer / Moderators)
/unban - unbans a user (Only for streamer)
/mod Username - will allow the streamer to grant someone moderation powers (Only for Streamer)
/unmod Username - will take moderation powers from the user. (Only for Streamer)
/ignore user - Ignores a user
/unignore user - Removes them from your ignore list.
/tableflip - Flips a table
/unflip - Puts the table back where it belongs.
/shrug - ¯\_(ツ)_/¯
/roll - Roll a die between 1 and the number you specified, if empty it chooses 100, this will be shown to everyone in chat.
Site Admin/Overlord/Iratu
Site moderator
Streamer
Stream Moderator
Load in the browser plugin on OBS/xsplit:
https://pomf.tv/chatpopout.php?stm=Guest_GK3fgR72&apikey=
Add the following CSS to make the background transparent
NEW!: Viewer list
https://pomf.tv/viewerlist.php?stm=Guest_GK3fgR72&apikey=
/**
* Body
*/
#pomf-popoutchatbox {
background: transparent!important;
}
#pomf-popoutchatbox .message_box {
background-color: transparent!important;
border: transparent!important;
overflow: hidden!important;
font-weight: bold!important;
text-shadow:
-1px -1px 1px #000000,
-1px 1px 1px #000000,
5px -1px 5px #000000,
2px 2px 2px #000000!important;
}
html {
overflow-y: hidden;
background-color: transparent;
}
/**
* Text size
*/
.user_rawname {
font-size: 18px;
}
.user_message {
font-size: 18px;
}
/**
* Remove the header section
*/
.chatbar {
display: none!important;
}
/**
* Remove the footer section
*/
.chatbottom {
display: none!important;
}
.notice-scroll-paused {
display: none!important;
}