monitor.vue 420 B

123456789101112131415161718192021222324
  1. <template>
  2. <view>
  3. <ezplayer id="ezplayer" accessToken="at.7enoz57n6bstjk123fc605jscl00taik-1hs8y3nnff-0nwy2mg-wxk7ypmcc"
  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>