king7282 / streaming

0 stars 0 forks source link

Hole View Scenario #1

Open king7282 opened 4 years ago

king7282 commented 4 years ago

view_diagram

  1. Main View

    • Make two button
      1. Do Broadcasting button -> Broadcast View
      2. Watch Broadcasting button -> Watch Broadcasting Model
    • Make modal for button to go to Watch Broadcasting view
  2. Broadcast View

    • Make three button
      1. Config Button -> Configuration Modal
    • While broadcasting, the button should be deactivated
      1. Start Button
      2. Finish Button
    • Generate random ID to access the broadcasting
    • Show the main Screen from the camera
    • Make Configuration Modal to set up the broadcasting config like delay
  3. Watch Broadcasting View

    • Show the Broadcasting ID and Screen
    • Make replaying function
king7282 commented 4 years ago

Finish Main view by using JQuery and Bootstrap modal

king7282 commented 4 years ago

Finish Broadcast and Broadcast/{ID} view