123456789101112131415161718192021222324 |
- <template>
- <view>
- <ezplayer id="ezplayer" accessToken="at.7enoz57n6bstjk123fc605jscl00taik-1hs8y3nnff-0nwy2mg-wxk7ypmcc"
- url="rtmp://open.ys7.com/FM5327128/1/live" plugins="capture,ptz,privacy" bind:handleError="handleError">
- </ezplayer>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- methods: {
- handleError() {}
- }
- }
- </script>
- <style>
- </style>
|