{# index_player.twig #} {% extends "base.twig" %} {% set default_avatar = (base_url ?? '') ~ '/assets/img/default-avatar.png' %} {% if model is defined and model %} {% set live_page_url = model.live_url ?: model.live_path ?: ((base_url ?? '') ~ '/live/' ~ model.username|url_encode) %} {% set profile_page_url = (base_url ?? '') ~ '/model/' ~ model.username|url_encode %} {% set page_avatar = model.avatar ?: default_avatar %} {% endif %} {% if is_root %} {% set canonical_url = canonical_url|default((base_url ?? '') ~ '/') %} {% set og_type = 'website' %} {% set title = title|default(constant('SITE_NAME') ~ ' - Free Live Sex Cams & Recorded Shows') %} {% set seo_desc = seo_desc|default('Browse live cam models, watch public live streams, and explore recorded shows on ' ~ constant('SITE_NAME') ~ '.') %} {% else %} {% set canonical_url = live_page_url %} {% set og_type = 'video.other' %} {% set title = title|default('Watch ' ~ model.username ~ ' Live Cam | ' ~ constant('SITE_NAME')) %} {% set seo_desc = seo_desc|default('Watch ' ~ model.username ~ ' live now on ' ~ constant('SITE_NAME') ~ '. This page is the live room watch page. For profile details and recorded shows, open the full profile archive page.') %} {% set seo_image = seo_image|default(page_avatar) %} {% endif %} {% block head %} {% endblock %} {% block content %} {% if top_models|length > 0 %}
{% for tm in top_models %}
{{ tm.username }}
{{ tm.username }}
{% endfor %}
{% endif %}
{% if is_root %}

Welcome to {{ constant('SITE_NAME') }} - Free Live Sex Cams & Recorded Shows

Discover live rooms and recorded cam show archives.

Browse online models broadcasting right now. You can watch live, explore the video archive, or filter models by categories and tags.

{% else %}

Watch {{ model.username }} Live Cam

This is the live room page. The full profile and archive are on a separate page.

You are on the live watch page for {{ model.username }}. {% if model.country %}Broadcasting from {{ model.country }}, {% endif %} you can watch the current stream below. For biography details, archive videos, and model profile information, open the full profile page.

{% endif %}
{{ model.username }} profile picture
{{ model.username }} Live
Age: {{ model.age ?: 'N/A' }} Country: {{ model.country ?: 'N/A' }} Score: {{ model.cam_score }}
{% if not stream_url %}

Stream is offline or loading...

{% endif %}
🔇 MUTED
◀ Prev Next ▶ 🎲 Random
HOTKEYS: Space Play/Pause • M Mute • F Fullscreen • B Favorite • P Prev • N Next • R Rand
{% if model and model_latest_videos|length > 0 %}

🎬 Latest Recordings of {{ model.username }}

{% for v in model_latest_videos %}
Video #{{ v.id }} by {{ v.username }} {{ (v.duration_seconds / 60)|round }} min
{{ v.username }} - Show #{{ v.id }}
{{ (v.rg_size / 1024 / 1024)|round }} MB
{% endfor %}
Browse Full Profile & Archive of {{ model.username }} »
{% endif %} {% if same_country|length > 0 or similar_score|length > 0 %}

🔥 You May Also Like

{% if same_country|length > 0 %}
{% for m in same_country %} {{ m.username }}
ONLINE
{{ m.username }}
{{ model.country ?: 'World' }}
{% endfor %}
{% endif %} {% if similar_score|length > 0 %}
{% for m in similar_score %} {{ m.username }}
⭐ {{ m.cam_score }}
{{ m.username }}
{% endfor %}
{% endif %}
{% endif %} {% if latest_videos|length > 0 %}

🆕 Latest Recorded Shows

{% for v in latest_videos %}
Video #{{ v.id }} by {{ v.username }} {{ (v.duration_seconds / 60)|round }} min
{{ v.username }}
{{ (v.rg_size / 1024 / 1024)|round }} MB
{% endfor %}
Browse Full Video Archive »
{% endif %}
{% if is_root %}

Explore the Live Cam & Video Archive

{{ constant('SITE_NAME') }} is a destination for watching and browsing live adult webcam performances and recorded archives. You can filter models, open live rooms, and explore the latest recorded uploads.

Frequently Asked Questions

Q: How do I download a recorded video? A: Navigate to the Videos section, open any video page, and use the secure download button.
Q: Can I record a live model myself? A: Yes. Visit any active model live page and click the red "START RECORDING" button.
{% else %}

This Page Is for Live Watching {{ model.username }}

This URL is dedicated to the live broadcast of {{ model.username }}. For long-term profile details, archive listings, and recorded show pages, use the official profile page.

Frequently Asked Questions (FAQ)

Q: Is {{ model.username }} online right now? A: Check the live player above. This page is used to watch the current live stream.
Q: Where is the profile and archive page of {{ model.username }}? A: Visit the full profile page for archive videos and model details.
Q: What are the best alternatives to {{ model.username }}? A: Scroll to the "You May Also Like" section or browse the {% if model.gender %}{{ model.gender }}{% else %}top{% endif %} directory for similar performers.
{% endif %}

👁️ Recently Viewed

{% endblock %}