Added data edited event
This commit is contained in:
@@ -40,36 +40,8 @@ export default {
|
||||
centerX: 0,
|
||||
centerY: 0,
|
||||
scale: 1,
|
||||
nodes: [
|
||||
{
|
||||
id: 2,
|
||||
x: 100,
|
||||
y: 110,
|
||||
type: 'ingest',
|
||||
data: {"url": "rtmp://videon.test.kmlabz.com/test:6554"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
x: 357,
|
||||
y: 80,
|
||||
type: 'restreamer',
|
||||
data: {"url": "rtmp://youtube.com/live/stream/ysos:55223", "streamkey": "asdjnao9gj9833tjkq389fjae9jf"},
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
x: 557,
|
||||
y: 80,
|
||||
type: 'encoder',
|
||||
data: {"bitrate": 8000, "width": 600, "height": 800}
|
||||
}
|
||||
],
|
||||
links: [
|
||||
{
|
||||
id: 1,
|
||||
from: 2, // node id the link start
|
||||
to: 4, // node id the link end
|
||||
}
|
||||
]
|
||||
nodes: [],
|
||||
links: []
|
||||
}
|
||||
}),
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user