monitor.vue 420 B

123456789101112131415161718192021222324
  1. <template>
  2. <view>
  3. <ezplayer id="ezplayer" accessToken="at.b4tsmvj7a7w0jg9y9eeja4uwa66nuvlo-8dwvq3srd4-0707nhk-kilosm8su"
  4. url="rtmp://open.ys7.com/FM5327128/1/live" plugins="capture,ptz,privacy" bind:handleError="handleError">
  5. </ezplayer>
  6. </view>
  7. </template>
  8. <script>
  9. export default {
  10. data() {
  11. return {
  12. }
  13. },
  14. methods: {
  15. handleError() {}
  16. }
  17. }
  18. </script>
  19. <style>
  20. </style>