Skip to content

Janus stream player#420

Open
mvollrath wants to merge 3 commits into
masterfrom
janus_stream_player
Open

Janus stream player#420
mvollrath wants to merge 3 commits into
masterfrom
janus_stream_player

Conversation

@mvollrath
Copy link
Copy Markdown
Member

No description provided.

* Don't wait for stream list before starting.
* Loading spinner.
* Letterbox the video to window height.
transform: scale(0.01);
background-color: #1ddab5;
}
50% {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

}
}
@keyframes lv-dots_pulsate_animation {
0% {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

right: 7%;
animation: lv-square3_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(4) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

right: 7%;
animation: lv-square2_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(2) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

left: 7%;
animation: lv-square1_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(3) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

/* bottom right corner */
/* bottom left corner */
}
.lv-squares div:nth-child(1) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

.lv-squares[data-label]:after {
color: #0B5345;
}
.lv-squares div {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.8;
animation: lv-circles_move_11 1.2s infinite linear;
}
.lv-circles div:nth-child(12) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.72;
animation: lv-circles_move_10 1.2s infinite linear;
}
.lv-circles div:nth-child(11) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.64;
animation: lv-circles_move_9 1.2s infinite linear;
}
.lv-circles div:nth-child(10) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.56;
animation: lv-circles_move_8 1.2s infinite linear;
}
.lv-circles div:nth-child(9) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.48;
animation: lv-circles_move_7 1.2s infinite linear;
}
.lv-circles div:nth-child(8) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.4;
animation: lv-circles_move_6 1.2s infinite linear;
}
.lv-circles div:nth-child(7) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.32;
animation: lv-circles_move_5 1.2s infinite linear;
}
.lv-circles div:nth-child(6) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.24;
animation: lv-circles_move_4 1.2s infinite linear;
}
.lv-circles div:nth-child(5) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.16;
animation: lv-circles_move_3 1.2s infinite linear;
}
.lv-circles div:nth-child(4) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.08;
animation: lv-circles_move_2 1.2s infinite linear;
}
.lv-circles div:nth-child(3) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

.lv-circles div:nth-child(1) {
animation: lv-circles_move_1 1.2s infinite linear;
}
.lv-circles div:nth-child(2) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

width: 100%;
height: 100%;
}
.lv-circles div:before {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

width: 30px;
height: 30px;
}
.lv-circles div {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

@sourcelevel-bot
Copy link
Copy Markdown

SourceLevel has finished reviewing this Pull Request and has found:

  • 203 possible new issues (including those that may have been commented here).

See more details about this review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant