solved Log in to Stream

alt=
Lunar54
@lunar54
4 years ago
10 posts
Been Looking all over site for more info on (Log in to Stream) is there a demo or can someone explain the function of this ?
updated by @lunar54: 06/29/20 08:42:22PM
paul
@paul
4 years ago
4,325 posts
The option for this is in the Core module global settings -

ACP=>Core=>System Core=>Global Config=>Content tab

Checkboxes for 'Login to Stream/Download' are there.
hth


--
Paul Asher - JR Developer and System Import Specialist
alt=
Lunar54
@lunar54
4 years ago
10 posts
Login to Stream as in rtmp live streaming ( with the use of a stream server not in jamroom) or just allowing media to be played ?
paul
@paul
4 years ago
4,325 posts
This option is just for the Jamroom internal players.
hth


--
Paul Asher - JR Developer and System Import Specialist
nate
@nate
4 years ago
911 posts
You could wrap your player like this.

{if jrUser_is_logged_in()}
//player here
{else}
You must be logged in to stream.
{/if}
alt=
Lunar54
@lunar54
4 years ago
10 posts
This is just to (Stream) Uploaded media with internal player ?
Please Define your meaning of Stream.
nate
@nate
4 years ago
911 posts
Quote: ACP=>Core=>System Core=>Global Config=>Content tab

Yes that would be for internal players.

Tags