testData.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. 测试数据
  3. */
  4. export const signalListTestData = [
  5. {
  6. "sourceId": 4,
  7. "previewUrl": "rtmp://58.200.131.2:1935/livetv/cctv6",
  8. "url": null,
  9. "preview": true,
  10. "showName": "CCTV6",
  11. "deviceID": "encoder_104",
  12. "deviceName": "CCTV6"
  13. },{
  14. "sourceId": 1,
  15. "previewUrl": "rtmp://58.200.131.2:1935/livetv/ahtv",
  16. "url": null,
  17. "preview": true,
  18. "showName": "安徽卫视",
  19. "deviceID": "encoder_101",
  20. "deviceName": "安徽卫视"
  21. },{
  22. "sourceId": 2,
  23. "previewUrl": "rtmp://58.200.131.2:1935/livetv/dftv",
  24. "url": null,
  25. "preview": true,
  26. "showName": "东方卫视",
  27. "deviceID": "encoder_102",
  28. "deviceName": "东方卫视"
  29. },{
  30. "sourceId": 3,
  31. "previewUrl": "rtmp://58.200.131.2:1935/livetv/hunantv",
  32. "url": null,
  33. "preview": true,
  34. "showName": "湖南卫视",
  35. "deviceID": "encoder_103",
  36. "deviceName": "湖南卫视"
  37. },
  38. ]